Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. Mhalicot

    patulong

    Hello konichiwa, ano ibig mong sabihin? pwede mo ba kuhanan nang screenshot? anong client version ba gamit mo?3 Int'l Moderator, Mhalicot
  2. Thanks, yes.. it is normal.. maybe when i have free time..
  3. Hello Elsa, Thanks for your feedback, i will check it soon..
  4. Approved! Goodluck
  5. subukan mo muna.. tapos kung may error i post mo dito...
  6. Mhalicot

    [tulong] Patch

    Helo Naori, Okay na yung tanong mo? Int'l Moderator, Mhalicot
  7. Mhalicot

    [tulong] Stat Points

    Nsa Filipino Community kayo Pakiusap gamitin ang wika na nararapat.. Salamat..
  8. Nasa Filipino community ka po.. pakiusap gamitin ang wika na nararapat
  9. Mhalicot

    [tulong] Stat Points

    Para san yan? sa pagkaka alam ko supported naman nang Hercules hangang Level 1000..
  10. May mga available na guide dito sa hercules.. subukan mo munang sundan yun.. tapos kung may problema ka tanong mo nalang dito..
  11. Di ko rin alam yang eAmod and rAmod.. pero may mga gumagamit nyan lumilipat na sa Herc.. so nasa sayo nalang yan kung gusto mo ipag palit and Herc sa Amod
  12. Hello Alexandra, If this is a bug, I recommend you to also create your topic in Bug Tracker forum so that our devs can monitor and take a look at it more easily. Thanks.. Int'l Moderator, Mhalicot
  13. Mhalicot

    Client or Graphic

    ^Magkaiba po ang rAthena at Hercules nang source file..
  14. Mhalicot

    Client or Graphic

    I mean yung Server mo mismo? Hercules? hindi yung client..
  15. Mhalicot

    Client or Graphic

    Updated ba yung hercules na gamit mo?
  16. ill test it ina bit The error because you forgot to add " at Line 60, wrong position and missing "}" curly bracket.
  17. because you did not add proper checking for wearer's job.. you must add if statement.. for example: if (BaseJob == Job_Knight) { OnEquipScript: <" changebase Job_Knight; "> } else if (BaseJob == Job_Priest) { OnEquipScript: <" changebase Job_Priest; "> } else if (BaseJob == Job_Wizard) { OnEquipScript: <" changebase Job_Wizard; "> } else if (BaseJob == Job_Blacksmith) { OnEquipScript: <" changebase Job_Blacksmith; "> } else if (BaseJob == Job_Hunter) { OnEquipScript: <" changebase Job_Hunter; "> } else if (BaseJob == Job_Assassin) { OnEquipScript: <" changebase Job_Assassin; "> } else if (BaseJob == Job_Crusader) { OnEquipScript: <" changebase Job_Crusader; "> } else if (BaseJob == Job_Monk) { OnEquipScript: <" changebase Job_Monk; "> } else if (BaseJob == Job_Sage) { OnEquipScript: <" changebase Job_Sage; "> } else if (BaseJob == Job_Rogue) { OnEquipScript: <" changebase Job_Rogue; "> } else if (BaseJob == Job_Alchemist) { OnEquipScript: <" changebase Job_Alchemist; "> } else if (BaseJob == Job_Bard) { OnEquipScript: <" changebase Job_Bard; "> } else if (BaseJob == Job_Dancer) { OnEquipScript: <" changebase Job_Dancer; "> } else end; if the char job is Ninja, SL, SG, GS nothing will happen.
  18. More detail please.. if you want someone to help you.. you must put all the detailed information..
  19. Just replace OnEquipScript: <" changebase Job_Novice; "> // Changes player to Novice sprite. Replace with any Job Sprite you want. OnUnequipScript: <" changebase Class; "> // Changes player back to default sprite. you can check all possible job in const.txt
  20. If there is missing.. please notify me or you can contribute in wiki to add the missing script that you said.. its better to use Hercules wiki if the script is there, since you are in Hercules forum.. Thanks
  21. Gold coins, Silver coins, bronze coins
  22. There is no problem in your ayothaya script.. the problem is in prontera.. search for this .@i++ replace with .@i++; you forgot to add semi colon on it.. I think there are 6 of them.. add semicolon and it will work fine..
×
×
  • Create New...

Important Information

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