Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by skiron

  1. S

    pet system and life extension..

    mmh i didnt see anything like obey in cfg or ida ^^ or does i look at the wrong position ? static signed int (__thiscall *CMonster__Create)(int a4, int a5) = (signed int (__thiscall*)(int a4, int a5))0x00439FB0;
  2. S

    pet system and life extension..

    hi, im looking for the pet system function in main server (the way to add pets) if anyone found it pls tell it me. before i forget.... im still looking for the function for life extension...
  3. S

    Live Extension

    Hi, does anyone found the Live Extension skill in MainSrv ? I looked for it but didnt find it...
  4. S

    CMonster::GetChase problem New AI

    thx madknight... does anyone know what ist that Get119 164 and 120 ?
  5. S

    CMonster::GetChase problem New AI

    mmh is there any way to use the pseudo c code ?
  6. S

    CMonster::GetChase problem New AI

    mmh good idea xD but if i see it right i have to rewrite the ai function or intercept it right ? did u do it ? when yes can u paste it ? (im lazy and not the "pro" in c++ ;) )
  7. S

    CMonster::GetChase problem New AI

    Hi All, i just want to know how to become Monster Aggro at a Player.(NewAI) I found the MonsterReal__GetChasePt function. Its Only Called when a Monster become Aggro... I Thought that i rename the Vars right but with the Monster Around Iterator as little helper to become the monsterpointers...
  8. S

    Selfmade 3rd job

    mmh i think i open a new thread called " pls Sirix release skill.dll source " and " pls Ayleen release KOEM v1 + v2 source " xD btw. Sirix if you want you can pm me the download link of ur source xD damn i forgot something... i still need the correct gstate of duel / cw / pvp and if possible...
  9. S

    KOEM v2 SDK

    really no one can help ? ^^ and if u give me the forum name from björn etc i can write to him xD
  10. S

    KOEM v2 SDK

    mmh i tried much... only thing i never tried is to do it in binary i mean 1000 0000 for 128 ^^
  11. S

    KOEM v2 SDK

    #define CGS_ONPVP 0x00000080 mmh and how i use this ? if i make player.SetGState(80) the player start fishing ^^ example i know assa is gstate 256
  12. S

    KOEM v2 SDK

    does anyone have a llist of whole gstates ?
  13. S

    KOEM v2 SDK

    yes something like this
  14. S

    KOEM v2 SDK

    i want to set a duel by using the koem v2 sdk ^^ atm i trying: Player *player= playerBase->Find(576); player ->SetDuelID(999); player ->SetDuelTimer(50); player ->SetDuelAdversary(577); player = playerBase->Find(577); player ->SetDuelID(999); player ->SetDuelTimer(50); player...
  15. S

    KOEM v2 SDK

    Hi, can anyone help me to do a Duell with the KOEM v2 SDK ? idk what i have to set... mfg skiron
Back
Top