Jump to content

ReFresh

Active Member
  • Posts

    1797
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by ReFresh

  1. Hey guys, I'm trying to color the text variable, but there's a problem. When I try to send a message to player, I'll get an erorr: item prism needed, also if I have item prism in my inventory, error will be same and the message won't be send. I know why it's happening, it's because in server input_main.cpp exist a function, which is checking for the characters like | etc. But I cannot get rid out of it. Someone got some idea how it could be solved? PS: I don't want to remove item prism requirement for highlighting items in chat. net.SendWhisperPacket(self.targetName, player.GetName() + " (" + str(player.GetStatus(player.LEVEL)) +") " + "|cFF8000FF" + text) Thanks for possible answers! Sincerely, ReFresh
  2. It's simple looking, but it's nice I believe many people will use it for their servers, if you release it. Don't read trolls comments and take an example from Mali, he is releasing tons of nicely coded systems for free. Why? I think, it makes him happy to see people use his systems on their own servers and second thing, he is getting better and better in his programming experience. Everything what is free and useful is appreciated by the community, you will see that.
  3. I thought txt files in map folders and in textureset folder.
  4. Wrong texture paths. Check your textureset files, if the paths are correct.
  5. No one said, it's correct way to add special characters to the name. I just probably found the thing, for which was Asikoo asking. That's why I posted that.
  6. Hey guys, I was trying to add escape key function to intrologin.py to get out from login board to server list. I tried to add this: def OnPressEscapeKey(self): self.__RefreshServerList() self.__OpenServerBoard() It didn't work. Then I tried another way: def OnKeyDown(self, key): if 1 == key: self.__RefreshServerList() self.__OpenServerBoard() return True And it didn't work too. I have no clue, why it's not working. I'll be really glad for some ideas. Thanks for possible answers! Sincerely, ReFresh
  7. @ LTGTJust a little detail... there isn't any player_index variable. One step in your tutorial must look like this: [Hidden Content]
  8. Yes, it's wrong, but you can modify that. You can see correct path in your sysser. d:/ymir work/effect/etc/boss_effect/boss.mse
  9. @RnYPT The path, which you have to change is in Granny viewer in Texture list tab.
  10. I just read the comments before... I recommend to compare some .cpp files with another files and maybe python files too.
  11. Maybe you didn't change the path in gr2 model directly. The client can't find the path to the model.
  12. Hey guys, I just noticed that the party role button for members won't disappear when the party leader goes offline. The fix should be applied probably in this function in uiparty.py: As you can see there is no check for the party leader offline state, so the party roles won't disappear from members. Someone knows some kind of offline check for the party leader, which should be added there to fix the party role hiding for party members when the party leader is offline? Thanks for possible answers! Sincerely, ReFresh
  13. Most of the mentioned editors have drag & drop option, it's almost standard today. I'm editing server source, python, lua in Notepad++ and client source in normal Visual Studio. You don't need something else. You only should take care about encoding of files and that's all, what you need.
  14. Sublime Text 3, Visual Studio Code or Atom is not bad too.
  15. Hey guys, I was trying to remove random HP & SP on characters by doing following: src/char.cpp: src/questlua_pc.cpp: But the characters still have little bit different HP. What else I must change to have same HP on all characters? At max status, which is 125 max HP looks like this (SP looks like same on all characters) with no items equipped, no bonuses attached: Thanks for possible answers! Sincerely, ReFresh
  16. @dumita123 Nope, it still does the same thing. The text is still overflowing the left side of the game screen. For example, if you hover over autopotion the text will overflow. I'm wondering why it's happening. Looks like mentioned function has nothing to do with that, but I can't see anything else what could cause this problem.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.