Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

cadz

Members
  • Posts

    243
  • Joined

  • Last visited

Everything posted by cadz

  1. im searching on the drop rate i saw only exp.. so i should change or at set .jexp_rate, 1; //put you rate... to this? set .drop_rate,2, setbattleflag "base_exp_rate", .bexp_rate * 100 * getarg( 0 ); to this setbattleflag "drop_rate", .bexp_rate * 100 * getarg( 0 ); ?
  2. hi there can anyone help me to change these exp or to add a drop rate x2 or x3? - script triple_exp -1,{ OnInit: // original Base/Job Exp and Drop Rates set .bexp_rate, 1; //Put you rate... set .jexp_rate, 1; //put you rate... OnHour16: OnHour23: if( gettime(4) != 0 && gettime(4) != 6 || ( gettime(4) == 1 && gettime(3) >= 16 ) ) { // Monday to Friday if( gettime(3) >= 23 || gettime(3) < 16 ) { announce "Double Event is finished!",bc_all,0xFF6060; callsub L_ratio, 1; } else { announce "Double Event Starting!", bc_all; callsub L_ratio, 2; } } OnHour12: if( !gettime(4) || ( gettime(4) == 6 && gettime(3) >= 12 ) || ( gettime(4) == 1 && gettime(3) < 12 ) ) { announce "Triple Event is Starting!",bc_all,0xFF6060; callsub L_ratio, 3; } else if( gettime(4) == 1 && gettime(3) == 12 ) { announce "Triple Event is finished!",bc_all,0xFF6060; callsub L_ratio, 1; } else callsub L_ratio, 1; end; L_ratio: setbattleflag "base_exp_rate", .bexp_rate * 100 * getarg( 0 ); setbattleflag "job_exp_rate", .jexp_rate * 100 * getarg( 0 ); set .ratio, getarg( 0 ); atcommand "@reloadmobdb"; end; OnMinute01: if( .ratio == 3 ) announce "Weekend Triple EXP Event is currently in affect, Enjoy and have a great day!",bc_all,0xFF6060; end; } thanks a lot i got this script to loki =)
  3. wrong date? where can i find this wrong date?
  4. cadz

    hi there

    hi good day i would like to ask why does when i register in fluxcp i cant register msg appear is oh,what happend kindly help me sir thanks a lot in advance you can try registratig in www.tietra-ro.com so you may know thanks a lot.
  5. cadz

    help about text

    sorry sir.. thanks for the help btw where to i put this buttons? data/texture?
  6. hi there how to fix this sir/mam this korean letters to english? thanks in advance im using 2012-04-10 client
  7. sir how about ragnarok with 2 servers is there any guide?
  8. cadz

    help

    hi good day i would like to ask how/guide to make 2 server in 1 sql thanks a lot in advance
  9. master i have a hint about @afk... @afk script get from @autrade it just remove some part of the script from vending i saw the @afk in map server like this Fofo log off using <@autotrade>. can still be possible? i think its same like autotrade if( !checkvending() ){ change to if( at_commands @autotrade () ){ like this?
  10. try to use euphy's woe controller refer this same problem http://rathena.org/board/topic/71529-request-about-emperium/
  11. cadz

    warp portal

    hi guys where can i find the configuration of the invulnerable seconds limit when enter in a portal i mean you cant hit in couple of seconds. thanks in advance
  12. cadz

    how to fix this sir

    where do i put those?
  13. hi good day how to fix this kind of problem? user online is fixed but the char map log in is off i already put my IP adress in the server.php anyone know this kind of error?
  14. okay master so i just remove the @afk to players then. thanks a lot for the time master.
  15. master if your online i would like to request your script to even @afk no tcg per hour thanks master a lot. =) - script Sample -1,{ OnUpdate: if( !checkvending() ){ set @Minute,@Minute + 1; if( @Minute % 60 == 0 ){ getitem 7227,10; dispbottom "Online for 1 Hours +10 TCG Card."; set @Hour,@Hour + 1; if( @Hour % 5 == 0 ){ getitem 7227,200; dispbottom "Online for 5 Hours +200 TCG Card."; } } } OnPCLoginEvent: addtimer 60000,strnpcinfo(0)+"::OnUpdate"; end; } btw im using eathena. =)
  16. cadz

    error

    okay sir thanks for the reply and help. working =)
  17. good day guys im having problem with 3CeAM r718 2012-04-10 magic damage int 1 can damage 500+ no equips both. how to fix this? thanks in advance again. fixed close please
  18. cadz

    error

    im using eathena 3CeAM r718 2012-04-10 is this compatible?
  19. cadz

    error

    hi there anyone know this kind of error pc bonus3 unknown type 2045 6151 2049 70! i been searching for this to fix in the whole forum still no answer anyone know this please help me thanks in advance =)
  20. sorry about that btw thanks a lot for reply =)
  21. hi is there any link guide in import and export backups in workbench thanks in advance
  22. cadz

    error

    hi there im using 20100616 ragexe im having error in when i log in anyone can help me with this error thanks a lot in advance 1111.bmp
  23. thanks a lot already fix and 100% good thanks to you master and capuche more power! and God bless =)
×
×
  • Create New...