• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Starting players with items? Acc Manager..

Candlejack

Don't hug me I'm scared
Joined
Jun 20, 2012
Messages
87
Reaction score
39
Location
nowhere
Hi! How do I make it so when people create a character with the account manager they start with a noob set? Like plate armor, health pots, mana pots, rope, shovel, etc..

Also, if theyre a sorc they should start with wand of vortex, if paladin then arrows and spears..

How do I make that happen? :P
 
There is a script, in creature scripts, named first Items. Change it. And if you don't know much about lua scripting, write here again, and I will help you ;)
 
As the user above me said, there is, there must, be a file in your creature scripts,
that is probably called startitems.lua or something like that.
Basicially, you'll have to change the ID's, which is very easily done.
If you're not experienced enough, i'd be glad to help you out.

Umbled,
 
I found it, it's called Firstitems.lua

It's already set to give the players a pset and noob gear, backpack, etc.. but they start out with a club, jacket and a bag. So this script isnt working. Is there a way to activate it? Maybe an option i missed?

Edit: Do I need to activate it by putting it somewhere in my creaturescripts.xml file?
 
Exactly, you'll have to enable it in creaturescripts.xml,
here's the code,
Code:
<event type="login" name="Firstitems" event="script" value="Firstitems.lua"/>
If that's not working,
Then i'd guess it's a bug in your destribution.

Umbled,
 
Back
Top