Search results

  1. H

    Regarding Reading Skill

    how can I limit the reading to 2 instead of 4?   Base on Official Server. You can only Preserved 2 Skill without Summoning any ball. Right now I can Read 4 Spellbook and Released them all. Can you help for quick fix pls?  // Warlock Spellbooks. [LimitLine/3CeAM]int skill_spellbook (struct...
  2. H

    Is this normal? Land Pro doesn't block Jack Frost?

    Can someone confirm and explain why?
  3. H

    Is I.G also dead?

    I think it's almost 3 weeks now since the last time I access I.G forum. Although I turned I.G off in my server due to anti virus problem. I'm still interested on what is going on with I.G? Any news?
  4. H

    Advice on how to make a client patch with Kagero and Obaro Job

    First of all I don't know if this post make sense since I really dunno how it works. I just notice it on my live server.   I'm using 2014 client with these 2 new jobs. The problem is the players who uses SMALL CLIENT files + 2012 RO Files. Their client CRASH since it doesn't support new jobs...
  5. H

    Need Help on this. Adding Party Members Map Check

    Hi Guys, I have this script that gives an item to the Killer of the MVPS. The rewards is separate from PARTY KILLER and A SOLO KILLER. Im trying to add a condition that check if the party members are in the same map of the KILLER when the MVP was killed. If not in the same map of KILLER. No...
  6. H

    @unmute player on specific map onLogoutEvent

    I can't make this work, should it work right? OnPCLogoutEvent: if ( strcharinfo(3) == "guild_vs1" ) atcommand "@unmute "+strcharinfo(0); end; Or any other way to unmute players on a specific map on logoutevent?
  7. H

    GOH vs DEVILING

    Bakit hindi na rereduce ng Deviling card ang Gates of Hell diba force neutral ang GOH?
  8. H

    Castle's Treasure Boxes Spawn

    Bakit ganun minsan may chest pero madalas walang treasure box na nag sspawn sa AGIT? Ano ba ang nakaka apekto sa pag labas ng mga box? need ba investment or what? Pag hindi ba napuntahan ng isaktong 12AM mawawala na ung box?
  9. H

    Masquerade Skill Chance

    Tanong ko lang po kung talaga bang 100% chance ang skill na to? masyadong malakas eh..
  10. H

    Masquerade 100% Chance at 175 CAP

    I want to reduce the chance of Masq. Skill. Can someone guide me how to? case SC_ENERVATION: case SC_GROOMY: case SC_IGNORANCE: case SC_LAZINESS: case SC_UNLUCKY: case SC_WEAKNESS: if( !(tsc && tsc->data[type]) ) { int joblvbonus = 0; int rate = 0; if (is_boss(bl))...
  11. H

    Crystalization Item bonus script?

    Can I request this script for Sropho Card?
  12. H

    Sacrifice Skill question

    case PA_SACRIFICE: wd.damage = sstatus->max_hp* 8/100; wd.damage2 = 0;#ifdef RENEWAL wd.damage = battle->calc_elefix(src, target, skill_id, skill_lv, wd.damage, nk, n_ele, s_ele, s_ele_, false, wd.flag); // temporary [malufett]#endif break; Above is the formula of SACRIFICE...
  13. H

    Arrow Property vs All Elements & Ghost

    I tested all elemental arrows on neutral attack but the damage are all the same. Also changing arrows with other element doesn't seem to work vs GHOST property, all attack missed. im in renewal server.
  14. H

    Need someone to confirm this problem

    I have implemented a rentitem feature for new players to try out certain cards. My problem is, If they compound the Rental Card to an equipment, the card becomes permanent to them. Is there anyway to edit the rentitem script command to make rented cards stay rented and not become permanent. and...
  15. H

    Can I request this script?

    OnNPCKillEvent: if ( killedrid == 1002 ) { if ( !getcharid(1) ) { // if no party count++; } else { getmapxy .@map1$, .@x1, .@y1, 0; // killer position getpartymember getcharid(1), 1; getpartymember getcharid(1), 2; for ( .@i = 0; .@i < $@partymembercount; .@i++ ) { if (...
  16. H

    Mapflag Help: Reduce damage of a skill

    Can someone help how to reduce specific skill damage in a specific MAP not globally? Is this possible via script? or map_zone_db.conf? Thanks 
  17. H

    Mission Board for Hercules

    /*DROP TABLE IF EXISTS `mission_board`;CREATE TABLE IF NOT EXISTS `mission_board` ( `id` int(11) unsigned NOT NULL, `title` varchar(30) NOT NULL default '', `desc` varchar(255) NOT NULL default '', `mob_list` varchar(50) NOT NULL default '', `mob_qty` varchar(50) NOT NULL default '', `item_list`...
  18. H

    Mission Board updated by Annie

    LAST UPDATED BY ANNIE http://rathena.org/board/pastebin/4ryaa5wz3bu1/txt/ On the script from the link above I'm getting the following error.  [Error]: script error in file '(DIRECT INPUT)' line 1121 column 15 parse_simpleexpr: unmatched ')' 1118: end; 1119: 1120...
  19. H

    How to disable kagero and obaro here?

    //===== Hercules Script ======================================//= Job Master//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.3//===== Description: =========================================//= A fully...
  20. H

    Help in Renewal Casting

    This is the formula for RENEWAL casting. How can I turn the some skills with -1 FIXED casting to nocast IF STATS is equal to 200DEX x 2 =400 and INT = 130  OVERALL STATS = 530?     if( varcast_r < 0 ) // now compute overall factors time = time * (1 - (float)varcast_r / 100); if(...
Back
Top