hadar

status

Sep 14th, 2010
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. #execwin stats { #clr }
  2. #win stats {%ansi( high, white) --------------- Stats for %gmcp.char.base.name -------------------%cr}
  3. $format = %concat("<color #00FF00>Class",%repeat(" ",(15 - %len(class))),": </color>","<color white>&s</color>",%repeat(" ",(16 - %len(%gmcp.char.base.class))),"<color #00FF00>Subclass</color> : ","<color white>&s</color>")
  4. #win stats {%format($format,%gmcp.char.base.class,%gmcp.char.base.subclass)}
  5. $format = %concat("<color #00FF00>Race",%repeat(" ",(15 - %len(race))),": </color>","<color white>&s</color>",%repeat(" ",(16 - %len(%gmcp.char.base.race))),"<color #00FF00>Clan</color> : ","<color white>&s</color>")
  6. #win stats {%format($format,%gmcp.char.base.race,%proper(%gmcp.char.base.clan))}
  7. #win stats {%ansi(default)}
  8. $format = %concat("<color cyan>Strength",%repeat(" ",(15 - %len(strength))),": </color>","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.stats.str))),"<color white>/</color> <color #00FF00>&s</color></color>",%repeat(" ",(10 - %len(%gmcp.char.maxstats.maxstr))),"<color cyan>Health :</color> ","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.vitals.hp)))," <color white>/</color> <color #00FF00>&s</color></color>")
  9. #win stats {%format($format,%gmcp.char.stats.str,%gmcp.char.maxstats.maxstr,%gmcp.char.vitals.hp,%gmcp.char.maxstats.maxhp)}
  10. $format = %concat("<color cyan>Intelligence",%repeat(" ",(15 - %len(Intelligence))),": </color>","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.stats.int))),"<color white>/</color> <color #00FF00>&s</color></color>",%repeat(" ",(10 - %len(%gmcp.char.maxstats.maxint))),"<color cyan>Mana :</color> ","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.vitals.mana)))," <color white>/</color> <color #00FF00>&s</color></color>")
  11. #win stats {%format($format,%gmcp.char.stats.int,%gmcp.char.maxstats.maxint,%gmcp.char.vitals.mana,%gmcp.char.maxstats.maxmana)}
  12. $format = %concat("<color cyan>Wisdom",%repeat(" ",(15 - %len(wisdom))),": </color>","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.stats.wis))),"<color white>/</color> <color #00FF00>&s</color></color>",%repeat(" ",(10 - %len(%gmcp.char.maxstats.maxwis))),"<color cyan>Moves :</color> ","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.vitals.moves)))," <color white>/</color> <color #00FF00>&s</color></color>")
  13. #win stats {%format($format,%gmcp.char.stats.wis,%gmcp.char.maxstats.maxwis,%gmcp.char.vitals.moves,%gmcp.char.maxstats.maxmoves)}
  14. $format = %concat("<color cyan>Dexterity",%repeat(" ",(15 - %len(Dexterity))),": </color>","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.stats.dex))),"<color white>/</color> <color #00FF00>&s</color></color>",%repeat(" ",(15 - %len(%gmcp.char.stats.dex))))
  15. #win stats {%format($format,%gmcp.char.stats.dex,%gmcp.char.maxstats.maxdex)}
  16. $format = %concat("<color cyan>Constitution",%repeat(" ",(15 - %len(Constitution))),": </color>","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.stats.con))),"<color white>/</color> <color #00FF00>&s</color></color>",%repeat(" ",(10 - %len(%gmcp.char.maxstats.maxcon))),"<color cyan>Hitroll :</color> ","<color white>&s</color>")
  17. #win stats {%format($format,%gmcp.char.stats.con,%gmcp.char.maxstats.maxcon,%gmcp.char.stats.hr)}
  18. $format = %concat("<color cyan>Luck",%repeat(" ",(15 - %len(Luck))),": </color>","<color white><color #00FF00>&s</color>",%repeat(" ",(4 - %len(%gmcp.char.stats.luck))),"<color white>/</color> <color #00FF00>&s</color></color>",%repeat(" ",(10 - %len(%gmcp.char.maxstats.maxluck))),"<color cyan>Damroll :</color> ","<color white>&s</color>")
  19. #win stats {%format($format,%gmcp.char.stats.luck,%gmcp.char.maxstats.maxluck,%gmcp.char.stats.dr)}
  20. $format = %concat("<color Cyan>Exp To Level",%repeat(" ",(15 - %len(eeeeeeeeeeee))),": </color>","<color white>&s</color>",%repeat(" ",(16 - %len(%gmcp.char.status.tnl))),"<color Cyan>Level :</color> ","<color white>&s</color>")
  21. #win stats {%ansi(default)}
  22. #win stats {%format($format,%gmcp.char.status.tnl,%gmcp.char.status.level)}
  23. $format = %concat("<color cyan>Alignment",%repeat(" ",(15 - %len(Alignment))),": </color>",%if(%begins(%gmcp.char.status.align,"-"),%ansi(high,red)"&s"%ansi(defualt),%ansi(high,yellow)"&s"%ansi(default)),%repeat(" ",(16 - %len(%gmcp.char.status.align))),"<color cyan>Gold :</color> ","<color yellow>&s</color>")
  24. #win stats {%format($format,%gmcp.char.status.align,%gmcp.char.worth.gold)}
  25.  
  26. #if (%gmcp.char.status.enemy !=%null) {#win stats {%cr%ansi(high,red)Fighting :%gmcp.char.status.enemy%cr%ansi(high,green)Enemy Health :%gmcp.char.status.enemypct%ansi(default)}}
Add Comment
Please, Sign In to add comment