Ok how can i make a way for players to get gold on my server is there a way to make em start out with it?
Ok how can i make a way for players to get gold on my server is there a way to make em start out with it?
You would have to do this in C++. The command starts with Plr-> but I don't remember the rest. Spidey or GP would know
core editing for that
Else, just make a vendor and a item that you can sell for 10000g (can be easy made with Ascent Database Editor) and then place it in the mall/starting areas.
Player->SetUInt32Value(PLAYER_FIELD_COINAGE, 10000);
Will give them one gold coin
You don't need to do this in the core, you can just make a simple script and hook it to ON_FIRST_ENTER_WORLD
TheSpidey, some people isn't as pro as you are on c++ >.< So what you just said to me... was ????