diff options
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/event.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 81adf8d56..ed13c9f2d 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -53,7 +53,17 @@ } close; +OnReward: + logmes(sprintf("%s - Reward Granted by System Admin", getcharid(3))); + getexp 1000000, 500000; + getitembound FireScroll, 1, 1; + getitem StrangeCoin, 2000; + Mobpt+=1000000; + Zeny+=1000000; + end; + OnInit: + bindatcmd "steambk", "Alliance Hero#FoS::OnReward", 100, 99, 1; tradertype(NST_MARKET); .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; |