Jump to content
  • 0
Quesooo

Error from my database

Question

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

  • 0

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 :D

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 :)

 

 

  • Upvote 1
Link to comment
Share on other sites

  • 0
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? :))

Link to comment
Share on other sites

  • 0

i bet this from hunting missions.txt line 290

				set [email protected]_Count, getvar(#Mission_Count, [email protected][[email protected]]);
				set [email protected], getvar(Mission0, [email protected][[email protected]]);
				set [email protected], getvar(HP, [email protected][[email protected]]);  // this HP causing error

				if ([email protected]_Count && [email protected] && [email protected] > 0) {

system read variable as Healt Point (HP) param....  i just add somthing on back of its HP

				set [email protected]_Count, getvar(#Mission_Count, [email protected][[email protected]]);
				set [email protected], getvar(Mission0, [email protected][[email protected]]);
				set [email protected], getvar(HPr, [email protected][[email protected]]);

				if ([email protected]_Count && [email protected] && [email protected] > 0) {

or maybe im wrong , idk

next, better u provide more information on your error..:D

Edited by Valor
  • Upvote 2
Link to comment
Share on other sites

  • 0
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

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.