sprdosat Posted February 4, 2019 Posted February 4, 2019 Hi guys. After I updated rAthena to the latest version, this error appeared in the script, can anyone help me? arvore_da_vida.txt Quote
0 Frost Diver Posted July 19, 2019 Posted July 19, 2019 On 4/30/2019 at 11:44 PM, Dev G Inc said: Please indicate how it was solved. Thanks! Edit and change your npc script that using UNITTYPE to BL. Example 1: getmapxy(.@map$,.@x,.@y,UNITTYPE_NPC,strnpcinfo(0)); to getmapxy(.@map$,.@x,.@y,BL_NPC,strnpcinfo(0)); Example 2: getmapxy(.@map$,.@x,.@y,UNITTYPE_PC,strnpcinfo(0)); to getmapxy(.@map$,.@x,.@y,BL_PC,strnpcinfo(0)); BL_PC - Character object (default) BL_NPC - NPC object BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object BL_ELEM - Elemental object 1 Quote
0 fictionx Posted February 5, 2019 Posted February 5, 2019 you need to update your scripts. https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706 Quote
0 crazyarashi Posted February 5, 2019 Posted February 5, 2019 prontera,148,196,4 script arvoredavida 14591,{ end; OnInit: OnTimer3000: initnpctimer; getmapxy(.@map$,.@x,.@y,BL_NPC,strnpcinfo(0)); areapercentheal .@map$,.@x-5,.@y-5,.@x+5,.@y+5,20,20; end; } Quote
0 rongmauhong Posted February 5, 2019 Posted February 5, 2019 Currently getmapxy doesn't work with variable. It's a bug. https://github.com/rathena/rathena/issues/3918 Quote
0 PsyOps Posted April 30, 2019 Posted April 30, 2019 On 2/5/2019 at 6:45 PM, sprdosat said: Solved, Thanks. Please indicate how it was solved. Thanks! Quote
Question
sprdosat
Hi guys. After I updated rAthena to the latest version, this error appeared in the script, can anyone help me?
arvore_da_vida.txt
6 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.