Issue information

Issue ID
#4578
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 27, 2010 19:24
Last Post
Hercules Elf Bot
Feb 7, 2012 20:56
Confirmation
N/A

Hercules Elf Bot - Nov 27, 2010 19:24

Originally posted by [b]Hunter4565[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4578

@Script_commands:
There is no info about Progressbar and about the usefull switch(argument){cases}.
the info below i've gathered around the eA forums long time ago,dunno where.

CODE
*progressbar "color",tick;

"color" is given in RGB system.(DOESN'T WORKS,it's always green!)
"tick" is given in seconds.


ps.:Does the killedrid and killerrid info needs to be updated there since they are no longer player vars?
--------------

@item_bonus:

Missing info about bonus4 bAutoSpellOnSkill and bonus5 bAutoSpellOnSkill.
The info below i've acquired by doing a few tests,i don't believe they are exact.
CODE
  bonus4 bAutoSpellOnSkill,"x","y",z,n;
This will autocast Y skill at level Z on yourself,upon using X skill, by n/10% chance.

  bonus5 bAutoSpellOnSkill,"x","y",z,n,1;
This will autocast Y skill at level Z on the enemy, upon using X skill, by  n/10% chance.

*Both supports skill names
**Dunno about the "1" at [b]bonus5 bAutoSpellOnSkill[/b]


--------------
@atcommands:

Small bug.
@blvlup/@baselevelup doesn't reads from statpoint.txt,allowing the user to have more stat points than a person leveled via script/normally.

This post has been edited by Hunter4565: Nov 27 2010, 11:25 AM