Jump to content

Gouki

Members
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gouki

  1. hmm, alright I'll try this out later on, understanding OnTouch over OnTouchNPC is that Monsters can't touch, OnTouchNPC, is that right? will update later how it goes..
  2. This is definitely an option, thanks! But, how about the script triggers whenever you cross a certain cell? do you happen to know how others do that?
  3. @Poring King I modified your script, not sure if this script means once per account only. correct if I'm wrong thank you! prontera,0,0,3 script TouchMe -1,{ OnTouch: if(#newbie != 0){ getitem 7227,1; set #newbie,1; mes "[Ragnarok Online]"; mes "Welcome to Ragnarok Online!"; }else{ mes "[Ragnarok Online]"; mes "Welcome to Ragnarok Online!"; } } If I add coordinates, to the X and Y of Prontera, would that mean if a character passed through that cell this will be triggered? If that's not it, the initial plan would be like a checkpoint if they passed through those or that cell the script will be triggered. I think the initial script is if the player lands on a certain map? prontera,0,0,3 script TouchMe -1,{
  4. Hi, Map Ex. new_1-1 (on the bridge part) when a new character passes the middle part of the bridge (or a certain cell) he will get an automatic buff, and newbie items. prolly a Mes also to welcome the player. basically the point is to let every newbie player receive the freebies and extra buff.
  5. Can you please share the final script? thanks! --- @kevinyrchua
×
×
  • Create New...