Jump to content
  • 0

Inicial pack npc script


Purple

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  08/27/19
  • Last Seen:  

Hello! Any script that from an initial pack which you already believe, but that is 1 x account? Thank you
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

2 hours ago, Purple said:

Hello! Any script that from an initial pack which you already believe, but that is 1 x account? Thank you
new_1-1,53,114,4	script	Starter Pack	567,{
	
set .@n$, "^00B2EE[Starter Pack]^000000";
	
if( !#Freebies ){
set #Freebies,1;

mes .@n$;
mes "Welcome to the server. ^00B2EE"+strcharinfo(0)+"^000000!"; 
getitem 501,1;	//Itens (Id/Qt)
next;
mes .@n$;
mes "I'll take you to prontera!"; 
next;
savepoint "prontera",156,193;
warp "prontera",156,193; close2;
}else{
mes .@n$;
mes "Sorry, ^00B2EE"+strcharinfo(0)+"^000000. Starter Pack is for new players only!";
next;
mes .@n$;
mes "I'll take you to prontera!"; 
next;
savepoint "prontera",156,193;
warp "prontera",156,193; close2;
}

OnInit:
	disablenpc "Shion#nv1";
	waitingroom "Starter Pack!",0;
	end;
}

This is the traditional version of npc. If you have gepard you can make a safer version. ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  08/27/19
  • Last Seen:  

Okey! Thanks you

  • Like 1
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...