Jump to content

Gouki

Members
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Gouki

  1. 8 minutes ago, Poring King said:

    You can also add a different tweek you can use on
     

    
    -    script    freebies    -1,{
    
    OnPCLoginEvent:
    				if( #newbie == 1) end;
    				set #newbie,1;
    				getitem 7227,1;
    				dispbottom "Welcome to our server!";
    				end;
    }

     

    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? 

  2. @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,{
×
×
  • Create New...