Jump to content

Mr BrycE

Members
  • Posts

    595
  • Joined

  • Last visited

Everything posted by Mr BrycE

  1. Need To Update my Client and Data Folder to Latest

  2. //Created by marikitangakak //Edited and Revised by Lunar from MoonlightRO //Original Link: http://www.eathena.ws/board/index.php?showtopic=243601 //Edited and Revised Script Link: http://www.eathena.ws/board/index.php?showtopic=243753 //Please do not take this script as your own. dicastes01,233,177,4 script Find the Mushroom 1084,{ mes "[ Find The Mushroom ]"; if(getgmlevel() < 50) { if(.Event==0) mes "There is no Find the Mushroom event."; else { mes "There is a Find the Mushroom event on now!"; mes "Location: "+ .Map$; mes "Prize: " + getitemname(.ItemID); mes "Number of Mushrooms: " + .Mushrooms; } close; } mes "Hello "+strcharinfo(0)+"! Please customize this event:"; Main: next; mes "[ Find The Mushroom ]"; switch(select("Item [" + getitemname(.ItemID) + "]:Start Event:End Event")) { case 1: mes "Which item would you like the Mushroom to drop?"; mes "Please input the item ID:"; input .ItemID; goto Main; case 2: mes "Starting the event now..."; set .Event,1; close2; goto OnStart; case 3: mes "Ending the event now..."; if(.Event) announce ""+strcharinfo(0)+" ended Find the Mushroom Event!",bc_all; killmonster .Map$,"All"; set .Event,0; close; } OnMinute51: //CHANGE THIS TO THE MINUTE YOU WOULD LIKE THIS EVENT TO LOAD! OnMinute20: OnStart: announce "Find the Mushroom : It's time to play Find the Mushroom!",0; sleep2 1000; set $@ran, rand(1,11); if ($@ran == 11) set .Map$,"dicastes01"; if ($@ran == 10) set .Map$,"hugel"; if ($@ran == 9) set .Map$,"yuno"; if ($@ran == 8) set .Map$,"comodo"; if ($@ran == 7) set .Map$,"xmas"; if ($@ran == 6) set .Map$,"aldebaran"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; sleep2 1000; set $@ran2, rand(1,5); if ($@ran2 == 5) set .Mushrooms,"5"; if ($@ran2 == 4) set .Mushrooms,"4"; if ($@ran2 == 3) set .Mushrooms,"3"; if ($@ran2 == 2) set .Mushrooms,"2"; if ($@ran2 == 1) set .Mushrooms,"1"; announce "Find the Mushroom : The Mushroom has spawned in "+ .Map$ +"!",0; sleep2 10000; announce "Find the Mushroom : " + .Mushrooms + " Mushrooms have spawned in "+ .Map$ +"!",0; sleep2 10000; monster .Map$,0,0,"Don't kill me please!",1084,.Mushrooms,"Find the Mushroom::OnMobKilled"; end; OnMobKilled: mapannounce .Map$,"BriceRO Mushroom: Killed a Mushroom!: " + strcharinfo(0) + " Congrats,!",0; set zeny,zeny+10000000; getitem .ItemID,50; set .Event,0; end; } Hi, Emistry help , because every time they will kill a mushroom it says we have a winner, and some players stop searching so i changed it to Killed a mushroom but the problem now is they keep searching and searching they didnt know that the mushrooms were out, i know that it announces how many mushrooms are there but can i request that after the event in the certain map they will warp back to the main town?
  3. still hoping, to approve our request :-)))
  4. is there a cooldown on BG? im using bg_flavius_02.txt... how to remove it xD
  5. uhmm, i tried "@go 0" in my command shortcut, then the antibot is disappearing. so the players could just simply warp and ignore the antibot, how to fix?
  6. emistry can you add a onpckillevent something liket that? especially when they are farming/leveling/killing monsters
  7. phew, thas was a releif, thanks you, ill try it later when my players are all asleep xD so it means it is really working? wohoo, it worked. thank you sir Napster!
  8. i think i need to study this 1st before doing such things, anyways thank you for the advices.
  9. woah,! xD, i have 40+ players, will they be affected? if no im going to put all of my db's npc's in rathena, later tonight (Time Here: 11:56PM) , will it cause a WIPEOUT? sorrry too many questions xD
  10. eathena T_T, how can i addd this when im using eathena?
  11. i cant find sd->npc_idle_tick = gettick(); #endif run_script_main(sd->st); T_T
  12. yes, but the problem is, im having trouble putting it xD, will you tell me how to add it manually, like copy paste?
  13. ok thank you again sir!
  14. ok thank you for your help. ! can i add to the script like this? atcommand "@repairall"; ??
  15. bat_b02,10,294,3 script Battle Therapist#b02_a 95,{ skilleffect 28,32000; percentheal 100,100; mes "[battle Therapist]"; mes "Just close your eyes,"; mes "and take a deep breath."; mes "You can be free from pain."; close; here.. how will i put while( getbrokenid(1) != 0 ) repair getbrokenid(1);
  16. hi, i want to add a repairall weapon and equips when they respawn. what will i add?
  17. brasilis,258,60,0 script School of Fish#1 844,{ if (isequipped(2764)) && (isequipped(2775)){ specialeffect2 EF_BUBBLE; set .@fcast,18; if (isequipped(2550)) { //Fisher's_Muffler set .@fcast,.@fcast - 3; } if (isequipped(2443)) { //Fish_Shoes set .@fcast,.@fcast - 3; } progressbar "ffffff",.@fcast; if (rand(1,20) == 2) { getitem 6096,1; //Big Fish specialeffect EF_BUBBLE; mapannounce "brasilis","" + strcharinfo(0) + " has caught a Blue Fish!!!",bc_map,"0xff77ff"; end; } set .@rhea_ran,rand(1,70); if (.@rhea_ran < 20) { getitem 579,1; //Fresh Fish } else if (.@rhea_ran == 20) { getitem 908,1; //Spawn } else if (.@rhea_ran == 21) { getitem 909,1; //Jellopy } else if (.@rhea_ran == 22) { getitem 963,1; //Sharp_Scale } else if (.@rhea_ran == 23) { getitem 956,1; //Gill } else if (.@rhea_ran == 24) { getitem 6049,1; //Marlin } else if (.@rhea_ran == 25) { getitem 918,1; //Sticky_Webfoot } else if (.@rhea_ran == 26) { getitem 960,1; //Nipper } else if (.@rhea_ran == 27) { getitem 910,1; //Garlet } else if (.@rhea_ran == 28) { getitem 938,1; //Sticky_Mucus } else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) { getitem 624,1; //Rotten Fish } else { mes "Nothing was caught."; close; } if (rand(1,200) == 3) { getitem 673,1; //Bronze Coin mapannounce "brasilis","" + strcharinfo(0) + " has caught a Bronze Coin!!",bc_map,"0x00ffff"; } if (rand(1,500) == 3) { getitem 678,1; //Poison Bottle mapannounce "brasilis","" + strcharinfo(0) + " has caught a Poison Bottle!!",bc_map,"0x00ffff"; } if (rand(1,3000) == 3) { getitem 6153,5; //Special Exchange Ticket mapannounce "brasilis","" + strcharinfo(0) + " has caught a 5pcs Special Exchange Tickets!!",bc_map,"0x44ff44"; } end; } else { mes "Fishes are swimming in the water. I guess you need a Fishing Rod and a Bait"; close; } } hi i found this here in rathena, can anyone add a autoban when a certified item is always getting like the blue fish >.< we tried using WPE and its working im clicking it fast then getting a bluefish in just seconds, also, how to diffpatch anti WPE manually? T_T
  18. there are 2 minstrel hat, in item_db.txt and item_db2 try to check it.
  19. yup, how ? computer shops have same IP's >.<
  20. in your item_trade.txt find it's ID number and change the restrictions change "0x00080000" to "0xFFFFFFFF" for you to equip it xD any jobs except novice i dunno if i forgot anything, but that's what i do in my Minstrel hat, even other jobs can now equip it.
  21. Hi, i cant use Devotion skill in PVP Arena . why? its working on WOE, and you must be in a party right? why cant i use it? oops sorry , already fixed, i removed the mapflag pvp noparty from my pvp map
  22. thank you sir, its working now ill just put the other like you said.
  23. its not working sir, i can still make a pub. what to do?
×
×
  • Create New...