Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP]How to add item to vendor without it to disappear

Newbie Spellweaver
Joined
Jul 7, 2007
Messages
52
Reaction score
0
So my question is how do i add item to vendor without item to disappear after restart?Simple question not long

Thank you
 
Junior Spellweaver
Joined
Jan 4, 2008
Messages
102
Reaction score
0
its not a gameobject hes talking about vendor item just do .npc vendoradditem # 1, that should work i never had a problem only problem i found was i couldnt remove it like it removes but on restart comes back had to delete in in the db manually
 
You don't know me.
Loyal Member
Joined
Apr 29, 2006
Messages
1,628
Reaction score
0
Actually, the vendor doesn't even need a 1 at the end to save the item. It saves permanently simply by using the command:

Code:
.npc vendoradditem <id>
 
Junior Spellweaver
Joined
Jan 4, 2008
Messages
102
Reaction score
0
i just add the 1 just incase coz you never know if it works right or not
 
Newbie Spellweaver
Joined
Mar 24, 2008
Messages
5
Reaction score
0
Hello :)

Just wondering a stuff when we talk about items you add to vendor but when i added one i cant buy the item because it says you cannot stack or you cant carry anymroe of those items and i dont but my friends cant buy either
 
Newbie Spellweaver
Joined
Aug 9, 2007
Messages
56
Reaction score
0
Hello :)

Just wondering a stuff when we talk about items you add to vendor but when i added one i cant buy the item because it says you cannot stack or you cant carry anymroe of those items and i dont but my friends cant buy either

If its a custom item it has been made wrong.
 
Newbie Spellweaver
Joined
Mar 24, 2008
Messages
5
Reaction score
0
Well I downloaded 5 items from and i added them and i couldent buy them off vendor and they cost 6000g each so is there any way i can change them?
 
Back
Top