Jump to content

GenGen

Members
  • Posts

    46
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Malaysia

Recent Profile Visitors

2848 profile views

GenGen's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

2

Community Answers

  1. Alright. I'll try. Currently I'm using offline rathena by anacondaqq Will be back if I have issues.
  2. Ah I see, thanks for the explanation, however I get this error while trying the your script.
  3. quiz_02,304,263,6 script WOE Reward 714,{ mes "WOE"; mes "You did a great job!"; mes "Here is your reward."; getitem 13550,20; getitem 13989,50; getitem 14004,2; getitem 675,1; //add your rewards here set woereward,0; next; warp "SavePoint",0,0; end; OnInit: waitingroom "WOE Reward",0; end; } - script woe_reward -1,{ OnInit: set .map, "quiz_02"; set .x, 304; set .y, 255; setarray .castles$[0], "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05", "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05", "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05", "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05", "arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05", "schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05"; end; OnMapLoadEvent: if ((agitcheck() && agitcheck2()) && (strcharinfo(3) == .castles$)){ set woereward,1; end; } OnAgitEnd: sleep 5000; // wait 5 seconds after woe before warping the guild for (set .@i,0; .@i < getarraysize(.castles$); set .@i, .@i+1){ warpguild .map,.x,.y,getcastledata(.castles$[.@i],1); dispbottom "[ War of Emperium ] : Congrats! Your guild wins!"; end; } if (getcastledata(.castles$[.@i],1) != getcharid(2) && woereward==1){ dispbottom "[ War of Emperium ] : Its okay, you can try harder on next WoE!"; getitem 607,1; set woereward,0; end; } OnAgitEnd2: sleep 5000; // wait 5 seconds after woe before warping the guild for (set .@i,0; .@i < getarraysize(.castles$); set .@i, .@i+1){ warpguild .map,.x,.y,getcastledata(.castles$[.@i],1); end; } if (getcastledata(.castles$[.@i],1) != getcharid(2) && woereward==1){ dispbottom "[ War of Emperium ] : Its okay, you can try harder on next WoE!"; getitem 607,1; set woereward,0; end; } } Hello Rathena! Need help with my script. It wont recall winner nor give reward to participants. This script should give reward to the winners, and also consolation prize to losers that participate in WoE. But I'm getting error. Thanks in advance, Rathena! woe1.txt
  4. yeah i know, but its easier to take scripts that had done by some contributor.
  5. Hi rathena, I'm here to request NPC that sells all cards ( must including MVP cards ). i tried to go http://rathena.org/board/topic/56560-tsr-script-archives/ but some error message pop out.
  6. prontera,155,181,5 script Sample 718,{ set .Hour,24; if( #dailytimer < gettimetick(2) ) { mes "You have Gained a Daily Gift."; set #dailytimer,gettimetick(2) + ( .Hour * 3600 ); getitem 6101,1; //set the price here }else{ set .@last,#dailytimer - gettimetick(2); set .@hour, .@last % ( 24 * 3600 ) / 3600; set .@min, .@last % ( 24 * 3600 ) % 3600 / 60; set .@sec, .@last % ( 24 * 3600 ) % 3600 % 60; mes "You have to wait to get your next Daily Gift."; mes "Time CountDown : ^FF0000"+.@hour+":"+.@min+":"+.@sec+"^000000"; } close; }
  7. Hi rathena users, I'm here to request source edit for Sonic Blow skill nerf, since sinx are overpowered at my server. :/ I want sonic blow can be nerf 20% or 30% any idea? thanks in advance!
  8. hi dear rathena users, I just changed my client from Xrays to 20100707 RE client. but the worst part is all of the character's skill = passive. help me pls! fixed. ZZZ i accidently renamed my skill_db.txt~ sorry.
  9. [server] server_name = Leatrik Ragnarok Online notice_url = crew08.crewbytes.com/index.html patch_site = crew08.crewbytes.com patch_port = 80 patch_list = /update.txt patch_folder = / executable = lro.exe ragexe_call = lro.exe 1rag1 registration_link = http://crewbytes.com skin = skin grf_file = lro.grf Backup_GRF = 0 startup_option = 2 [general] ;debug_mode = 0 archive_passphrase =
  10. anybody know why this could happens? same with all my players too, after i change my emulator to Rathena.
  11. thanks Emistry, that helps alot.
  12. i have this error when i trying to run my hexed rathena's client.
×
×
  • Create New...