Jump to content
  • 0

how to update unpc with old hash


Question

Posted (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 by Enoch

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...