1 2 3 4 5 6 7 8 9 10 11 12 13 | - script goldroomzeny -1,{ OnInit: monster "bra_dun02",0,0,"Poring",1002,3000,strnpcinfo(0)+"::OnGoldMobDead"; end; OnGoldMobDead: set .zeny,rand(40000,150000); set Zeny,Zeny+.zeny; monster "bra_dun02",0,0,"Poring",1002,1,strnpcinfo(0)+"::OnGoldMobDead"; dispbottom "You've gained "+.zeny+" Zeny, Your total zeny "+Zeny+".",0x00FF00; end; } |