Search results

  1. astralprojection

    allow warpparty in mapflag "nowarp"

    i set my mapflag to "nowarp", to prevent these skills to be use I miss you Mom, Day I miss you. Come to me honey. These are the wedding/family skills to summon. but my problem now, is warpparty is also affected. Is there any workaround on this?
  2. astralprojection

    bBaseAtk,-negative value; ** Not Working **

    Hermode Cap [1]   [Upper Head]   Item ID# 5481 (Hermose_Cap) Script: <" bonus bAspdRate,10; bonus bBaseAtk,-20; bonus bMatkRate,-10; "> I notice that when having negative value on bBaseAtk, it did not reduce atk, but if positive, it adds to atk at status...
  3. astralprojection

    Mob Spawn

    Does this mean RSX will repawn from between 10min to 125min? ein_dun02,0,0,0,0 boss_monster RSX-0806 1623,1,7500000,600000,0
  4. astralprojection

    Where is Herc Devs

    i just noticed that 2 weeks no commits made. Very busy with their personal life i guess
  5. astralprojection

    Donation to Hercules

    How can we donate to Hercules?
  6. astralprojection

    Asura can cast over the fence or stairs area?

    I am using the latest git, is this normal?   .  Players from official server complaints that this should not be the behavior of Asura.  I already submitted to bug tracker but no response until now. 
  7. astralprojection

    Unix TimeStamp to String

    I had been looking to convert this time stamp to string format like     set .@unban_time,1460968293; mes .@unban_time     //  but at string format below like   gettimestr("%Y-%m-%d %H:%M:%S",21) so that i can export to sql query.   Can you help?   Thank you    
  8. astralprojection

    How to Add attached Player to Array

    I would like to ask help on achieving this: 1.  Player whisper to NPC 2.  NPC save names and location of players. ( example "player1","prontera",110,40,"player2","izlude",120,111,etc...) Thanks 
  9. astralprojection

    Cell NoSkill

    I was wondering if we have this patch here at Hercules Thanks
  10. astralprojection

    xCiteHUB Premium VPS Hosting

    Hello Hercules Community! We are please to introduce to you Premium Ragnarok  VPS Game Hosting. Website: http://www.xcitehub.com Skype: xcitehub US Premium Ragnarok Starts at $20.99 / month Location: Seattle Test IP: 66.150.164.149 SG Premium Ragnarok Starts at $32.00 / month Location...
  11. astralprojection

    Where is Map Database?

    Is there available Map Database where it can be imported to main_db just like mob and items.?  Players can search mob and items but i notice there is no map data.
  12. astralprojection

    MVP Spawn Controller

    //===== Hercules Script ====================================== //= MVP Spawn Timer //===== By: ================================================== //= jawbreaker //===== Current Version: ===================================== //= 1.1 //===== Description: =========================================...
  13. astralprojection

    Item Bound (All Items)

    i plan to make all items in inventory account bound with this code, my problem now is that, If 2 same items found (example: 2 gloves_) only 1 gloves_ is bounded, the other is not.  Can somebody help me with this routine?  Thanks //account bound all items.@boundtype =...
  14. astralprojection

    GrandCross Effect

    Does anyone know how to change GrandCross lighting effect color? The default is something bright and wanted to change to yellow or blue. I been looking on the /effect folder changing 1by1 and no luck. Thanks
  15. astralprojection

    2014 Clients "Adoption Problem"

    I tried 2014 clients and got problem with "adoption".  It is supposed to be there when you right click to the target novice. heres how i tried it: 1.  Marry 2.  Invite wife and target adopt new novice character 3.  right click on novice and booooom!!! no option to adopt. I tried this to...
  16. astralprojection

    Display Input Amount to format

      mes "How much do you buy it?"; input .@price; next; mes "Buying Price: ^FF0000"+.@price+"^000000z"; // sample: if i input: 1000000 // This will display: // Buying Price: 1000000z // How can i make it to this format: // Buying Price: 1m // Buying Price: 1.1m // Buying Price: 600k // Buying...
  17. astralprojection

    Disable BOSS Cards on PVP & GVG

    It this feature available here? - Disable boss card effect on GVG & PVP maps only. I tried checking on the map_zone_db.conf BUT it will only disable the "USE" of items but not the effect of CARD slot to the armor or weapon. correct me if i am wrong.  I'm now at 90% transition from rAthena...
Back
Top