Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. Your server is reading something from a NPC or a drop from a mob which item's ID states : 70. Your map is saying there is no such item in your itemdb with the ID "70". Please go throughout your NPCs or Mob Drops that are either dropping the item "70" or given through a NPC.
  2. They created a new range of NPC ID's that starts at 10000 (10000 is the ID that starts the range. The first actual NPC ID in the range is 10001) and appears to end at 19999. Oh wow.. Now imagine all the new NPCs that are going to come out now lol o_o
  3. It's not possible unless you create such a custom command such as OnPCDropEvent: as emistry stated. Only thing you can really do is change the item floor time limit.. and make it lower =/
  4. Technically, you can still use "read data" first for 2012+ Clients as long as you do not release it publicly. I've created two clients one with read data and the other without. The client with read data is only for whatever changes I make within the data folder I need to see before I release it any changes. Other then that, I don't have a problem with the read data. But since I'm using read data on that client, I can't see any mini icons or items lol which doesn't phase me since I only care about the changes in the data folder that I wanna see . If you don't know how to work around 2012+ clients (since they are a little complex) I suggest you just stick to 2011 clients (get them from the link above).
  5. This was added in r15105 so that it can prevent abuse from no delay .act files. Change it if you like but changing so will result in probably abuse from modifications in .act files.
  6. Is your palette GRF 2nd after your main grf? I've ran into this problem before but I just replaced my Palettes with some I found on eAthena and it worked o-o
  7. #jlvl, #blvl, #job o_o Commands --> https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/atcommand_athena.conf
  8. r135 fixes the oveweight issues in GuildPrizer thanks to Joseph! r136 is follow up to r134, r135.
  9. The Search Engine: http://rathena.org/b...day#entry114748 http://rathena.org/b...e__hl__birthday http://rathena.org/b...day#entry102542 http://rathena.org/b...e__hl__birthday gives you so much results.
  10. There's nothing wrong with the 'Server' files; it's all client-side. What client version is your friend using? Also, it could be the way you put the files.. maybe in the wrong folder?
  11. Your skilldescript.lua http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/skillinfoz/skilldescript.lua
  12. It's already in the SVN bud, Homun S: https://rathena.svn....ests/homu_s.txt (http://trac.rathena.org/search?q=homun+s) Extended Super Novice: https://rathena.svn....ernovice_ex.txt (http://trac.rathena.org/search?q=super+novice+expansion)
  13. There is this NPC from Emistry just modify it to your needs. http://rathena.org/board/topic/68454-quests-games-chain-quest/page__hl__%2Bchained+%2Bquests
  14. View the changes here: https://code.google....ect/source/list for both 134 and 135. r136 is follow up to r134, r135.
  15. I think it's randomized. Have you tried killing multiple? Or you have and they all give you Ygg berries automatically in your inventory?
  16. If you want to disable the skill, comment it out from the skill_tree.
  17. If you're using Pre-renewal, I suggest you comment everything from this file: https://rathena.svn....onfig/renewal.h Especially, the cast: /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST Don't forget to adjust your configurations as well in the conf/battle folder.
  18. I wouldn't see why it wouldn't. I'm pretty sure if we rip open kRO's data.grf we'll still find those Asura files. Did you download the attachments in the topic and just placed them into your data folder?
  19. Uh.. read the skill description.. o_O Temporarily increase Attack Speed when equipped with a Two-Handed Spear for the skill's duration. http://irowiki.org/classic/Spear_Quicken
  20. r134 should fix the agit on/off corruption going on with the GuildPrizer.txt script! Thanks to Joseph !
  21. Mystery

    Suggestion

    LOL xD Yes Arrays can be used but I'm only thinking for those who aren't so highly skilled :<
  22. Dont forget that the new remodeled renewal Izlude was released just recently.. thus your client being very outdated isn't really a good idea.
  23. Mystery

    battle mode

    Get luas/lubs for your client's date. Your Userhotkeys file isn't working properly so find Luas/lubs for your client's date and retry.
×
×
  • Create New...