any way to add sets in? L2O 

Newbie Spellweaver
Joined
Oct 27, 2004
Messages
15
Reaction score
0
i was wondering if there is any way to add armor sets into private servers and if anyone could give me a pointer id be happy :D


thanks
 
Hi!

Sure dude, u can add any kind of itens in your private server.

just open your itemdata.txt inside script folder, then see what u like (725 for mana potion, for example).

Open ai.obj with notepad (it takes a while) and look for merchant u like (simplon in gludio, for example) then add the code for item in one of buylists :)


Hope it helps!!!


Peace
 
Upvote 0
jambatera said:
Hi!

Sure dude, u can add any kind of itens in your private server.

just open your itemdata.txt inside script folder, then see what u like (725 for mana potion, for example).

Open ai.obj with notepad (it takes a while) and look for merchant u like (simplon in gludio, for example) then add the code for item in one of buylists :)


Hope it helps!!!


Peace

Um... I'm pretty sure he means armour sets [ie. the Manticore set (Manti shirt, gaiters + boots) give a bonus to your MP]

I've only skimmed the server files myself, but I also have no clue how to change/add armour sets... Hopefully someone will have the answer...
 
Upvote 0
hmm.. i never try the ai.obj method yet. the file seem a bit big might take long to load.

for me I edit the multisell.txt and add whatever item name I want from the itemdata.txt. nice thing about this I can allow the dwarf race to be more in useful. because everything in luxury shop in giran is dealing with crystals. offcourse u can change that to other stuff too and not jsut crystals. this make it more fun to trade with shop.
 
Upvote 0
itemdata.txt in last line... set effect...
set_begin 1 slot_chest=23 slot_legs=2386 slot_head=43 slot_additional=[none] set_skill=[s_set_collected] .......
 
Upvote 0
Back