Jump to content
  • 0

What's Wrong with this script


Help-Help

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

gonryun,173,137,4	script	Write Review	75,2,2,{
mes "[ ^ff0000Mama RO^000000 ]";
mes "Please write a review on www.ratemyserver.net ";
mes "Please check this link -> http://ratemyserver.net/index.php?page=detailedlistserver&serid=15652&itv=6&url_sname=DreamworksRO";

mes "To write a review for MamaRO , Just click ";
mes "Super High Rate -> Mama Ragnarok Online -> CLick Write a Review.";

mes "Ty!!";
close;

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  403
  • Reputation:   89
  • Joined:  02/07/13
  • Last Seen:  

gonryun,173,137,4	script	Write Review	75,2,2,{
mes "[ ^ff0000Mama RO^000000 ]";
mes "Please write a review on www.ratemyserver.net ";
mes "Please check this link -> http://ratemyserver.net/index.php?page=detailedlistserver&serid=15652&itv=6&url_sname=DreamworksRO";

mes "To write a review for MamaRO , Just click ";
mes "Super High Rate -> Mama Ragnarok Online -> CLick Write a Review.";

mes "Ty!!";
close;

Missing the curly at the end of the script ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

yup

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

help

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

firstly

:

 

gonryun,173,137,4    script    Write Review    75,2,2,{
 

the last : 75,2,2 , this is wrong , its the npc code , u have to write a NPC sprite list code here . You can get them from here http://www.dotalux.com/ro/npclist/.

 

Other than that , i added two [next] in it.

 

here u go :

 

gonryun,173,137,4    script    Write Review    701,{
mes "[ ^ff0000Mama RO^000000 ]";
mes "Please write a review on www.ratemyserver.net ";
mes "Please check this link -> http://ratemyserver.net/index.php?page=detailedlistserver&serid=15652&itv=6&url_sname=DreamworksRO";
next;
mes "To write a review for MamaRO , Just click ";
mes "Super High Rate -> Mama Ragnarok Online -> CLick Write a Review.";
next;
mes "Ty!!";
close;
}
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

Closed!

Link to comment
Share on other sites


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

@Rayan

the last : 75,2,2 , this is wrong , its the npc code

There was no error in the header

 

75,2,2,{

refer to the npc sprite, trigger X and Y

 

<map name>,<x>,<y>,<facing>%TAB%script%TAB%<NPC Name>%TAB%<sprite id>,<triggerX>,<triggerY>,{<code>}

TriggerX and triggerY, if given, will define an area, centered on NPC and
spanning triggerX cells in every direction across X and triggerY in every
direction across Y. Walking into that area will trigger the NPC. If no
'OnTouch:' special label is present in the NPC code, the execution will start
from the beginning of the script, otherwise, it will start from the 'OnTouch:'
label. Monsters can also trigger the NPC, though the label 'OnTouchNPC:' is
used in this case.

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