diff options
-rw-r--r-- | npc/029-0/event.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 922bf9bff..abaf56a8a 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -53,18 +53,18 @@ } close; -OnReward: +OnRw: logmes(sprintf("%s - Reward Granted by System Admin", getcharid(3))); - getexp 1000000, 500000; - getitembound FireScroll, 1, 1; getitem StrangeCoin, 2000; + getitembound FireScroll, 1, 1; + getexp 1000000, 500000; Mobpt+=1000000; Zeny+=1000000; dispbottom l("Jesusalva : \\o/"); end; OnInit: - bindatcmd "steambk", "Alliance Hero#FoS::OnReward", 100, 99, 1; + bindatcmd "steambk", "Alliance Hero#FoS::OnRw", 100, 99, 1; tradertype(NST_MARKET); .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; |