Could anyone guide me in creating custom spawnpoints, preferably by class, not race?
Not sure, where I should start; can it be done in lua, or only in the db?
thx in advance![]()
Could anyone guide me in creating custom spawnpoints, preferably by class, not race?
Not sure, where I should start; can it be done in lua, or only in the db?
thx in advance![]()
This preferrebly would have to be done by Lua, since database only supports by race. You would also need to change their factions on entering world so that each class would fight the other classes I'm guessing thats what you want.
Edit
-----------
Scratch that. Do this, go into the game and go to the location you want the player to spawn. Then type in .gps, then head into the database and go to World then playercreateinfo. This is the list of races and class ids.
Race:
Human:1
Orc:2
Dwarf:3
Nightelf:4
Undead:5
Tauren:6
Gnome:7
Troll:8
Bloodelf:10
Draenei:11
Class:
Warrior:1
Paladin:2
Hunter:3
Rouge:4
Priest:5
Death Knight:6
Shaman:7
Mage:8
Warlock:9
Druid:11
Click the word "class" in the row on the playercreateinfo. Then that should arrange the class by numbers from 1 to 9 and 11. Then just type in the coords you got from .gps into the X,Y,and Z rows in the db and the players should spawn by class then.
Edit2
-------------
If your still having trouble just say and I'll help you completely. ( By that I mean..... Do that work for you.)
Last edited by BanzBoyz77; 02-23-2011 at 04:21 PM.
thanks a lot for that - no idea how i've missd it![]()