ogman Posted June 14, 2017 Posted June 14, 2017 Hi Guys, Wondering if someone can help me, I'm probably missing the obvious. Below is my heal pop up message. When I heal myself I see the amount of HP I am being healed for. This is perfect. However when I heal my box it can't see heal amount instead it sees the persons name that healed him. This is for interlude, not sure if there is another line which I need to change? Quote
melron Posted June 14, 2017 Posted June 14, 2017 (edited) This is true actually. I dont know why this is happening but here is a little change to fix that... Heal.java SystemMessage sm = new SystemMessage(SystemMessageId.S2_HP_RESTORED_BY_S1); -sm.addString(activeChar.getName()); -sm.addNumber((int) hp); +sm.addNumber((int) hp); +sm.addString(activeChar.getName()); Systemmsg.dat -$s2 HP has been restored by $s1. +$s1 HP has been restored by $s2. SubMsg: $s1 HP Edited June 14, 2017 by melron Quote
ogman Posted June 14, 2017 Author Posted June 14, 2017 (edited) Hi guys, This is on L2Off as per the GM staff (L2Evoke). I can't change anything server side as I am just a player :( Is there anything I can do from my side or do I need the GM to fix this? Example if I just add in "by $s2" part which is missing will it work? This is the system message I have been playing with. It doesn't have the heal parts setup as its a old version but it may help? https://app.box.com/s/ypckxd3tdbjvreg0i3p8vru1vcmesrl7 Thanks Edited June 14, 2017 by ogman Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.