Hey, in this topic I will explain step by step what to do to nick in shout was a hyperlink to the private message.
At the start we will be editing client, and thus unpack the roots.
Open uichat.py from root and look for:
and under this paste it:
still at start the file right after import paste it:
save the file.
Then open the interfacemodule.py and look for:
paste at the bottom of this def it:
save the file.
We pack roots
Now remains us upload this diffs:
Original topic: [Only registered and activated users can see links. Click Here To Register...]
That's it. Regards
At the start we will be editing client, and thus unpack the roots.
Open uichat.py from root and look for:
Code:
def __SendChatPacket(self, text, type): if net.IsChatInsultIn(text): chat.AppendChat(chat.CHAT_TYPE_INFO, locale.CHAT_INSULT_STRING) else:
Code:
playerName = player.GetName() if '/' == text[0] and playerName[0] == '[': net.SendChatPacket(text) return if chat.CHAT_TYPE_SHOUT == type: text = "|Hmsg:" + playerName + "|h" + playerName + "|h|r : " + text else: text = playerName + " : " + text
Code:
import player
Then open the interfacemodule.py and look for:
Code:
def MakeHyperlinkTooltip(self, hyperlink):
Code:
elif "msg" == type: self.OpenWhisperDialog(str(tokens[1]))
We pack roots
Now remains us upload this diffs:
Original topic: [Only registered and activated users can see links. Click Here To Register...]
That's it. Regards