[Function] Starter NPC

Oxxy

New member
Messages
142
Points
0
Location
Estonia, Tallinn
Emulator
  Give players stuff © Oxxy, 2015, v 1.2

Changelist:

  v1.0 Initial release  v1.1 fixed some typos, should be working correct now.  v1.2 no variable can be set via function, deleted that.

Syntax:

callfunc "New_Player", <JOB_ID>, <BASE_LEVELS>, <JOB_LEVELS>, <ZENY>, <STATUS_POINTS>, <SKILL_POINTS>, <I1>,<I1A>, <I2>,<I2A>, <I3>,<I3A>, <I4>,<I4A>;
IX stands for Item ID X

IXA stands from Item ID X Amount

Example usage in scripts:

callfunc "New_Player", 1, 15, 10, 5000, 0, 0, 4001, 1, 7227, 2, 607, 3, 0, 0;

example above will give player Swordman job, 15 base levels, 10 job levels, 5000 zeny, 0 status points, 0 skill points, and items Poring card x1, TCG Card x2, Ygg. berry x3 and the 4th item won't be given.

Useful to create starter NPCs fast.

PLEASE, USE ONLY LATEST SCRIPT. (LAST VERSION: 1.2)

give_players_stuff1.2.txt

 

Attachments

Last edited by a moderator:
How to use this ? Sorry noob here. 
default_sleep.png


Code:
prontera,111,123,0	script	Free_Item	FAKE_NPC,{
	callfunc "New_Player", 1, 15, 10, 5000, 0, 0, 4001, 1, 7227, 2, 607, 3, 0, 0;
}
 
How to use this ? Sorry noob here. 
default_sleep.png


prontera,111,123,0 script Free_Item FAKE_NPC,{
callfunc "New_Player", 1, 15, 10, 5000, 0, 0, 4001, 1, 7227, 2, 607, 3, 0, 0;
}
I don't get it why u can't understand a simple explanation PROVIDED ALREADY, you've been in rAthena since 2011 and and you've become a member in Hercules forum

With post of 1085 that's not excuses that your 'NOOB' your just lazy. And you have run a server if you don't know this please closed your server.

The Syntax is already provided for godsake.

 
How to use this ? Sorry noob here. 
default_sleep.png


prontera,111,123,0 script Free_Item FAKE_NPC,{
callfunc "New_Player", 1, 15, 10, 5000, 0, 0, 4001, 1, 7227, 2, 607, 3, 0, 0;
}
I don't get it why u can't understand a simple explanation PROVIDED ALREADY, you've been in rAthena since 2011 and and you've become a member in Hercules forum

With post of 1085 that's not excuses that your 'NOOB' your just lazy. And you have run a server if you don't know this please closed your server.

The Syntax is already provided for godsake.
Erkk! 
default_p_conf.gif


I have use this script and it when in testing, from merchant, it changes my job to swordman, That my I ask him, how to use this script  ? Can I duplicate with all job ? 

How to make it multiple choose. That why i'm asking him. If you dont want to help, just SHUT UP! Nothing wrong ok ?

#STFU #LOL #BUTTHURT 
default_p_idea.gif


 
The files can't be opened, someone who already had it please kindly share with me please? Thank You
default_smile.png


 
Back
Top