Jump to content

Daikumi

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Daikumi

  1. ^ This & Also I use Trinity because the owner is HOTTTTTTTTTTTTTTTTTTTTTT
  2. 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
  3. "Other place has patches for their latest REV, I see no reason why rAthena shouldn't."
  4. Acti Potion Item ID# 12404 Does anyone know the item script for this? Kindly share. Thanks. :>
  5. You need to place your host's IP on Harmony's website. :>
  6. You forgot to #define the map inside src > common > mapindex.h, and also, you need to put the map name inside help.txt, which is located inside your conf folder. go: "Params: <city name|number>\n" "Warps you to a city.\n"
  7. When I tried 255, I died so fast in PVP, I don't get why it's so fun/good to people.
  8. 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.
  9. Even with Harmony, you won't be able to stop people from spamming fast as heck. There are programs, and there are ways to bypass.
  10. Daikumi

    @go crashes

    Edited. Nvm. Thanks for your help. I appreciate your kindness.
  11. Daikumi

    @go crashes

    Tried that. I edited the topic after I tried that, didn't work.
  12. Reason is because he's on internship, working from Monday - Friday, he should be available every day from 7 PM Eastern time according to his message on supportmii
  13. 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.
  14. Daikumi

    Help FLUX

    Your FluxCP is still eAthena, you need to change it to rAthena FluxCP. Simply patch -> http://downloads.art...te_r15583.patch Reason is because they changed 'login' into 'group id'
  15. 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.
  16. 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...