Originally Posted by
Weiseguy
Yes in Navicat, arcemu_world is my db with gameobject names quests spawns etc is.
What does deleting that line do exactly?
EDIT: That didn't help. That just means it starts with the next object, meaning I would be missing a dark bush (seemed like important/used object) in the rest of the code/scripting.
EDIT2: from what I do know about scripting, it seems it just tells it to place values into game_object names. Don't you have to list the parameters? For instance, insert into `creature_names` (`entry`, `name`) etc then pass the values through that?