PDA

View Full Version : merchantlist.txt


Satransisu
05-20-2003, 12:48 PM
When you add a new merchant to merchantlist.txt, how would you make that merchant come into the game? what i mean is.. do yu have to go back to mysql.exe and source merchantlist.txt again? and wait for it?

Doing that now.. but of course its going through EVERY merchant again.. and giving errors.. already exists BS.. so its a big pain in the butt.. Any easier way to do this?

Maranwe
05-20-2003, 01:54 PM
you can create a new text file with some other name that includes the INSERT commands and all the information you want the new merchantlist table to have and then source THAT file in and it won't try to recreate all the others... it's faster, easier, and doesn't create all those "already exists" errors and beeps.

Maranwe

Satransisu
05-20-2003, 01:56 PM
but then ill end up having 100 dif text files :P

like right now, im trying to change starting items.. but it wont overwrite the existing thing..

was wondering if there is wa way to make a player start with a backpack, and it be full of armor?

but first thing i need to figure out is how to make it overwrite itself..

Maranwe
05-20-2003, 02:02 PM
hmmm interesting thought... I don't think I can help you with that one :(

But for future reference, you could create a single new text file with ALL of your NEW entries to make and only have one file...

As far as changing starting equipment, I haven't paid much attention to where that information is stored in the database so I'm not sure what would be the best way to do that, but I'm inclined to think that editing them with EQEmu Admin Tool would probably be best.

Maranwe