Jump to content

Recommended Posts

Posted (edited)

There are two methods.

Go to your conf/char_athena.conf and change the line "start_items: 1201,1,2:2301,1,16".

 

Or create an own script like this:

-	script	Newchar	-1,{

OnPCLoginEvent:
	if (Newchar == 0){
		getitem 512,1;
		getitem 969,1;
		set Newchar,1;
		end;
	}
	end;
}

I hope it will help you a lot.

 

Rynbef~

Edited by Rynbef
Posted

There are two methods.

Go to your conf/char_athena.conf and change the line "start_items: 1201,1,2:2301,1,16".

 

Or create an own script like this:

-	script	Newchar	-1,{

OnPCLoginEvent:
	if (Newchar == 0){
		getitem 512,1;
		getitem 969,1;
		set Newchar,1;
		end;
	}
	end;
}

I hope it will help you a lot.

 

Rynbef~

 

where will i put customized scripts? npc folder?

Posted (edited)

Yes thats right.

Adding a Script

 

~Rynbef

 

not working. :(

 

i added it in npc/custom/ and named it "newchar.txt" (npc/custom/newchar.txt) then added it at script_custom "npc/custom/newchar.txt" and @reloadscript, then i make a new character. Still getting no items in inventory.

 

UPDATE:

 

ITS WORKING NOW! 

 

THANKS!

 

~~~

 

2nd question,

 

how to modify valkyrie helm, armor, shoes, garm? I want it to change the required class. I want it to change it to all class can equip those valkyries.

Edited by dnkip1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   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...