Mhalicot
Community Contributors-
Content Count
1971 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Mhalicot
-
try to diff your client Disable Packet Encryption.
-
Thanks for info
-
I don't think so, maybe a custom item will do
-
ikaw din baka may gusto kang i-share
-
what do you mean by this? see this article about Madogear you can unmount madogear by clicking off in Equipment Window..
-
^ Same thought thats why in my sample I revise it to for(set .@i, 0; .@i <= getarraysize(.item); .@i++)
-
did you see the arrow < January, 2014 >< (Previous Date)January, 2014 (Current Date)> (Next Date) Click it to change the date
-
Bug reported http://herc.ws/board/index.php?app=tracker&showissue=7943
-
- 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.
-
Now Playing: Kuroro - Mira E
-
Try this Guide Quest Log System
-
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
-
I think you didn't recompile your server. please recompile your server after modifying src
-
Using renewal right? that is because of renewal Drop formula
-
100 = x1 2500 = x25 5000 = x50 10000 = x100
-
Simply RightClick->TortoiseSVN->Show Log
-
edit your droprate in conf/battle/drops.conf
-
It is automatic when you use TortoiseSVN. try to follow http://herc.ws/board/topic/3313-gabay-paano-mag-update-ng-hercules-server/
-
can you update your emulator. this should be fix on latest rev. I cant reproduce your problem because I am using windows OS ..
-
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
-
Add a chance of auto casting Level 10 Kyrie Eleison
Mhalicot replied to glemor123's question in Script Support
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; -
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.
-
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.
-
Thanks for sharing Since this is more on release. (Moved to Database Releases)