Enoch Posted February 3, 2023 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 80 Reputation: 0 Joined: 10/21/19 Last Seen: 9 hours ago Share Posted February 3, 2023 (edited) good day good day i want to ask how if it possible to update UNPC from this old hash 2019 im using this rathena/rathena at a16f0ebb077c0513f8044c69728b2fe045635177 (github.com) i so that i can use this Release/scripts/PvP & GvG/Dota PVP ladder at master · AnnieRuru/Release (github.com) Old /* unit control - NPC */ export_constant(UNPC_DISPLAY); export_constant(UNPC_LEVEL); export_constant(UNPC_HP); export_constant(UNPC_MAXHP); export_constant(UNPC_MAPID); export_constant(UNPC_X); export_constant(UNPC_Y); export_constant(UNPC_LOOKDIR); export_constant(UNPC_STR); export_constant(UNPC_AGI); export_constant(UNPC_VIT); export_constant(UNPC_INT); export_constant(UNPC_DEX); export_constant(UNPC_LUK); export_constant(UNPC_PLUSALLSTAT); export_constant(UNPC_DMGIMMUNE); export_constant(UNPC_ATKRANGE); export_constant(UNPC_ATKMIN); export_constant(UNPC_ATKMAX); export_constant(UNPC_MATKMIN); export_constant(UNPC_MATKMAX); export_constant(UNPC_DEF); export_constant(UNPC_MDEF); export_constant(UNPC_HIT); export_constant(UNPC_FLEE); export_constant(UNPC_PDODGE); export_constant(UNPC_CRIT); export_constant(UNPC_RACE); export_constant(UNPC_ELETYPE); export_constant(UNPC_ELELEVEL); export_constant(UNPC_AMOTION); export_constant(UNPC_ADELAY); export_constant(UNPC_DMOTION); NEW /* unit control - NPC */ export_deprecated_constant3("UNPC_DISPLAY", UNPC_CLASS, "UNPC_CLASS"); export_constant(UNPC_LEVEL); export_constant(UNPC_HP); export_constant(UNPC_MAXHP); export_constant(UNPC_MAPID); export_constant(UNPC_X); export_constant(UNPC_Y); export_constant(UNPC_LOOKDIR); export_constant(UNPC_STR); export_constant(UNPC_AGI); export_constant(UNPC_VIT); export_constant(UNPC_INT); export_constant(UNPC_DEX); export_constant(UNPC_LUK); export_constant(UNPC_PLUSALLSTAT); export_constant(UNPC_DMGIMMUNE); export_constant(UNPC_ATKRANGE); export_constant(UNPC_ATKMIN); export_constant(UNPC_ATKMAX); export_constant(UNPC_MATKMIN); export_constant(UNPC_MATKMAX); export_constant(UNPC_DEF); export_constant(UNPC_MDEF); export_constant(UNPC_HIT); export_constant(UNPC_FLEE); export_constant(UNPC_PDODGE); export_constant(UNPC_CRIT); export_constant(UNPC_RACE); export_constant(UNPC_ELETYPE); export_constant(UNPC_ELELEVEL); export_constant(UNPC_AMOTION); export_constant(UNPC_ADELAY); export_constant(UNPC_DMOTION); export_constant(UNPC_SEX); export_constant(UNPC_CLASS); export_constant(UNPC_HAIRSTYLE); export_constant(UNPC_HAIRCOLOR); export_constant(UNPC_HEADBOTTOM); export_constant(UNPC_HEADMIDDLE); export_constant(UNPC_HEADTOP); export_constant(UNPC_CLOTHCOLOR); export_constant(UNPC_SHIELD); export_constant(UNPC_WEAPON); export_constant(UNPC_ROBE); export_constant(UNPC_BODY2); export_constant(UNPC_DEADSIT); export_constant(UNPC_GROUP_ID); Edited February 9, 2023 by Enoch Quote Link to comment Share on other sites More sharing options...
0 Enoch Posted February 9, 2023 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 80 Reputation: 0 Joined: 10/21/19 Last Seen: 9 hours ago Author Share Posted February 9, 2023 i hope there's an answer to this Quote Link to comment Share on other sites More sharing options...
0 Yukaiii Posted November 3, 2023 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 170 Reputation: 9 Joined: 11/20/13 Last Seen: 13 hours ago Share Posted November 3, 2023 up Quote Link to comment Share on other sites More sharing options...
Question
Enoch
good day
good day i want to ask how if it possible to update UNPC from this old hash 2019 im using this rathena/rathena at a16f0ebb077c0513f8044c69728b2fe045635177 (github.com)
i so that i can use this Release/scripts/PvP & GvG/Dota PVP ladder at master · AnnieRuru/Release (github.com)
Old
/* unit control - NPC */
export_constant(UNPC_DISPLAY);
export_constant(UNPC_LEVEL);
export_constant(UNPC_HP);
export_constant(UNPC_MAXHP);
export_constant(UNPC_MAPID);
export_constant(UNPC_X);
export_constant(UNPC_Y);
export_constant(UNPC_LOOKDIR);
export_constant(UNPC_STR);
export_constant(UNPC_AGI);
export_constant(UNPC_VIT);
export_constant(UNPC_INT);
export_constant(UNPC_DEX);
export_constant(UNPC_LUK);
export_constant(UNPC_PLUSALLSTAT);
export_constant(UNPC_DMGIMMUNE);
export_constant(UNPC_ATKRANGE);
export_constant(UNPC_ATKMIN);
export_constant(UNPC_ATKMAX);
export_constant(UNPC_MATKMIN);
export_constant(UNPC_MATKMAX);
export_constant(UNPC_DEF);
export_constant(UNPC_MDEF);
export_constant(UNPC_HIT);
export_constant(UNPC_FLEE);
export_constant(UNPC_PDODGE);
export_constant(UNPC_CRIT);
export_constant(UNPC_RACE);
export_constant(UNPC_ELETYPE);
export_constant(UNPC_ELELEVEL);
export_constant(UNPC_AMOTION);
export_constant(UNPC_ADELAY);
export_constant(UNPC_DMOTION);
NEW
export_constant(UNPC_GROUP_ID);
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.