Jump to content

AlCapone

Inactive Member
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by AlCapone

  1. Hi all soo I have this problem if I add a item whit type 28 and subtype 9 works but thats for sword and for rest of item like bow dagger etc the subtype is diferent soo If I put that subtypes then I recive a conection refused from server and cant conect.

    Example of items what I put:

    lb4GP9v.png

    And in sysser I dont have any error only conection refused all in auth db ch1..

  2. 55 minutes ago, Abigo said:

    I tested that too but didnt work :( I guess is mi db something wrong can you edit me the file too see if I am doing something wrong or is just the db..?

    I upload the file here. Thanks for your help and time.

     

    This is the hidden content, please

    • Metin2 Dev 7
    • kekw 1
    • Dislove 1
    • Cry 1
    • Love 7
  3. 38 minutes ago, Sonitex said:

    There should be a conf.txt in your db folder. 

    Then search line: NO_TXT

    NO_TXT=0 ----> It will use .txt files

    NO_TXT=1 ----> It will use .sql files

    I dont have a line like that mi frend db just start in txt, i tried 6 tutorials whit conf function etc but no result.

  4. SYSERR: Mar 10 21:27:24 :: InitializeMobTableSQL: Could not load mob_proto. No results!
    SYSERR: Mar 10 21:27:24 :: InitializeTables: InitializeMobTableSQL FAILED
    SYSERR: Mar 10 21:27:24 :: Initialize: Table Initialize FAILED
    SYSERR: Mar 10 21:27:24 :: pid_deinit: 

  5. Replace for this in costumewindow.

                                            {"index":COSTUME_START_INDEX+0, "x":61, "y":45, "width":32, "height":64},
                                            {"index":COSTUME_START_INDEX+1, "x":61, "y": 8, "width":32, "height":32},
                                            {"index":COSTUME_START_INDEX+2, "x":61, "y":125, "width":32, "height":32},
                                            {"index":COSTUME_START_INDEX+3, "x":13, "y":15, "width":32, "height":96},

  6. On 28/2/2016 at 9:05 PM, VegaS said:

    It is a simple check...

    uiofflineshop.py

    //Search function:

    def GetTitle(self):

    and change with this:

        def GetTitle(self):
            vegas = self.inputValue.GetText()
            if net.IsInsultIn(vegas):
                chat.AppendChat(chat.CHAT_TYPE_INFO, "[Offline Shop] Store name contains forbidden words.")
                return            
            else:
                return self.inputValue.GetText()

     

    And add in insult.txt:

    %s

    and other words to lock.

    Better solucion this :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.