I am wondering how do you share stuff on this website. Say I made this instance on my own private server but How do i put it in a file so I can share it? (LIke Illidan1 does.) Plz Help me![]()
I am wondering how do you share stuff on this website. Say I made this instance on my own private server but How do i put it in a file so I can share it? (LIke Illidan1 does.) Plz Help me![]()
say you spawn 4 houses, you would dump the gameobject_spawns table, the last 4 entry's would be the 4 houses, so if u spawn 20 goblins, you would dump the creature_spawns table and the last 20 entry's will be those goblins
If you need me you have my skype, if you don't have my skype then you don't need me.
okay thank you, So if i make an instance I would have to dump Creature_names and creature_proto right? for the npcs
only if they were custom NPC's, you would also need to dump the creature_spawns
If you need me you have my skype, if you don't have my skype then you don't need me.
okay so say I redid Deadmines, and i modified the peasant guys in there, I would dump creature_names and creature_proto, but if i made my own npc I would have to do creature_spawns?
no if you made your own NPC's then you would dump creature_proto and creature_names, if its NPC's that are already in the standard database then you would only dump the creature_spawns
If you need me you have my skype, if you don't have my skype then you don't need me.
Okay I get it now Thanks +2rep
Actually, an easier way, is if you check the ones you want to dump, then select export. It makes it much easier to create your sql and to insert into someone elses DB. Plus, you don't have to dump everything (meaning dropping everything in that table) because thats what happens when you dump
Nothing drops when you dump :P
But yeah, selecting and exporting is easier![]()