Search results

  1. hadiesyafiq

    How to find packet from client?

    Hi all,I need to know how to find the client packet for other official server not from kRO... All I know the client that Hercules support from kRO Can someone teach me how to find the packet for existing roextreme client?
  2. hadiesyafiq

    How to make npc move direction?

    How to make npc move direction when we touch the npc? Like this Before touch normal after touch the direction will follow where you are
  3. hadiesyafiq

    Official cash shop change use zeny

    Hi all my brothers...long time not post any of questions,hope all of you fine and good as always... Ok my question is how can I change existing official cash shop on upper right corner to use zeny not use cash points or kafraPoints I already try to modify on clif.c from cash points to...
  4. hadiesyafiq

    HELP announcement getitem script

    Hi all can someone help me to understand "getitemname" because i make this script is successful announce but the item name show "null" i make bet npc that will announce item that player get but annouce show "null" here my test script... prontera,151,183,6 script Rika Exchange 4_F_KAFRA8,{ if...
  5. hadiesyafiq

    About item script can change to monster state

    hi all...how to get this effect...if we equip King_Tiger_Doll_Hat we can change to eddga auto when we attack or receive damage  but in hercules both pre or re don't have this script.. how to implement this script? here i get from rathena... Id: 5497 AegisName: King_Tiger_Doll_Hat Name: King...
  6. hadiesyafiq

    Need help Unknown SQL Error

    hi all... my map-server sometimes showing unknown SQL error...can someone help me how to fix this? below is the picture of map-server ..
  7. hadiesyafiq

    Bet npc script request

    Hi all i just want make script for my new bet npc example : npc need 2 type of zeny  Pay 1m you can get 1 of this item apple 50% red potion 30% jellopy 10% Pay 2m you will get 1 of these Orange 50% Red herb 10% Green herb 70% Above is example of kind script that i need...that have 2...
  8. hadiesyafiq

    Adjust announce lines.

    Hi Herc... if possible to adjust or add can someone teach me how to add more lines or modified SRC to add or adjust announcement lines/words here script  example : announce "[Notice] : WARNING: READ BEFORE PLAYING A very small percentage of individuals may experience epileptic seizures when...
  9. hadiesyafiq

    Make Sql failed

    Hi...i try to compile ./configure Make clean Make sql But i got this 2 error...can someone help me how to fix this?
  10. hadiesyafiq

    how to set Attendance System can claim after 1 hour?

    hi all how to set Attendance System will give reward after 1 hour in game? not on the spot..need to online for 1 hour..
  11. hadiesyafiq

    About 2 different rates between

    Hi all can i know it’s possible to make 2 different rates between normal job and rebirth job?can do by script or need source modification? example rates is 7x global but when we reborn rates change to 5x...
  12. hadiesyafiq

    Can someone share 2018-03-14nRagexe

    Hi hercules can someone share to me hexed 2018-03-14nRagexe? i try download on nemo.herc.ws failed maybe the client already gone. the reason i want this client because i want use packet obfuscation...this is last client that support packet obfuscation key...thanks in advance
  13. hadiesyafiq

    Name of this Launcher?

    hi all just want to ask, how to get the launcher like this?how to create it?
  14. hadiesyafiq

    How to create npc give item 24Hours once per character?

    hi all i just want make npc that give item/exp per day for character how to make it? i try use daily supply but it for an account and 12hours per claim  i want make it 24hour per claim and make it per character thanks in advance
  15. hadiesyafiq

    How to set group id on script?

    Hi dev...how to set player get group id 10 when login for temporary and will be group id 0 when logout example i put this script on headgear if player wear it get group id 10 when take off it will be group id 0 is the script will be @ajgroup?
  16. hadiesyafiq

    How to make npc give random different question?

    if (!quest_random) { mes "[Swordman Guildsman]"; mes("Last Question."); mes("If....."); next(); } switch(quest_random) { case 1: mes "[Swordman Guildsman]"; mes("1+3+5 = ???"); next(); input(.@guess); if (.@guess == 9) { mes "[Swordman...
  17. hadiesyafiq

    How to make npc just for novice,baby novice and high novice?

    hello hercules How to make npc just for novice,baby novice and high novice? here some of my script if(Class !=0) || Class !=4001 || Class !=4023) goto Lnotnovice; mes "Hi novice"; Lnotnovice:     mes "you are not novice"; i try this but still not work only novice can access high novice...
  18. hadiesyafiq

    How to change some message.conf to be self broadcast script?

    hi all how to make this message to be broadcast message? on message.conf (1229 message) i want it be broadcast here on atcommand.c clif->message(sd->fd, msg_fd(fd,1229)); // Your group has changed. here is example broadcast message.conf (896 message) on clif.c safesnprintf(output...
  19. hadiesyafiq

    [REQ] annoucement and disbottom will show...

    hi all i would to request annoucement (not for all server just for character) and disbottom will show when we login and change map {its mean we enter portal).. the message i like to show is current rates like this -    script    current_rate    FAKE_NPC,{ OnPCLoginEvent:         if...
  20. hadiesyafiq

    Need help about if and else on script

    hi i want make this script will work if we have just one of 3 different item 1 got 3 kind of item apple,meat and orange...this script will be use if we have one of the item.. example -    script    VIP    FAKE_NPC,{     OnPCLoginEvent:         if (countitem(apple) > 0)         {       ...
Back
Top