Jump to content

ByLost

Inactive Member
  • Posts

    110
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ByLost

  1. On 2/23/2021 at 8:21 AM, Denizeri24 said:

    if you using x64 freebsd,

     

    only edit /etc/make.conf file;

     

    CFLAGS = -m32

     

    and build all libs with make command, e.g;

     

    putty >> whereis devil

     

    output >> pkgdir/any/local/devil

     

    putty >> cd pkgdir/any/local/devil

    putty >> make -DBATCH install clean

     

    edit

     

    actually i only download amd64 boot-only iso(80mb) and installing all libs with pkg command. i never take an error or warning. power of the 64 bit server files ( ͡° ͜ʖ ͡°)

    pkg install compat11x-amd64

  2. On 12/29/2019 at 9:23 AM, Undead2014 said:

    ‎Eu tenho uma pergunta estúpida... como posso fazer para recarregar cube?.. Eu tenho ‎

    
                case 'c':
                    ch->ChatPacket(CHAT_TYPE_INFO, "Reloading cube table.");
                    Cube_init();
                    break;

    ‎mas não está recarregando quando eu uso /recarregar c ‎

     

    It approaches the NPC which has cube and the command

  3. 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.

     

     

     

    spacer.png

     

     

    Some files have been created, I need to clean the source and leave only what matters.

     

    spacer.png

  4. Up. @Mali61 

     

    Not close (no name)

    spacer.png

     

    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 :: 
  5. Hi..

    A suggestion.
    Where "writing appears could tell "offline" if the character is not in the game :D

     

    ----------------------------------------------------------------------------------------------------------------

    And error:
    shitf + ENTER open message.. not close in your system (no name) ^^ 

    spacer.png

     

    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()

     

  6. 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)

  7. 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.

  8. 24 minutes ago, Chookez said:

    If you want '.png' support, then add this line: (ScriptLib/Resource.cpp)

    
    m_resManager.RegisterResourceNewFunctionPointer("png", NewImage);

    After this:

    
    m_resManager.RegisterResourceNewFunctionPointer("jpg", NewImage);

     


    loool this is new to me xD
    again, thank you very much.


    OFF: Could you help me with that topic?

     

  9. 9 minutes ago, Chookez said:

    @ByLost

    Change this section:

    
        if app.ENABLE_CLEAR_CHAT:
            CHAT_WINDOW_WIDTH += 20

    To this:

    
    	if app.ENABLE_CLEAR_CHAT:
    		CHAT_WINDOW_WIDTH = 620

     


    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: https://convertio.co/pt/png-tga/)

    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
     

    • Metin2 Dev 1
  10. On 6/29/2020 at 11:48 AM, Zimo2014 said:

    Please any one tell me how can I put effects weapons in my server

     

    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.

  11. Version of Files 40k

    Hi Devs :D

    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 :D

×
×
  • 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.