01-15-2013, 09:42 PM
andei dando 1 pesquisada e olha q encontrei, agora é so voce modificar do geito que voce quer
Auto Mount:
Code:
3000 {Auto Mount} Status.InPZ()==0 Self.Mount()==0 Self.ToggleMount()
Equip Sword Ring:
Code:
3000 {Equip Sword Ring} Self.Attacking()==1 Self.Inventory.Ring()==0 Self.Equip.Ring(3091)
Drop Empty Flask:
Code:
3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=150 Map.Thrown(285, 100, !X!, !Y!, !Z!) Exit()
Auto Area Attack (Non-PvP):
Code:
2000 {AutoAreaAttack} Creatures.Beside()>=2 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit()
Auto Area Attack (PvP):
Code:
2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit()
Rep+?
Auto Mount:
Code:
3000 {Auto Mount} Status.InPZ()==0 Self.Mount()==0 Self.ToggleMount()
Equip Sword Ring:
Code:
3000 {Equip Sword Ring} Self.Attacking()==1 Self.Inventory.Ring()==0 Self.Equip.Ring(3091)
Drop Empty Flask:
Code:
3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=150 Map.Thrown(285, 100, !X!, !Y!, !Z!) Exit()
Auto Area Attack (Non-PvP):
Code:
2000 {AutoAreaAttack} Creatures.Beside()>=2 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit()
Auto Area Attack (PvP):
Code:
2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit()
Rep+?