Hi Guys, Im getting an error when trying to whisper to my tool dealer
[Error]: npc_event: event not found [ToolDealer::OnAtcommand]
Here is the script
//===== rAthena Script =======================================
//= Whisper Tool dealer
//===== By: ==================================================
//= Poseidon
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena
//===== Description: =========================================
//= Whisper Tool dealer
//===== Additional Comments: =================================
//============================================================
- script Shop -1,{
OnWhisperGlobal:
bindatcmd "sell","ToolDealer::OnAtcommand";
end;
OnAtcommand:
callshop "ToolDealer", 0;
end;
}
- shop ToolDealer -,611:-1,1750:-1,501:-1,502:-1,503:-1,504:-1,506:-1,645:-1,656:-1,601:-1,602:-1,1065:-1,2239:-1
basically i would like players to be able to type @sell anywhere , and the tool dealer to pop open
Thanks