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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock