Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. anyone know how to put custom command @autolootid? i just want to loot only the item that i want to get automatically.
  2. miruku.rathena.org is now down?
  3. where should i put this?
  4. how to disable @warp when your dead. the default on rathena is you can still use @warp even your in a dead status. anyone know how to implement this?
  5. i got this problem on both google chrome and mozilla firefox brownser. right now im using mozilla firefox because on google chrome the browser stock and the site keeps loading.
  6. i already did those patch and modification?but other player can't see the cart. only the user can see it. new cart not supported yet on this patch
  7. and also you need to do some modification for server side. to temporary fix the body relocation issue and cart problem.
  8. check your diff just make it sure that you choose this option Skip Packet Header Obsfucation
  9. just simple remove the "," at the end the line of your last item [ACCESSORY_IDs.ACCESSORY_Cell_Wings]="_Cell_Wings", [ACCESSORY_IDs.ACCESSORY_Cell_Wings]="_Cell_Wings"
  10. anyone got a same problem on the latest client and can't see cart?
  11. wrong section.
  12. is this the fix for body relocation client 2011-11-22 and up?
  13. is this the fix for body relocation client 2011-11-22 and up?
  14. since rathena is not 100% working on 2012 client. no one can answer which is 100% working. there's a lot of issue regarding on the latest client and some packets which is not yet supported by rathena at this time.
  15. better to choose language type from 1-9
  16. its already added on the miruku. all you need to have is the newer client version.
  17. Hallucination effect not working anymore?
  18. my @go 36 = mall. it works it warps me to the mall. but when i type @go mall it brings me to the other map. Make sure you've edited this part. // try to identify the map name if (strncmp(map_name, "prontera", 3) == 0) { town = 0; } else if (strncmp(map_name, "morocc", 3) == 0) { town = 1; } else if (strncmp(map_name, "geffen", 3) == 0) { town = 2; } else if (strncmp(map_name, "payon", 3) == 0 || strncmp(map_name, "paion", 3) == 0) { town = 3; } else if (strncmp(map_name, "alberta", 3) == 0) { town = 4; } else if (strncmp(map_name, "izlude", 3) == 0 || strncmp(map_name, "islude", 3) == 0) { town = 5; } else if (strncmp(map_name, "aldebaran", 3) == 0 || strcmp(map_name, "al") == 0) { town = 6; } else if (strncmp(map_name, "lutie", 3) == 0 || strcmp(map_name, "christmas") == 0 || strncmp(map_name, "xmas", 3) == 0 || strncmp(map_name, "x-mas", 3) == 0) { town = 7; } else if (strncmp(map_name, "comodo", 3) == 0) { town = 8; } else if (strncmp(map_name, "yuno", 3) == 0) { town = 9; } else if (strncmp(map_name, "amatsu", 3) == 0) { town = 10; } else if (strncmp(map_name, "gonryun", 3) == 0) { town = 11; } else if (strncmp(map_name, "umbala", 3) == 0) { town = 12; } else if (strncmp(map_name, "niflheim", 3) == 0) { town = 13; } else if (strncmp(map_name, "louyang", 3) == 0) { town = 14; } else if (strncmp(map_name, "new_1-1", 3) == 0 || strncmp(map_name, "startpoint", 3) == 0 || strncmp(map_name, "begining", 3) == 0) { town = 15; } else if (strncmp(map_name, "sec_pri", 3) == 0 || strncmp(map_name, "prison", 3) == 0 || strncmp(map_name, "jails", 3) == 0) { town = 16; } else if (strncmp(map_name, "jawaii", 3) == 0 || strncmp(map_name, "jawai", 3) == 0) { town = 17; } else if (strncmp(map_name, "ayothaya", 3) == 0 || strncmp(map_name, "ayotaya", 3) == 0) { town = 18; } else if (strncmp(map_name, "einbroch", 5) == 0 || strncmp(map_name, "ainbroch", 5) == 0) { town = 19; } else if (strncmp(map_name, "lighthalzen", 3) == 0) { town = 20; } else if (strncmp(map_name, "einbech", 3) == 0) { town = 21; } else if (strncmp(map_name, "hugel", 3) == 0) { town = 22; } else if (strncmp(map_name, "rachel", 3) == 0) { town = 23; } else if (strncmp(map_name, "veins", 3) == 0) { town = 24; } else if (strncmp(map_name, "moscovia", 3) == 0) { town = 25; } i did it all correctly but it still not working.
  19. my @go 36 = mall. it works it warps me to the mall. but when i type @go mall it brings me to the other map.
  20. i want to add @go mall. i know how to add it on the old revision. but on the latest revision i don't know how?i try to make it but it always warp me to malangdo instead of mall.
  21. this is not working on the latest revision.
  22. its better to use the client below 2011-11-22a. lots of issue for those client specially the body relocation skill. but the answer on your question is check your packet_db.txt you just need to add the 2011-11-22a packet.
  23. this lub files contains 39 or more custom items. if im not mistaken you can edit your original lua files or unless your trying to rip custom items of other servers?
  24. error. anyone how to implement this? bump. how to enable this effect?
×
×
  • Create New...