Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. Please double check.. It must be
  2. based on our conversation, you are using ragexeRE. try to remove // in this line of your mmo.h //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).//#define ENABLE_PACKETVER_Rto#define ENABLE_PACKETVER_R then recompile your server.
  3. Thanks for sharing, anyways why dont you try to make a pull request?
  4. Try to check it to BF_SKILL: Trigger on skills (Moved to Script-Support)
  5. Mhalicot

    Error

    You are using VS2012, you must open Hercules-11.sln. Please refer to [WIKI]Compiling Note that Hercules-12.sln is for VS-2013..
  6. Yep, I've recompiled the server. Still not working. Are you sure you recompile your server, Map, Login, char? did you modify your login-server,conf in this line? // Check The clientversion set in the clientinfo ?check_client_version: no// What version we would allow to connect? (if the options above is enabled..)client_version_to_connect: 20 Im asking if you are sure on compiling your server because the unsupported pocket is already declare in pocket.h packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); anyways please double check if there's no error after compiling.. try also to un-diff disable packet encryption.. if still have problem just let us know.. Goodluck..
  7. Hmm, it is mentioned in Wiki, in this part. How to Recompile anyways if you feel that some guides/information in wiki are out of date, you can always contribute the most updated information/guides that you know.
  8. I don't know if a Member have the Notification option can you check it? Anyways to receive notification try to thick it on the option, Navigate to: User CP>My Settings>Notification Options It should be look like this, then check the notification list that you want. If there's any problem. Just let us know
  9. I think it is more on support (Moved to Client-Side Support)
  10. Copy your existing *AthenaSVN and start to migrate to hercules, AFAIK, since Hercules is updated version of *Athena although some codes has been removed or changed, you can try to convert it features by features, meaning if you have 10 features on your server, you have to add it one by one, or better to use the HPM(Hercules Plugins Manager) to insert modified features. maybe it will takes time better to hire someone knowledgeable on Source Development. Goodluck Or maybe try to create another server that runs on Hercules so your player can try its features.
  11. What specific mob? Anyways, Pierce multiple strikes depends on enemy's size: > Strikes a single opponent with a spear. Deals multiple strikes depending on the enemy's size: 1 hit on Small foes, 2 hits on Medium foes, 3 hits on Large foes (players are Medium, except for babies, who are Small). A small accuracy bonus is also added; this is added to the hit rate after it is calculated from the player's Hit and the target's Flee.iv> Source: iRO Wiki Thank you sir for your response, I dont have problem dealing damage to mob. My problem is dealing damage to Player. Its only 1 hit instead of 2 hits Noted: I can't confirm it at the moment, will check that when I have free time.. I hope someone can confirm this also..
  12. What specific mob? Anyways, Pierce multiple strikes depends on enemy's size: Source: iRO Wiki
  13. You can use, mapflag nowarp-Disables use of @go to a map.mapflag nowarpto-Disables use of @warp to a map.mapflag noteleport//= Disables all means of teleportation within a map.//= Script commands 'warp', 'areawarp', 'warpchar',//= 'warpparty', 'warpguild', 'warpwaitingpc' will not//= work with "Random" destination.//= Disables skills AL_TELEPORT and TK_HIGHJUMP.//= Disables the following items://= Fly Wing (601), Giant Fly Wing (12212)
  14. Mhalicot

    IND please!

    Hmm.. Maybe Hercules | Evolution | Ragnarok | Community
  15. Mhalicot

    HELP

    gawa ka po nang another topic about jan.. or mag response ka dun sa CORA CP topic para mas madali makita nang developers nang cora mas madali ka matulungan..
  16. Mhalicot

    HELP

    paki detalye naman yung problema mo..
  17. Mhalicot

    HELP

    Hello Alfred, I hope your 1st question has been answered already, if you have any additional question.. please make new topic for it.. NOTE: before you create please use search at the upper right corner of your browser to search for the similar post first. Thanks...
  18. Thanks and sorry! haha Your welcome, anyways. you can check the latest/up to date translation in Client Translation Project. if you have any problem or suggestion, just comment it in their post. Yep that;s what im using but having error with items Check your iteminfo.lua/lub if you are using the translated one..
  19. Thanks and sorry! haha Your welcome, anyways. you can check the latest/up to date translation in Client Translation Project. if you have any problem or suggestion, just comment it in their post.
  20. Good day to you both, you are in English language section, Please post/modify your reply accordingly, or you can post your question in designated Local community that we have. Please cooperate. Thanks!
  21. *Moved to Client-side Request*
  22. try to use plugins called rentitem2 // Structure*rentitem2 <Item_ID>,<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;*rentitem2 "<Item_Name>",<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;// Scriptrentitem2 @inventorylist_id[.@item],.rentime,@inventorylist_identify[.@item],@inventorylist_refine[.@item],@inventorylist_attribute[.@item],@inventorylist_card1[.@item],@inventorylist_card2[.@item],@inventorylist_card3[.@item],@inventorylist_card4[.@item];
  23. This is eAthena/rAthena with a lot of modifications (eAthena modifications). And with a lot of bugs c: Why do people buy emulator with a lot of bugs? Maybe there's something different about it. Maybe they want to run their server with special features without following iRO/kRO gameplay.
  24. @aloottype +<type name> for example: @aloottype +healing, @aloottype +usable, @aloottype +card I hope @TS know that already and can 'Mack Solved' your reply, or modify his post with the solution
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.