LuisPro
World War <3
- Joined
- May 10, 2009
- Messages
- 425
- Solutions
- 1
- Reaction score
- 53
Hello.
I wonder how to do stuff like this by server side:
1. if player write "uh" effect will be like on 8.6 with UH and "Use on yourself" <-- spells
2. if player write "mf" effect will be like on 8.6 with mana potion and "Use on yourself" <- actions
3. if player attacking player/monster and write "sd" effect will be like on 8.6 with SD and "Use on target" <-- spells
uh, mf, sd is just text what should be written in "Hotkeys". Visiblity this text aboive head (like exura) is optionaly.
It should be done by talkactions or in spells?
Someone have idea how it can be done?
Greetings.
About UH if i do like this:
Its works well but it not do -1 uh charge from BP. Any sugestions?
I wonder how to do stuff like this by server side:
1. if player write "uh" effect will be like on 8.6 with UH and "Use on yourself" <-- spells
2. if player write "mf" effect will be like on 8.6 with mana potion and "Use on yourself" <- actions
3. if player attacking player/monster and write "sd" effect will be like on 8.6 with SD and "Use on target" <-- spells
uh, mf, sd is just text what should be written in "Hotkeys". Visiblity this text aboive head (like exura) is optionaly.
It should be done by talkactions or in spells?
Someone have idea how it can be done?
Greetings.
About UH if i do like this:
Code:
<instant name="UH" words="uh" needlearn="0" lvl="8" maglv="4" mana="0" selftarget="1" aggressive="0" script="healing/ultimate_healing_rune.lua">
<vocation name="Sorcerer"/> <vocation name="Master Sorcerer"/>
<vocation name="Druid"/> <vocation name="Elder Druid"/>
<vocation name="Paladin"/> <vocation name="Royal Paladin"/>
<vocation name="Knight"/> <vocation name="Elite Knight"/>
</instant>
Its works well but it not do -1 uh charge from BP. Any sugestions?

Last edited by a moderator: