Jump to content

ossi0110

Members
  • Posts

    318
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ossi0110

  1. I have critical error with client.

    WTF?

    Who know what is it? How i can fix this?

    At 8 Windows appears window with title: fatal error.

    At 7 Windows just closes the client. In what could be the problem?

    First.. Diff your Client with WDGRemoveLoginAutoClose

    2nd.. Run as admin

    he dont got a problem whit auto close after wrong passwort , his client dont even starts up ^^

    • Upvote 1
  2. lets start from begining.

    you start your exe under Win7 and the window will auto close after you startet it?

    this mostly happens due a wrong file in the GRF or Data folder . Are you using a DATA FOLDER exe ? or a GRF exe.

    if you are using a READ DATA FOLDER FIRST exe , and droped all you stuff in the data folder , check the txt while where you changed something.

    • Upvote 1
  3. look into the WIKI for custom items ,

    http://rathena.org/wiki/Custom_Items

    this are the codes for your item db.

    Job: Which jobs this item is available for. Values below can be combined to achieve availability for multiple job classes, i. e. 0x2|0x4 -> 0x6 (Swordman+Mage)

    (S.) Novice (2^00): 0x00000001

    Swordman (2^01): 0x00000002

    Mage (2^02): 0x00000004

    Archer (2^03): 0x00000008

    Acolyte (2^04): 0x00000010

    Merchant (2^05): 0x00000020

    Thief (2^06): 0x00000040

    Knight (2^07): 0x00000080

    Priest (2^08): 0x00000100

    Wizard (2^09): 0x00000200

    Blacksmith (2^10): 0x00000400

    Hunter (2^11): 0x00000800

    Assassin (2^12): 0x00001000

    Unused (2^13): 0x00002000

    Crusader (2^14): 0x00004000

    Monk (2^15): 0x00008000

    Sage (2^16): 0x00010000

    Rogue (2^17): 0x00020000

    Alchemist (2^18): 0x00040000

    Bard/Dancer (2^19): 0x00080000

    Unused (2^20): 0x00100000

    Taekwon (2^21): 0x00200000

    StarGladiator (2^22): 0x00400000

    Soul Linker (2^23): 0x00800000

    Gunslinger (2^24): 0x01000000

    Ninja (2^25): 0x02000000

    All Classes : 0xFFFFFFFF

    Every Job Except Novice : 0xFFFFFFFE

  4. seems you got a packet.db problem

    be sure too add the packet for this client in the packet.db

    your packet.db is located in the DB/packet.db .

    here are the packets for your exe

    //2011-05-26aRagexeRE
    0x01FD,15,repairitem,2
    0x0202,26,friendslistadd,2
    0x022D,5,hommenu,2:4
    0x023B,36,storagepassword,0
    0x0288,-1,cashshopbuy,4:8
    0x02C4,26,partyinvite2,2
    0x0436,19,wanttoconnection,2:6:10:14:18
    0x0437,7,actionrequest,2:6
    0x0438,10,useskilltoid,2:4:6
    0x0439,8,useitem,2:4
    0x07E4,-1,itemlistwindowselected,2:4:8
    0x0802,18,bookingregreq,2:4:6
    0x0803,4
    0x0804,14,bookingsearchreq,2:4:6:8:12
    0x0805,-1
    0x0806,2,bookingdelreq,0
    0x0807,4
    0x0808,14,bookingupdatereq,2
    0x0809,50
    0x080A,18
    0x080B,6
    0x0811,-1,reqopenbuyingstore,2:4:8:9:89
    0x0815,2,reqclosebuyingstore,0
    0x0817,6,reqclickbuyingstore,2
    0x0819,-1,reqtradebuyingstore,2:4:8:12
    0x0835,-1,searchstoreinfo,2:4:5:9:13:14:15
    0x0838,2,searchstoreinfonextpage,0
    0x083C,12,searchstoreinfolistitemclick,2:6:10
    0x035F,5,walktoxy,2
    0x0360,6,ticksend,2
    0x0361,5,changedir,2:4
    0x0362,6,takeitem,2
    0x0363,6,dropitem,2:4
    0x0364,8,movetokafra,2:4
    0x0365,8,movefromkafra,2:4
    0x0366,10,useskilltopos,2:4:6:8
    0x0367,90,useskilltoposinfo,2:4:6:8:10
    0x0368,6,getcharnamerequest,2
    0x0369,6,solvecharname,2
    

×
×
  • Create New...