Hello,
What I mus change the man at the start 500gold gets?
And where?
Hello,
What I mus change the man at the start 500gold gets?
And where?
Sorry.. I have no clue what you're saying.
What's good? Skype: LukeLastorator
You need to make quest with reward as 500 gold ^^
You can make quests easily with Ascent Database Editor (ADE) It should be on programs section of emu section. :P
Who cann i do that into the source of ascent?
You can do that in playercreateinfo tables
Use the "Search" Button, its not hard
+RepEveryone who helps and contributes
Here u go mate i made an item for u id num 10 and i made it that every player starts with it . It sells 500g just execute it hope u like it
Filebeam - Free Fast File Hosting
Just edit it on the playercreateinfo table, if it's still possible, all the other ways are sloppy work arounds.
You Cant do it With Player Create Info I dont think.
Chrispees Idea works tested =)
Cheese Cake?
yea u cant if im not mistaking lool been a bit out of emulation but going to get back in soon :P any way tks snailz![]()
lol then theres the advanced way, c++!
#include "StdAfx.h"
#include "Setup.h"
void Coin (Player *plr){
plr->SetUInt32Value(PLAYER_FIELD_COINAGE, amount)
}
void SetupCoin(ScriptMgr* mgr){
mgr->register_hook(SERVER_HOOK_EVENT_ON_CHARACTER_CREATE, &Coin);
}