Quesooo Posted April 15, 2017 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
0 chatterboy Posted April 15, 2017 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
0 crazyarashi Posted April 15, 2017 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
0 crazyarashi Posted April 15, 2017 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
0 Valor Posted April 15, 2017 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
0 Quesooo Posted April 15, 2017 Author 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
0 crazyarashi Posted April 15, 2017 Posted April 15, 2017 2 minutes ago, Questune09 said: sorry hehehe hunting mission i see you may refer to what valor posted :)) 1 Quote
0 Poring King Posted April 15, 2017 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
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
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.