Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. try to diff your client Disable Packet Encryption.
  2. I don't think so, maybe a custom item will do
  3. what do you mean by this? see this article about Madogear you can unmount madogear by clicking off in Equipment Window..
  4. Mhalicot

    countitem loop

    ^ Same thought thats why in my sample I revise it to for(set .@i, 0; .@i <= getarraysize(.item); .@i++)
  5. did you see the arrow < January, 2014 >< (Previous Date)January, 2014 (Current Date)> (Next Date) Click it to change the date
  6. Bug reported http://herc.ws/board/index.php?app=tracker&showissue=7943
  7. Mhalicot

    countitem loop

    - script Deleter -1,{ for(set .@i, 0; .@i <= getarraysize(.item); .@i++) { if(countitem(.item[.@i]) >= .amt) { delitem .item[.@i], .amt; } }OnInit: setarray .item[0], 501, 502, 503, 504; .amt = 1;end;} Please try.
  8. following this format? // The rate at which cards are droppeditem_rate_card: 10000 //Normal card = 100%item_rate_card_boss: 100 // bosscard = 1%item_drop_card_min: 10000item_drop_card_max: 10000
  9. I think you didn't recompile your server. please recompile your server after modifying src
  10. Using renewal right? that is because of renewal Drop formula
  11. 100 = x1 2500 = x25 5000 = x50 10000 = x100
  12. Simply RightClick->TortoiseSVN->Show Log
  13. edit your droprate in conf/battle/drops.conf
  14. It is automatic when you use TortoiseSVN. try to follow http://herc.ws/board/topic/3313-gabay-paano-mag-update-ng-hercules-server/
  15. Mhalicot

    make plugin

    can you update your emulator. this should be fix on latest rev. I cant reproduce your problem because I am using windows OS ..
  16. Mhalicot

    make plugin

    what revision you use? please update your Emulator because @afk supports rev 13300 or greater. or try to use older version of @afk, download @afk v 2.0
  17. Note this: bonus3 bAutoSpellWhenHit,x,y,n; n/10% chance to cast skill x of level y on attacker (unless it is a self or support skill) when being hit by a direct attack. (supports skill names) Target must be within spell's range to go off. so you must use bonus4 bonus4 bAutoSpellWhenHit,x,y,n,i; n/10% chance to cast skill x of level y when being hit by a direct attack. (supports skill names) Target must be within spell's range to go off. i: 0=cast on self 1=cast on enemy, not on self 2=use random skill lv in [1..y] 3=1+2 (random lv on enemy) try this bonus4 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99)),0;
  18. maybe you are missing some files. try to disable viewID for a min time for checking Id: 18742 AegisName: "C_MoonStar_Accessory" Name: "Moon and Stars" Type: 5 Buy: 20 Loc: 2048 Refine: false View: 881 //<-- change it to 0 as well as in world star if you are experiencing the same issue Id: 18744 AegisName: "C_World_Star" Name: "Twilight" Type: 5 Buy: 20 Loc: 2048 Refine: false View: 883 //<-- change it to 0 reload your server.
  19. Please add more detail about your post. If you are pretty sure that this skill is not working as intended. please post a bug report in our Bug Tracker forum. and kindly explain how, if possible please add a video or screenshot so that our dev can easily reproduce your concern.
  20. Thanks for sharing Since this is more on release. (Moved to Database Releases)
×
×
  • Create New...

Important Information

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