Search results

  1. M

    error in skill.c 180

    I got this error
  2. M

    addrid error (DIRECT INPUT)

    Hello, May I know how to convert this script to hercules. Tried to google addrid in hercules but per this TOPIC it was already pulled/merged with Hercules get. Also tried if was included in Deprecation. I can't find any idea how to fix it. please help. thanks! but has error in addrid...
  3. M

    WOE supply on Registered Guild Only

    Good day! May I request additional script here please. Wanted to have Admin to register the GUILD first to get the reward not open to all Guild and will only provide the Supply every WOE TIME only. prontera,155,180,5 script Daily Supply 4_M_UNCLEKNIGHT,{ setarray .@item_id, 671,1,672,2...
  4. M

    Guild Pack (exclusive MAP_IS_WOE)

    Good day! May I know how to make this getitembound in guild package exclusive in WOE map only? //===== rAthena Script ======================================= //= GuildPack NPC with Gepard Function Supported //===== By: ================================================== //= BeWan...
  5. M

    error in skill.c 180

    Hi I got much more specific error. how can i fixed this?
  6. M

    remove @go in PVP room (script command)

    Good day! I am using this script for @go command for easy editing.  However script cannot trigger mapflag nowarp  nowarpto and noteleport. how can I trigger the mapflag on this command   /*========================================================= @go command Original concept by jTynne...
  7. M

    Bard vs Clown Poem of Bragi skill (BUG?)

    Good day! Please confirm does bard Poem of Bragi Skill gives faster casting time effect vs Clowns Poem of bragi skill?
  8. M

    error in skill.c 180

    don't know why, but its getting worse is this bug? or does the script below cause this error? function script H_VIPBuff { query_sql( "SELECT CAST( `vip` AS DATE ),DATEDIFF( IFNULL(`vip`,NOW()),NOW() ), TIMESTAMPDIFF(SECOND, NOW(), `vip`) FROM `login` WHERE `account_id` = "+getcharid(3)+"...
  9. M

    Fake Card drop rates

    Good day! May I know if this possible. wanted to show @rates in 500x and @mobinfo in 5% display but werereally at 300x and 3%. Is this possible how?
  10. M

    Remove Infinity Loop Error

    Good day! May I know how to get rid of error infinity loop in this script. or where to add this *freeloop(<toggle>). thanks! //===== Hercules Script ====================================== //= Healer //===== By: ================================================== //= Euphy //=====...
  11. M

    error in skill.c 180

    For 1 and 2 is there a command to locate which specific skill or plugin it came from? And where can i find CUSTOM_SKILL_RANGES.  also ichecked the error and found this. Skill Id is not being handled. and cant find such skill. is it safe to assume that some one is using cheat?
  12. M

    error in skill.c 180

    Good day! May I know what this error means? how can I fixed this?
  13. M

    GEPARD SET AND GET

    Good day! Please help me to make this https://rathena.org/board/files/file/3997-set-and-get-variable-for-gepard/ compatible to hercules please. thanks! I am getting error on  thanks!
  14. M

    inarray to hercules

    Good day! May I request to convert this script to hercules please. - script GlobalMvP::GlobalMvP -1,{ OnNPCKillEvent: if(inarray(getd(".MVP_" + strcharinfo(3)),killedrid) != -1){ query_sql "SELECT `name` FROM `mvp` WHERE `char_id`="+getcharid(0)+"",.@name$; if ( .@name$ == "" ) {...
  15. M

    NPC store that sells item with Store name on it.

    Good day! I don't know if this has been requested. May I request a NPC SHOP that sells item but upon buying the item will have NPC name on it? For example. DriveThru NPC: Red pots ---->> upon purchased ----> "DriveThru Red Pots" I don't know how to add getnameditem under NPC Name...
  16. M

    npc_event: player's event queue is full

    Good day! Where can i find the #define MAX_EVENTQUEUE 2 seem it is no longer found in map.h reference below. thanks!
  17. M

    @mobalive

    Good day! May i request command @mobalive please. though was already requested before. @mobalive moonlight Dispbottom "MVP moonlight is dead"; Dispbottom "MVP moonlight is Alive"; etc Only trigger if MVP is in MVP Map not in Deadbranch room or any other map.
  18. M

    How to Remove Base EXP | Base Drop (VIP)

    Hi! How can I remove this on the screen? Base EXP: | Base Drops: | Base Death Penatly: already commented the lines yet, still on the screen.             //ModDrop = 140;             //ModExp = 140;             //ModDeath = 0;  
  19. M

    MVP Hunter Points w/ Rank

    Good day! May I request script similar to this please. https://rathena.org/board/topic/114565-utility-automated-mvp-ladder-reward-system/ Contacted the maker yet script not available for Hercules. Just wanted: MVP points will trigger on MVP maps only 3 Set of MVP Easy = 2 pts...
  20. M

    Sample Questlog & Achievement script

    @AnnieRuru your Quest information is so neat. can that be use for client 20141022 or for 2018 client only? Check mine .. also where to add these? */ mission 1 - acolyte trouble 49900 - from tavern, talk to acolyte 49901 - from acolyte, talk to npc in izlude 49902 - from izlude, talk to...
Back
Top