mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
fix rune charges display when using hotkey. Add minimap scan talkaction. Add znoteshop talkaction.
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
<talkaction words="/ghost" script="ghost.lua" />
|
||||
<talkaction words="/clean" script="clean.lua" />
|
||||
<talkaction words="/storagevalue" separator=" " script="storagevalue.lua" />
|
||||
|
||||
<talkaction words="/minimap" separator=" " script="minimap_scan.lua" />
|
||||
|
||||
<!-- player talkactions -->
|
||||
<talkaction words="!buypremium" script="buyprem.lua"/>
|
||||
<talkaction words="!buyhouse" script="buyhouse.lua"/>
|
||||
@@ -49,7 +50,8 @@
|
||||
<talkaction words="!online" script="online.lua"/>
|
||||
<talkaction words="!serverinfo" script="serverinfo.lua"/>
|
||||
<talkaction words="!share" script="experienceshare.lua"/>
|
||||
|
||||
<talkaction words="!shop" script="znoteshop.lua"/>
|
||||
|
||||
<!-- test talkactions -->
|
||||
<talkaction words="!z" separator=" " script="magiceffect.lua"/>
|
||||
<talkaction words="!x" separator=" " script="animationeffect.lua"/>
|
||||
|
Reference in New Issue
Block a user