sprdosat Posted February 4, 2019 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Frost Diver Posted July 19, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 189 Reputation: 7 Joined: 10/22/18 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 fictionx Posted February 5, 2019 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 122 Reputation: 17 Joined: 12/10/12 Last Seen: Wednesday at 12:28 AM Share Posted February 5, 2019 you need to update your scripts. https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706 Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted February 5, 2019 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Friday at 07:27 AM Share 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 Link to comment Share on other sites More sharing options...
0 rongmauhong Posted February 5, 2019 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 81 Reputation: 14 Joined: 11/17/17 Last Seen: March 20 Share Posted February 5, 2019 Currently getmapxy doesn't work with variable. It's a bug. https://github.com/rathena/rathena/issues/3918 Quote Link to comment Share on other sites More sharing options...
0 sprdosat Posted February 5, 2019 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Author Share Posted February 5, 2019 Solved, Thanks. Quote Link to comment Share on other sites More sharing options...
0 PsyOps Posted April 30, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 150 Reputation: 12 Joined: 12/03/18 Last Seen: 11 hours ago Share Posted April 30, 2019 On 2/5/2019 at 6:45 PM, sprdosat said: Solved, Thanks. Please indicate how it was solved. Thanks! Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.