Jump to content
  • 0

how to update unpc with old hash


Enoch

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  67
  • Reputation:   0
  • Joined:  10/21/19
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  67
  • Reputation:   0
  • Joined:  10/21/19
  • Last Seen:  

  i hope  there's an answer to this

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

up

Link to comment
Share on other sites

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.

×
×
  • Create New...