Jump to content

Daikumi

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by Daikumi

  1. did you already asked to asura for support? sorry i don't know about vps on windows

     

     

    That's not windows, that's linux.

     

    On topic:

     

    Try to "./athena-start stop" your server, and then check your inter_conf, etc to see if you set the right IP. Then you can test them one by one by opening them like this:

     

    Open up three terminals and bash in the following below:

     

    cd Desktop/trunk

    ./login-server_sql

     

    cd Desktop/trunk

    ./char-server_sql

     

    cd Desktop/trunk

    ./map-server_sql

  2. I have Elecom Shield, but when I messaged Lance for a new IP, he doesn't seem to be responding to me, so I'm going to assume that Elecom has been discontinued.

    Edited.

    Correct me if I'm wrong, I don't mind.

  3. When I edit help.txt to add in my custom map for @go 36. When I login and type in @go, it disconnected me and crashes the server.

    go: "Params: <number/city_name>\n" "Warps you to a city.\n"

    " -3: (Memo point 2) 14: louyang 31: mora\n"

    " -2: (Memo point 1) 15: start point 32: dewata\n"

    " -1: (Memo point 0) 16: prison/jail 33: malangdo island\n"

    " 0: prontera 17: jawaii 34: malaya port\n"

    " 1: morocc 18: ayothaya 35: eclage\n"

    " 2: geffen 19: einbroch\n" 36: Tallow

    " 3: payon 20: lighthalzen\n"

    " 4: alberta 21: einbech\n"

    " 5: izlude 22: hugel\n"

    " 6: aldebaran 23: rachel\n"

    " 7: xmas (lutie) 24: veins\n"

    " 8: comodo 25: moscovia\n"

    " 9: yuno 26: midgard camp\n"

    " 10: amatsu 27: manuk\n"

    " 11: gonryun 28: splendide\n"

    " 12: umbala 29: brasilis\n"

    " 13: niflheim 30: el dicastes"

    My mapindex.h and src/map/atcommand.c is done correctly, its just the help.txt issue.

    Anyone know how to fix?

    Edited.

    Also tried 36: Tallow\n"

    Doesn't work. :D

  4. Thank you. For every versions there are specific packets right?

    mine says its:

    //packet_db_ver: 23

    packet_ver: 5

    and there are already packets inside it

    What's your client version?

    Edited.

    Look here http://svn6.assembla...kets/Packet_db/

    If your client is there, just copy the packet list into your packet_db

    Edited.

    1. Edit your package_db with your client version and paste the client's packet list if it's not there.

    2. Go to your SVN folder > conf folder > battle folder > client.conf

    Make sure the packet_ver_flag is set to 0xFFFFF

    Example,

    // default value: 0xFFFFF (all clients)

    packet_ver_flag: 0xFFFFF

    3. Go to your SVN folder > src folder > common folder > mmo.h

    Look for something similar to this:

    #ifndef PACKETVER

    //#define PACKETVER 20081126

    #define PACKETVER 20120410 <----------- Change the numbers to your client version/date(example, mine is 2012-04-10, so it's 20120410)

    #endif

    Recompile.

  5. You need a packet_db list for your client.

    Example,

    //2012-04-10aRagexeRE

    0x01FD,15,repairitem,2

    0x089C,26,friendslistadd,2

    0x0885,5,hommenu,2:4

    0x0961,36,storagepassword,0

    0x0288,-1,cashshopbuy,4:8

    0x091C,26,partyinvite2,2

    0x094B,19,wanttoconnection,2:6:10:14:18

    0x0369,7,actionrequest,2:6

    0x083C,10,useskilltoid,2:4:6

    0x0439,8,useitem,2:4

    0x0945,-1,itemlistwindowselected,2:4:8

    0x0815,-1,reqopenbuyingstore,2:4:8:9:89

    0x0817,2,reqclosebuyingstore,0

    0x0360,6,reqclickbuyingstore,2

    0x0811,-1,reqtradebuyingstore,2:4:8:12

    0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15

    0x0835,2,searchstoreinfonextpage,0

    0x0838,12,searchstoreinfolistitemclick,2:6:10

    0x0437,5,walktoxy,2

    0x0886,6,ticksend,2

    0x0871,5,changedir,2:4

    0x0938,6,takeitem,2

    0x0891,6,dropitem,2:4

    0x086C,8,movetokafra,2:4

    0x08A6,8,movefromkafra,2:4

    0x0438,10,useskilltopos,2:4:6:8

    0x0366,90,useskilltoposinfo,2:4:6:8:10

    0x0889,6,getcharnamerequest,2

    0x0884,6,solvecharname,2

    0x08E5,41,bookingregreq,0 //Added to prevent disconnections

    0x08E6,4

    0x08E7,10,bookingsearchreq,0

    0x08E8,-1

    0x08E9,2,bookingdelreq,0

    0x08EA,4

    0x08EB,39,bookingupdatereq,0

    0x08EC,73

    0x08ED,43

    0x08EE,6

    0x0907,5,moveitem,2:4

    0x0908,5

    Edited.

    All you've to do is find the right packet_db list for your client and paste it inside your db folder > packet_db

×
×
  • Create New...