Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. Harmony's protector.exe is known to cause this crash. If the file you're encrypting is not really something to be encrypted, then don't bother encrypting it. Otherwise, request a new package from harmony to try and get a working Protector.exe. Anyway, this is a harmony issue, use their forum.
  2. Did you use Harmony's Protector.exe?
  3. Disable skill or item usage in certain maps. Add a new txt in your db folder.. item_mapdeny.txt //<nameid>:<map1>{,<map2>,<map3>,<map4>,...} //Disables Red Potion usage in Prontera and Payon 501:prontera,payon skill_mapdeny.txt //<skillid>:<map1>{,<map2>,<map3>,<map4>,...} //Disables skill TF_HIDING usage in Prontera and Lighthalzen 51:morocc,lighthalzen That's it, nothing much to say. skill_and_item_mapdeny(rAthena17100).diff skill_and_item_mapdeny(rAthena17100)_v2.diff - Supports multiple maps per line skill_and_item_mapdeny(rAthena171278).diff Please click the button if I have helped you. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  4. If you don't want to remove harmony files in you SVN, then do the following: 1. turn off hash check for normal players and all others. i.e. client_checksum: 0, off 2. turn off the protection for all protection_bypass_level: 0 But this is messy as you have a garbage code in your files. Just checkout a new one.
  5. It is used in main.ini to check if you are using the right patcher. If not, it will download the uploaded file. (this goes for your client too)
  6. clydelion

    whosell

    patch it manually, would take you around 3 minutes.
  7. you can revert the diffs or disable it via settings.. you would need a non harmonized client though. if you dont have that much mods, its would be better to start fresh.
  8. Let's do something physical 1-2 hours a days. Run/Workout with mix. http://www.steadymixes.com/beatdown3/ :D

  9. You probably changed this to false or removed it from the permission of group 0. can_trade must be true. can_trade: true
  10. http://eathena.ws/wiki/index.php/Custom_Items scroll all the way down
  11. Are you using a fresh rathena svn? if otherwise, please state the revision(i.e. r16789 ) and the modifications made in the source.
  12. Actually, you didn't need to revert these changes, as those were fixed in r17012. related post: http://rathena.org/b...cy/#entry167934
  13. between 0 and x-1. in your example: 0~17
  14. I don't know how you'll do this but I can already imagine cards/etc that have uid lose their stackability. xD
  15. The last part of accname_eng.lua is the 801st entry in accessoryid.lua, you accessoryid.lua has 1028 entries o_O You lack roughly 227 items in accname_eng.
  16. Index: map/skill.c =================================================================== --- map/skill.c (revision 17088) +++ map/skill.c (working copy) @@ -632,7 +632,12 @@ return 1; } break; - + case CH_SOULCOLLECT: + if( sd->spiritball >=5 ) { + clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); + return 1; + } + break; } return (map[m].flag.noskill); }
  17. Looks like accname_eng.lua is not synced with your accessoryid.lua..
  18. Hi! Take your time reading the wiki. http://rathena.org/wiki/Adding_a_Script
  19. Looks fine.. now, upload your accessoryid.lua and accname.lua
  20. tingin ko di nireread yung clientinfo.xml mo or try mo to. http://upaste.me/raw/0bc3700147d957e7
  21. Depending on how you diffed it. If you weren't able to get past the default limit, then download another client.. http://rathena.sourceforge.net/tools/diff_patcher.php?client=2010-06-16aRagexeRE Make sure to tick Increase Headgear ViewID to 2000, or use Shin's diffpatcher to get up to 30000 viewids.
  22. For taekwon: 0x00200000
×
×
  • Create New...