Jump to content

Recommended Posts

Posted

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?

 

khwmncmn.onf.jpg

 

Posted (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 by melron
Posted (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 by ogman

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...