Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Auction House

Joined
Jun 7, 2009
Messages
543
Reaction score
222
Location
Behind You!
I have a small problem with certain items not being able to be sold at the auction house. Mainly so far they have been HH/TT items, like mats or actual armor.

Does anyone know how I can solve this, is it something to do with the proctype or is there something about the auction house service that needs to be changed?
 
I have noticed this also, have also found Tideborn weapons & Nirvana have the same issue. I'm guessing here but as far as Tideborn & Nirvana, because they were not around when our files were released.
 
if in remember right, there was some file that controlled stuff that can be put on auctions. everything that is not there can not be sold this way. try to find it (i think deliveryd) and add the ids you need.

Yeah you are right:

15309 100013 黄金面具

I'm guessing, first number is item ID, then second is category? Does the name have to be in chinese? Or does the name matter at all? Need to figure out which category is which too :D if it is category, the second number.
 
Yeah I found some other interesting events/triggers in the npcgen of world map...
13800 – Spawn 2 npcs next to Maradona in gm area
380 – Auction Npc with cubigold function (enabled by default on our servers)
381 – Auction Npc without cubigold function (enabled by default on world2 servers)
25 – Harpy Wraith (trigger for disable/enable that boss?)
127223 – Arena Manager (trigger for disable/enable arena manager?)
65 - Rare Pets (trigger for disable/enable rare pets?
 
Sorry to bring this thread back up again but I've recently been trying to add some new stuff to my auction house and copied my auctionid.txt from surfaces.pck over to the server and replaced the original one. Now it's coming up saying auction house is not open, the only real new thing I added to the tree and items was charms. There was already alot of new stuff added to the auction ID including fashion and other "normal" stuff.

Does anyone know how I can solve this?
 
Encoding: client uses UTF-16LE and server GBK (or something like that) so you can't copy directly.
 
Back