Recent content by uranium

  1. U

    [Guide] Change glow color

    9. We will search for ObjectId of the Lightning Sword(remember how to calc itemid or object id?) ObjectId = Offset(value that you have found) + ItemdId(0*512+14 = 14(0x0E)) for Offset = 0x285, ObjectId = 0x293 http://img187.imageshack.us/img187/4...ngswordsl3.jpg Broken link please fix.
  2. U

    [Guide] New Items (Add in your server)

    How can i fix texture limit in main
  3. U

    [Help] Texture limit in main 1.02N+

    Every one please Help me to Debug Texture limit in main 1.02N+. Thank.
  4. U

    [Release] MuOnline AntiHack DLL

    DarkMaster i have one question to ask you. 1. from this line "JMP Entry Point" what is the "Entry Point"? ps. i am noob
  5. U

    [Release] DarksTeam Official Season 3 Episode 2 - Beta 25

    I find the way to set LevelUpPoint from 300 when create character to 0 Enterprise Manager > Databases > Mu Online > Stored procedures > WZ_CreateCharacter > Double click >add this line "UPDATE [Character] set [Character].LevelUpPoint=0 where [Name]=@Name and LevelUpPoint=300"
  6. U

    [Release] DarksTeam Official Season 3 Episode 2 - Beta 25

    Use sql query. ]:) CREATE TRIGGER [NewChar_DelPoint] ON dbo.[Character] after Insert as Update [Character] set [Character].LevelUpPoint=0 From Inserted Where Inserted.LevelUpPoint=300 and [Character].accountid=inserted.accountid and [Character].name=inserted.name
  7. U

    [Release] DarksTeam Official Season 3 Episode 2 - Beta 25

    please make custom config for GS_CS because i need to set max level to 1000 please help