Jump to content
  • 0
AsurielRO

Npc always stock up players

Question

Good day i wabt to ask how to fix this problem

Example

- if player/players talk to warper and choose where to warp

Some times the npc dialog disappered and the player stock up need to relogin again

 

Is there any solution for this please help thank you so much

 

If this kind of problem is private please pm me ^_^

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0

This happens if you close the dialog using close2; but then you forget to use end; to stop the script. Good behavior :

mes "blablabla";
close2;
emotion 21; // Or other stuff
end;

 

 

Share this post


Link to post
Share on other sites
  • 0
On 8/21/2017 at 8:30 PM, hendra814 said:

The problem appear when enable hourly reward script.

so disable that script from the server.

wahhhhhhhhh is it ??? but i think i dont have hourly reward script in game

Share this post


Link to post
Share on other sites
  • 0

check all your script, if there have 

Quote

attachnpctimer ""+strcharinfo(0)+"";

disable that script, because that's the problem.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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