Sphere Script ile yeni uğraşmaya başlayan arkadaşlarımız için faydalı bir script, üzerinde oynamalar yaparak deneyim elde edebilirsiniz.
- Regeneration Pack -
- Eioth tarafından yazılmıştır.
- 15.01.2011 -
- Daha fazlası için / www.eioth.blogspot.com
[ITEMDEF i_robe_regen]
ID=i_robe
NAME=Regeneration Robe
ON=@Create
HITPOINTS=100
color=0a33
on=@click
message @1970 [Regeneration Item]
message @2635 Life Robe
return 1
ON=@Equip
TIMER=2
ON=@Timer
IF (<CONT.ISPLAYER>)
CONT.HITS += 1
IF (<CONT.HITS> > <CONT.MAXHITS>)
CONT.HITS=<CONT.MAXHITS>
endif
TIMER=1
RETURN 1
endif
[ITEMDEF i_hat_mana]
ID=i_hat_floppy
NAME=Regeneration Hat
ON=@Create
HITPOINTS=100
color=0a33
on=@click
message @1970 [Regeneration Item]
message @2635 Mana Hat
return 1
ON=@Equip
TIMER=2
ON=@Timer
IF (<CONT.ISPLAYER>)
CONT.MANA += 1
IF (<CONT.MANA> > <CONT.MAXMANA>)
CONT.MANA=<CONT.MAXMANA>
endif
TIMER=1
RETURN 1
endif
[ITEMDEF i_stam_boot]
ID=i_boots_calf
NAME=Stam Boot
ON=@Create
HITPOINTS=100
color=0a33
on=@click
message @1970 [Regeneration Item]
message @2635 Stam Boot
return 1
ON=@Equip
TIMER=2
ON=@Timer
IF (<CONT.ISPLAYER>)
CONT.STAM += 1
IF (<CONT.STAM> > <CONT.MAXSTAM>)
CONT.STAM=<CONT.MAXSTAM>
endif
TIMER=1
RETURN 1
endif
Total votes: 0
Sunucular 3 gün önce
Sunucular 3 gün önce
Ultima Online 1 hafta önce
Ultima Online 2 hafta önce
Sunucular 3 hafta önce
Sunucular 3 hafta önce
Ultima Online 1 ay önce
Sunucular 1 ay önce
Ultima Online 1 ay önce
Sunucular 2 ay önce
Sohbet & Geyik 2 ay önce
Sunucular 2 ay önce
2024-10-31 22:47
2024-10-14 17:45
2024-09-26 14:21
2024-07-08 22:50
2024-07-08 22:34
2024-06-19 22:05
2024-06-01 02:19
2024-05-31 21:17
Yorumlar (0)