Jump to content

ByLost

Inactive Member
  • Posts

    110
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ByLost

  1. Hi! I am looking for someone to insert a new currency in the offline shop by ken.
  2. It approaches the NPC which has cube and the command
  3. For some reason my computer created this type of file in several others, so it wouldn't be a VS error. You can close the post. #closerequest
  4. Hello, devs! I didn't mess with the customer's source for a while. When I went to move I came across some strange files. The Visual Studio I use is the 2013 ultimate, and formerly the visual studio 2019. The files that contain "renato name" at the end, have the most recent editions. Some files have been created, I need to clean the source and leave only what matters.
  5. Up. @Mali61 Not close (no name) 0802 17:54:41539 :: Traceback (most recent call last): 0802 17:54:41539 :: File "ui.py", line 1344, in CallEvent 0802 17:54:41540 :: File "ui.py", line 87, in __call__ 0802 17:54:41541 :: File "ui.py", line 69, in __call__ 0802 17:54:41541 :: File "uiWhisper.py", line 272, in Close 0802 17:54:41541 :: TypeError 0802 17:54:41570 :: : 0802 17:54:41571 :: bad argument type for built-in operation 0802 17:54:41571 ::
  6. Hi.. A suggestion. Where "writing appears could tell "offline" if the character is not in the game ---------------------------------------------------------------------------------------------------------------- And error: shitf + ENTER open message.. not close in your system (no name) ^^ 0802 17:54:41539 :: Traceback (most recent call last): 0802 17:54:41539 :: File "ui.py", line 1344, in CallEvent 0802 17:54:41540 :: File "ui.py", line 87, in __call__ 0802 17:54:41541 :: File "ui.py", line 69, in __call__ 0802 17:54:41541 :: File "uiWhisper.py", line 272, in Close 0802 17:54:41541 :: TypeError 0802 17:54:41570 :: : 0802 17:54:41571 :: bad argument type for built-in operation 0802 17:54:41571 :: ---------------------------------------------------------------------------------------------------------------- Edit: Some got confused and then I'll simplify. in uiwhisper.py (if you already have import time ignore.) 1º search: import chr add after: import time 2º find and replace def OnScroll(self): chat.SetWhisperPosition(self.targetName, self.scrollBar.GetPos()) def OnScroll(self): chat.SetWhisperPosition(self.targetName, self.scrollBar.GetPos()) if app.ENABLE_WHISPER_RENEWAL: def SetTimer(self): self.endTime = time.clock() + 0.4 def OnUpdate(self): if self.targetName and self.chatLine: if len(self.chatLine.GetText()) > 0 and not whisper.IsSended(self.targetName): whisper.Add(self.targetName) elif not len(self.chatLine.GetText()) > 0 and whisper.IsSended(self.targetName): whisper.Remove(self.targetName) if whisper.CheckName(self.targetName): self.typing.Show() lastTime = max(0, self.endTime - time.clock()) if 0 == lastTime: if len(self.typing.GetText()) - len(b_name) < 3: self.typing.SetText(self.typing.GetText() + ".") else: self.typing.SetText(b_name) self.SetTimer() else: self.typing.Hide()
  7. Thanks. Could someone with a good soul help me with that? I don't have 3dmax and even if I had I wouldn't know how to mess with it? please. gr2 file weapon [Hidden Content]
  8. 0 syserr. I don't know what else to do LOCALHOSTFreeBSD 11.1-RELEASE VPSFreeBSD 11.2-RELEASE
  9. BUMP: summary: between 5 to 10 minutes the character is disconnected only in VPS in localhost works normal. Can anyone help me? VPS PLAYER: CHARACTER WORKS NORMALLY. (NO DC) VPS GM: DISCONNECTED IN 5 TO 10 MINUTES. (DC) LOCALHOST PLAYER: 100% WORK (NO DC) LOCALHOST GM: 100% WORK (NO DC)
  10. Version of Files : 40k Hi Devs! I've been having this problem for, like, nine months. I am always disconnected from the server after some time connected. The only mistake that pops up is this. syslog: DISCONNECT: Teste1 (DESC::~DESC) My server is in VPS for work. I switched to localhost and stopped disconnecting it. This disconnecting only the GM character, the common character does not disconnect.
  11. Version of Files : 40k error copy/paste #closed please
  12. Version of Files : XXX Hi Devs The skill is coming out of that gun. Would you have a solution? [Hidden Content] Thanks
  13. loool this is new to me xD again, thank you very much. OFF: Could you help me with that topic?
  14. thank you very much ^^ Obs: Python not support PNG Search: self.btnClearChat.SetUpVisual("d:/ymir work/ui/game/taskbar/clear1.png") self.btnClearChat.SetOverVisual("d:/ymir work/ui/game/taskbar/clear2.png") self.btnClearChat.SetDownVisual("d:/ymir work/ui/game/taskbar/clear3.png") to (usage: [Hidden Content]) self.btnClearChat.SetUpVisual("d:/ymir work/ui/game/taskbar/clear1.tga") self.btnClearChat.SetOverVisual("d:/ymir work/ui/game/taskbar/clear2.tga") self.btnClearChat.SetDownVisual("d:/ymir work/ui/game/taskbar/clear3.tga") By
  15. Hi I've looked 10x and do not see where this wrong xD networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'CHAT_WINDOW_WIDTH' is not defined uichat.py [Hidden Content]
  16. I noticed that this error only occurs on low level stones. if you test on higher level stones this bug does not occur.
  17. ByLost

    Weapons X6

    Does anyone have the icons of these weapons?
  18. To add the brightness and brightness effects of the weapon, the item ID needs to end in 9. Example 11119 Example 23669 Example 00009 So the item shines and has glow effects.
  19. Version of Files : 40k Hi Devs I'm using this command line regen_in_map(68, "data/events/fimdeano/teste.txt") When the player kills the mob, it does not come back but. That way the respaw is not done. Do you have any way to do the respaw using this command line? Another curiosity, would have how to remove the npc of the event and the mob of the event ? Thanks
×
×
  • 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.