Jump to content

MuffinEater

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by MuffinEater

  1. the stats are not working and the stats icon is different
  2. NPC Stats Randomizer that requirements red pots and 10mil zeny that can give Random value upto 200 of at random combination of (str,agi,vit,int,dex,luk) and low chance 5% for all stats 100 upto 500 with corresponding icon buff of this TIA.
  3. the spiritball requirement 0 of Asura Strike , when group id is higher than 1 and critical explosion is active thanks in advance
  4. Mid rate lang sir kaya di ako nag base on grimtooth slotted or any - def ang question ko po may randomizer ako upto 300 allstats and i need npc na makapag edit ka ng vit sa allstats na nakuha mo thanks
  5. may npc randomizer na makakuha ka ng upto 150 allstats ang prob ko since may thanatos card overpower ung bawas.. help po sana ng npc script na kung saan pwde ko istore sa npc yung vit na nakuha sa randomizer then pwde ko rin kunin ulit salamat po sa tutulong
  6. Nandito yung guide https://rathena.org/board/topic/83136-adding-custom-items-renewal/
  7. How about on register sir there is no option where i can type an information about the account i want to register
  8. 'ServerAddress' => 'cookie.ro-online.top', // This value is the hostname:port i already try that sir
  9. 'ServerAddress' => '', //<-- ip of my server (sample 127.0.0.1) example.com or example.com:80) 'BaseURI' => '', //<--- www.ro-online.org into this sir? sorry kinda newbie
  10. you can use dynamic shop npc https://rathena.org/board/topic/75400-dynamic-quest-npc/ just edit setarray .Shops$[1],"Headgears"; <----- this // set .Shops$,"n/a"; // Add(<shop number>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>, // <required item ID>,<required item amount>{,...}); // Shop number corresponds with order above (default is 1). // Note: Do NOT use a reward item more than once! Add(1,30001,1,0,0,948,300,950,250,931,250,998,250,607,50); <--- and this
  11. this one sir how i can solve this? <?php exit('Forbidden'); ?> [2017-02-06 11:51:28] (Flux_Error) Exception Flux_Error: ServerAddress must be specified in your application config. [2017-02-06 11:51:28] (Flux_Error) **TRACE** #0 /home/cookierov2/public_html/lib/Flux.php(300): Flux::raise('ServerAddress m...') [2017-02-06 11:51:28] (Flux_Error) **TRACE** #1 /home/cookierov2/public_html/lib/Flux.php(120): Flux::parseAppConfigFile('config/applicat...') [2017-02-06 11:51:28] (Flux_Error) **TRACE** #2 /home/cookierov2/public_html/index.php(69): Flux::initialize(Array) [2017-02-06 11:51:28] (Flux_Error) **TRACE** #3 {main}
  12. Hellow Everyone im using this Costume Theme https://rathena.org/board/files/file/2835-free-animated-flux-theme-coded-just-add-your-banner/ on register area there's no label where i can type information of account and login account error any ideas how to fix this? all help is grealy appreciated and thanks in advance
  13. So for example... uh... case MO_CHAINCOMBO: if(!sc) return false; if(sc->data[SC_BLADESTOP]) break; if(sc->data[SC_COMBO] && (pc_get_group_id(sd) > 0 || sc->data[SC_COMBO]->val1 == MO_TRIPLEATTACK)) break; return false; i change it into like this its working thanks a lot case CH_CHAINCRUSH: if(!sc) return false; if(sc->data[SC_BLADESTOP]) break; if(sc->data[SC_COMBO] && (pc_get_group_id(sd) > 0 || sc->data[SC_COMBO]->val1 == MO_TRIPPLEATTACK)) break;
  14. Group ID? getgroupid sorry
  15. how you use those skill with any condition or requirement when getgroupid "group.conf" is 1 or higher ?Tia case MO_CHAINCOMBO: if(!sc) return false; if(sc->data[SC_BLADESTOP]) break; if(sc->data[SC_COMBO] && sc->data[SC_COMBO]->val1 == MO_TRIPLEATTACK) break; return false; case MO_COMBOFINISH: if(!(sc && sc->data[SC_COMBO] && sc->data[SC_COMBO]->val1 == MO_CHAINCOMBO)) return false; break; case CH_TIGERFIST: if(!(sc && sc->data[SC_COMBO] && sc->data[SC_COMBO]->val1 == MO_COMBOFINISH)) return false; break; case CH_CHAINCRUSH: if(!(sc && sc->data[SC_COMBO])) return false; if(sc->data[SC_COMBO]->val1 != MO_COMBOFINISH && sc->data[SC_COMBO]->val1 != CH_TIGERFIST) return false; break;
  16. auto broadcast sa card na makukuha from old card album salamat po
  17. 2 max deadly combo instead po sana na unequip sya magiging auto decard po pag sinout hindi mo rin po kasi sya madedecard kasi hindi mo nga po ma equip salamat function script lhz { if( isequippedcnt( 4359,4361,4367,4399,4407 ) > 2 ){ message strcharinfo(0),"Cant Wear More than 2 LHZ Card."; nude; } return; }
  18. item drop penalty po ito based on karma kapag + karma ka may chance mahulugan ka ng item ang problema gusto ko po kasi sana for player vs player lang sya hindi sana kasama pag monster vs player - script penalty_drop -1,{ OnPCDieEvent: if ( killedrid != getcharid(3) && KARMAPOINTS > -800 ) { if ( KARMAPOINTS <= 1000 ) { [email protected]_count = rand( 1,2 ); [email protected] = 20; } else if ( KARMAPOINTS >= 1001 && KARMAPOINTS <= 20000 ) { [email protected]_count = rand( 1,3 ); [email protected] = 100; } else if ( KARMAPOINTS >= 20001 && KARMAPOINTS <= 30000 ) { [email protected]_count = rand( 2,4 ); [email protected] = 100; } else if ( KARMAPOINTS >= 30001 && KARMAPOINTS <= 40000 ) { [email protected]_count = rand( 2,5 ); [email protected] = 100; } else if ( KARMAPOINTS >= 40001 && KARMAPOINTS <= 50000 ) { [email protected]_count = rand( 3,5 ); [email protected] = 100; } else if ( KARMAPOINTS >= 50001 && KARMAPOINTS <= 60000 ) { [email protected]_count = rand( 4,6 ); [email protected] = 100; } else if ( KARMAPOINTS >= 60001 && KARMAPOINTS <= 70000 ) { [email protected]_count = rand( 5,7 ); [email protected] = 100; } else if ( KARMAPOINTS >= 70001 ) { [email protected]_count = rand( 5,7 ); [email protected] = 100; } if ( [email protected] > 0 && [email protected]_count > 0 ) { while( [email protected] < [email protected]_count ) { getinventorylist; if ( @inventorylist_count == 0 ) end; [email protected] = rand( @inventorylist_count ); getmapxy( [email protected]$,[email protected],[email protected],0 ); if ( countitem2(@inventorylist_id[[email protected]],@inventorylist_identify[[email protected]],@inventorylist_refine[[email protected]],@inventorylist_attribute[[email protected]],@inventorylist_card1[[email protected]],@inventorylist_card2[[email protected]],@inventorylist_card3[[email protected]],@inventorylist_card4[[email protected]]) ) { delitem2 @inventorylist_id[[email protected]],@inventorylist_amount[[email protected]],@inventorylist_identify[[email protected]],@inventorylist_refine[[email protected]],@inventorylist_attribute[[email protected]],@inventorylist_card1[[email protected]],@inventorylist_card2[[email protected]],@inventorylist_card3[[email protected]],@inventorylist_card4[[email protected]]; makeitem2 @inventorylist_id[[email protected]],@inventorylist_amount[[email protected]],[email protected]$,[email protected],[email protected],@inventorylist_identify[[email protected]],@inventorylist_refine[[email protected]],@inventorylist_attribute[[email protected]],@inventorylist_card1[[email protected]],@inventorylist_card2[[email protected]],@inventorylist_card3[[email protected]],@inventorylist_card4[[email protected]]; [email protected]++; } } } } end; }
  19. item drop penalty po ito based on karma kapag + karma ka may chance mahulugan ka ng item ang problema ko po gusto ko po sana na mahuhulugan ka lang kapag player lang ang naka kill sayo at lalabas sana sa chat box kung anong item nahulog sayo maraming Salamat ! - script penalty_drop -1,{ OnPCDieEvent: if ( killedrid != getcharid(3) && KARMAPOINTS > -800 ) { if ( KARMAPOINTS <= 1000 ) { [email protected]_count = rand( 1,2 ); [email protected] = 20; } else if ( KARMAPOINTS >= 1001 && KARMAPOINTS <= 20000 ) { [email protected]_count = rand( 1,3 ); [email protected] = 100; } else if ( KARMAPOINTS >= 20001 && KARMAPOINTS <= 30000 ) { [email protected]_count = rand( 2,4 ); [email protected] = 100; } else if ( KARMAPOINTS >= 30001 && KARMAPOINTS <= 40000 ) { [email protected]_count = rand( 2,5 ); [email protected] = 100; } else if ( KARMAPOINTS >= 40001 && KARMAPOINTS <= 50000 ) { [email protected]_count = rand( 3,5 ); [email protected] = 100; } else if ( KARMAPOINTS >= 50001 && KARMAPOINTS <= 60000 ) { [email protected]_count = rand( 4,6 ); [email protected] = 100; } else if ( KARMAPOINTS >= 60001 && KARMAPOINTS <= 70000 ) { [email protected]_count = rand( 5,7 ); [email protected] = 100; } else if ( KARMAPOINTS >= 70001 ) { [email protected]_count = rand( 5,7 ); [email protected] = 100; } if ( [email protected] > 0 && [email protected]_count > 0 ) { while( [email protected] < [email protected]_count ) { getinventorylist; if ( @inventorylist_count == 0 ) end; [email protected] = rand( @inventorylist_count ); getmapxy( [email protected]$,[email protected],[email protected],0 ); if ( countitem2(@inventorylist_id[[email protected]],@inventorylist_identify[[email protected]],@inventorylist_refine[[email protected]],@inventorylist_attribute[[email protected]],@inventorylist_card1[[email protected]],@inventorylist_card2[[email protected]],@inventorylist_card3[[email protected]],@inventorylist_card4[[email protected]]) ) { delitem2 @inventorylist_id[[email protected]],@inventorylist_amount[[email protected]],@inventorylist_identify[[email protected]],@inventorylist_refine[[email protected]],@inventorylist_attribute[[email protected]],@inventorylist_card1[[email protected]],@inventorylist_card2[[email protected]],@inventorylist_card3[[email protected]],@inventorylist_card4[[email protected]]; makeitem2 @inventorylist_id[[email protected]],@inventorylist_amount[[email protected]],[email protected]$,[email protected],[email protected],@inventorylist_identify[[email protected]],@inventorylist_refine[[email protected]],@inventorylist_attribute[[email protected]],@inventorylist_card1[[email protected]],@inventorylist_card2[[email protected]],@inventorylist_card3[[email protected]],@inventorylist_card4[[email protected]]; [email protected]++; } } } } end; }
  20. Removing Enchant deadly Poison on skill_unconditional:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.