Quesooo Posted April 15, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted April 15, 2017 hi good day again rathena i was wondering how to fix this error [error]: buildin_getvar: 'hp' is a parameter - please use readparam instead thank you so much Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted April 15, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share Posted April 15, 2017 1 hour ago, Questune09 said: hi good day again rathena i was wondering how to fix this error [error]: buildin_getvar: 'hp' is a parameter - please use readparam instead thank you so much Hi, Do you have the source of error? :)) Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted April 15, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted April 15, 2017 yes thats the source error said Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted April 15, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share Posted April 15, 2017 1 minute ago, Questune09 said: yes thats the source error said I mean is there any npc,item or other things that might be the source of the error? :)) Quote Link to comment Share on other sites More sharing options...
0 Valor Posted April 15, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted April 15, 2017 (edited) i bet this from hunting missions.txt line 290 set .@Mission_Count, getvar(#Mission_Count, $@partymembercid[.@i]); set .@Mission0, getvar(Mission0, $@partymembercid[.@i]); set .@HP, getvar(HP, $@partymembercid[.@i]); // this HP causing error if (.@Mission_Count && .@Mission0 && .@HP > 0) { system read variable as Healt Point (HP) param.... i just add somthing on back of its HP set .@Mission_Count, getvar(#Mission_Count, $@partymembercid[.@i]); set .@Mission0, getvar(Mission0, $@partymembercid[.@i]); set .@HP, getvar(HPr, $@partymembercid[.@i]); if (.@Mission_Count && .@Mission0 && .@HPr > 0) { or maybe im wrong , idk next, better u provide more information on your error.. Edited April 15, 2017 by Valor 2 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted April 15, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted April 15, 2017 16 hours ago, crazyarashi said: I mean is there any npc,item or other things that might be the source of the error? :)) sorry hehehe hunting mission Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted April 15, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share Posted April 15, 2017 2 minutes ago, Questune09 said: sorry hehehe hunting mission i see you may refer to what valor posted :)) 1 Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted April 15, 2017 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 15, 2017 6 hours ago, Questune09 said: yes thats the source error said Can you provide us a picture so we can help you better 1 Quote Link to comment Share on other sites More sharing options...
0 chatterboy Posted April 15, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted April 15, 2017 that happen if the player have a party and no body is with him during hunting because they are not bothered to left their party Tip: Your script is not complete on that part. Add some script that check if the player have a party and he is solo hunting, i fixed this already in my server 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted April 15, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted April 15, 2017 its working thank you Quote Link to comment Share on other sites More sharing options...
Question
Quesooo
hi good day again rathena i was wondering how to fix this error
[error]: buildin_getvar: 'hp' is a parameter - please use readparam instead
thank you so much
Link to comment
Share on other sites
9 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.