Jump to content
  • 0

showevent not working in custom city


gpedro153

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  02/10/15
  • Last Seen:  

I have an NPC that uses the "showevent" function and it works fine when it is in Pronterae, but when i move it to an custom map the showevent function will not work.

 

for example:

On this first script the "showevent" function works fine and the "Quest Balloon" appears over the NPC

 

prontera,157,183,5 script showevteste 837,{

 
mes "This is a test";
close;
 
OnPCLoadMapEvent:
showevent 1,1;
end;
}

 

however, when i move this same NPC to Mellina City (a custom map) the showevent doesn't work and the "Quest Balloon" no longer appears over the NPC even though the rest of the script remains the same.

 

mellina,94,55,5 script showevteste 837,{
 
mes "This is a test";
close;
 
OnPCLoadMapEvent:
showevent 1,1;
end;

}

It still says "This is a test" when i click on it though.

 

Can anybody help me with this issue?

Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  02/10/15
  • Last Seen:  

that was it! thank you!! :)

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