Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. Thanks for your feedback, but in details I want to make that like auto mode, example : at 01.00 PM there is an event start, and all players can get in to that room, but when the time show at 01.10 PM, that event will automatically close and all players will warp out from that room and warp to prontera. And I want there are no players could get in into that room before the event is going to start again. Can you help me? Thanks in advance
  2. hi, all I have this Script sec_in02,151,162,0 script School of Fish#h1-1::fish 844,{ if (isequipped(2764)) && (isequipped(2775)){ specialeffect2 EF_BUBBLE; set .@fcast,15; if (isequipped(2550)) { //Fisher's_Muffler set .@fcast,.@fcast - 3; } if (isequipped(2443)) { //Fish_Shoes set .@fcast,.@fcast - 2; } progressbar "ffffff",.@fcast; if (rand(1,70) == 2) { getitem 7227,10; //TCG specialeffect EF_BUBBLE; mapannounce "sec_in02","" + strcharinfo(0) + " has caught a TCG CARD 10X!!!",bc_map,"0xff77ff"; end; } set .@rhea_ran,rand(1,70); if (.@rhea_ran < 20) { getitem 607,1; //yggdrasil } else if (.@rhea_ran == 20) { getitem 608,1; //yggdrasilseed } else if (.@rhea_ran == 21) { getitem 608,1; //yggdrasilseed } else if (.@rhea_ran == 22) { getitem 12111,1; //Bundle Of Food } else if (.@rhea_ran == 23) { getitem 956,1; //Gill } else if (.@rhea_ran == 24) { getitem 985,1; //Elunium } else if (.@rhea_ran == 25) { getitem 984,1; //Oridecon } else if (.@rhea_ran == 26) { getitem 607,1; //Yggdrasil } else if (.@rhea_ran == 27) { getitem 608,1; //yggdrasil seed } else if (.@rhea_ran == 28) { getitem 984,1; //Oridecon } else if (.@rhea_ran == 29) { mes "A merman pulled you into the water."; close2; sleep2 2000; specialeffect2 611; warp "iz_dun05",142,93; end; } else if (.@rhea_ran == 30) { mes "A Merman Caught your Lure"; mes "Lure Is lost"; delitem 2775, 1; close2; specialeffect2 611; end; } else if (.@rhea_ran == 31) { mes "You managed to catch something, but it was too heavy for your pole"; mes "to endure. The Pole you were using snapped in half."; delitem 2764, 1; close2; specialeffect2 611; end; } else if ((.@rhea_ran > 31) && (.@rhea_ran < 40)) { getitem 607,5; //YggDrasil } else { mes "Nothing was caught."; close; } if (rand(1,400) == 3) { getitem 20027,1; //New Red Valkyrie Helm mapannounce "sec_in02","" + strcharinfo(0) + " has caught a New Red Valkyrie Helm",bc_map,"0x00ffff"; } if (rand(1,150) == 3) { getitem 14232,2; //Yggdrasil Box(10) mapannounce "sec_in02","" + strcharinfo(0) + " has caught an Yggdrasil Box(10) 2x!!",bc_map,"0x00ffff"; } if (rand(1,400) == 3) { getitem 20048,1; //Red Dark Lord Helm mapannounce "sec_in02","" + strcharinfo(0) + " has caught an Red Dark Lord Helm!!",bc_map,"0x44ff44"; } end; } else { mes "Fish are swimming in the water."; close; } } //--------------------- //Edit duplicates here! //-------------------- sec_in02,151,158,5 duplicate(fish) School of Fish#h2-1 844 sec_in02,154,156,5 duplicate(fish) School of Fish#h3-1 844 sec_in02,157,156,5 duplicate(fish) School of Fish#h4-1 844 sec_in02,161,157,5 duplicate(fish) School of Fish#h5-1 844 sec_in02,157,159,5 duplicate(fish) School of Fish#h6-1 844 sec_in02,155,161,5 duplicate(fish) School of Fish#h7-1 844 sec_in02,154,168,5 duplicate(fish) School of Fish#h8-1 844 sec_in02,158,167,5 duplicate(fish) School of Fish#h9-1 844 sec_in02,156,164,5 duplicate(fish) School of Fish#h10-1 844 sec_in02,152,158,5 duplicate(fish) School of Fish#h11-1 844 sec_in02,163,155,5 duplicate(fish) School of Fish#h12-1 844 sec_in02,164,159,5 duplicate(fish) School of Fish#h13-1 844 sec_in02,151,167,5 duplicate(fish) School of Fish#h14-1 844 // WARPER prontera,147,163,4 script Fishing Warper 899,{ mes "[Fishing Warper]"; mes "Halo,.. Kami akan membawa anda ketempat Pemancingan"; next; menu "Let's Go",L_TELEPORT,"No thanks",L_Bye; close; OnInit: waitingroom "[Kolam Pemancingan]",0; end; L_TELEPORT: mes "Ok... Tunggu sebentar"; next; warp "sec_in02",132,161; end; L_Bye: mes "Ok... Kami tunggu kedatangannya"; close; } // Exit to Prontera sec_in02,136,152,5 script Back Maincity 443,{ warp "prontera.gat" ,155,176; } How to Make that Script Auto Open and Close Every Hour When Close All player's on this room will be kick out and warp to Prontera?? Please help me
  3. i was restart my server but still same
  4. please Help how to solve that problem
  5. Hi emistry, I mean I have gold room contains sky petite, but I dont want to that monster drop event Item, I have a plan to make an event for my private server, and I want to make all monster except sky petite drop that item event, can you help me?
  6. hi, emistry Can given the exception for monster Sky petite because i have gold room and summon to much sky petite in that room
  7. Hi, All i need help i want to make Ramadhan Event When kill monster normal player can get random item like Ketupad (583) Ketupad Sayur (11704) Ramadan( 685) anybody can make script for me ?? sory bad english
  8. yes was changed in there's nothing data i changed i just change on trunk/conf/battle/drop.conf BUMP? new problem why my drop rate can be higher from 5% in my drop.conf i have to change to be 20% // The rate at which cards are dropped item_rate_card: 200000 item_rate_card_boss: 1000 item_drop_card_min: 1 item_drop_card_max: 10000
  9. hi, recently i change mysql root pass, i can login into phpmyadmin using new password, but its strange my ro wont use new password, its still run with old password, any idea? my ro still run, but i cant change DB/folder like want to change Drop rate Etc... when i use @reloadbattleconf nothing Happen any idea for my problem??
  10. sir Can be used only once not when login i mean when player was max lv 160 it be automatic @auraset1 680 like use this OnInit:
  11. hi all anybody can help me to make script When player was lv 160 autocommand @auraset1<spasi>680 please help
  12. sir how to enable that command on my RO player can't use command /who or /w?? thx
  13. hi i was change like that but still get error when use autoattack can't attack any monster any help me??
  14. hi can be use for aura 3rdjob?? but i was try it anda just 2ndjob can change anyone have aura costum for 3rdjob? bump
  15. use this on your script sc_end SC_ALL;
  16. [Warning]: pc_paycash: More kafra points provided than needed (price=0, points=6 5536, account_id=2000000, char_id=150000). i got warning like that?? anyone can help me?
  17. @luciar Thx luciaar it's work now
  18. LearningRO

    Map Crash

    same problem i use last SVN
  19. this line 4662 { struct map_session_data *sd = NULL;
×
×
  • Create New...