Jump to content
  • 0

Inicial pack npc script


Question

2 answers to this question

Recommended Posts

  • 0
Posted
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. ?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...