-
Posts
126 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by markiez22
-
looking forward. or maybe PK for those have a clan that will be great.!
-
Custome_Right_Accessory : true Custome_Left_Accessory : true Shadow_Right_Accessory : true Shadow_Left_Accessory : true SHADOW_ACC_R: true SHADOW_ACC_L: true i try at all but all of them is wrong. please provide me some correct. i almost try 4hrs for this custom accessory Problem solve.
-
I have been waiting for this. Looking forward and God bless to this project
-
great sir , its 100% working on my server, thx for helping me to setup for free. and now my server is now running on mobile GreatJob
-
how can i know the code?
-
King Of Emperium Hill by Peopleperson49
markiez22 replied to Giant Whisper's question in Scripting Support
what did you do sir?? problem solve. ? Latest KOE and guidelines https://herc.ws/board/topic/4495-king-of-emperium-hill/ -
this is possible trunk can add 2 packet version like 2015 & 2017? im using 2017 client but i want also to use 2015 client this possible can use the two ?
-
im using Client is 2013-08-07aRagexe and my problem is i cant connect in the server map i got disconnected when i select my Character packet.h #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20130807 #endif #ifndef PACKETVER_RE /// From November 2015 only RagexeRE are supported. /// After July 2018 only Ragexe are supported. #if PACKETVER > 20151104 && PACKETVER < 20180704 #define PACKETVER_RE #endif #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN #endif
-
so robrowser supported client for 2013 only?? this is possible that latest client will be work? or robrowser is no longer applicable for the ragnarok.?> for this project i think robrowser only can save RAGNAROK, people/gamers now a days dont want waste download fullclient anymore.. cuz of so many experience for imbalance/no player server.
-
i love the idea but its hard to find any solution... i try deferent tools but im always getting error.
-
Champion War Event Start in 5PM - End to 6PM Rumble Champion War in 1hr ---- 1hit asura battle.. map_flag guild_vs5 mapflag restricted 2 item_noequip.txt 4058,2 //Thara Frog Card 4047,2 //Ghostring Card 4302,2 //Tao gunka Card 4174,2 //Deviling Card 4133,2 //Raydric Card 4105,2 //Marc Card 4318,2 //Stormy Card 4133,2 //Raydric Card 4399,2 //thanatos card //-------Champwar---Warper prontera,148,187,6 script Champion Arena Warper#1 411,{ if(Class >= 4016){ set .@mapcount_3,getmapusers("guild_vs5"); mes "^005500Champion Arena^000000"; mes ""+.@mapcount_3+" player(s)"; if(BaseLevel < 200 || JobLevel < 100){ next; mes "^555555[Champion Arena]^000000"; mes "Only ^ff0000200/100^000000 level character can enter the Champion Arena."; close; }else{ mes "Let us see what you got!"; if (select("Arena Room","Cancel")==1) { announce "" + strcharinfo(0) + " has Join 1hit Asura Battle!",bc,0xFF9900; warp "guild_vs5",0,0; specialeffect2 EF_HEAL2; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 514; sc_start SC_BATKFood,240000,800; dispbottom "Your now at the Champion Arena!"; end; } } close; } mes "^555555[Champion Arena]^000000"; mes "Only Champion can enter the Arena."; close; } guild_vs5,50,51,5 script Exit#4016 411,{ warp "prontera",201,172; getitem 12293,300; sc_end sc_BATKFood; end; } - script championwarzone -1,{ OnClock1700: announce "The Champion VS Champion will begin in 5 minutes",bc_all,0xFF7F50; disablenpc "Exit#4016"; end; OnClock1701: announce "The Champion VS Champion will begin in 4 minutes",bc_all,0xFF7F50; end; OnClock1702: announce "The Champion VS Champion will begin in 3 minutes",bc_all,0xFF7F50; enablenpc "Champion Arena Warper#1"; end; OnClock1703: announce "The Champion VS Champion will begin in 2 minutes",bc_all,0xFF7F50; sleep2 1000; announce "Champion War: For those who want to join, please warp @ center of prontera",bc_all,0xFF7F50; //Edit to where would you place the warper end; OnClock1704: announce "The Champion VS Champion Start in 1 minute",bc_all,0xFF7F50; sleep2 30000; announce "The Champion VS Champion Last 30 Seconds.",bc_all,0xFF7F50; sleep2 30000; announce "The Champion VS Champion: Join Now.",bc_all,0xFF7F50; sleep2 1000; pvpon "guild_vs5"; end; OnClock1755: announce "The Champion Arena Warper will close in 5 minutes",bc_all,0xFF7F50; end; OnClock1756: announce "The Champion Arena Warper will close in 4 minutes",bc_all,0xFF7F50; end; OnClock1757: announce "The Champion Arena Warper will close in 3 minutes",bc_all,0xFF7F50; end; OnClock1758: announce "The Champion Arena Warper will close close in 2 minutes",bc_all,0xFF7F50; end; OnClock1759: announce "The Champion Arena Warper will close close in 1 minutes",bc_all,0xFF7F50; sleep2 30000; announce "The Champion Arena Warper will close close Last 30 Seconds.",bc_all,0xFF7F50; sleep2 30000; announce "The Champion Arena Warper is now Closed.",bc_all,0xFF7F50; disablenpc "Champion Arena Warper#1"; sleep2 1000; announce "Champion War Event is Now Over",bc_all,0xFF7F50; pvpoff "guild_vs5"; enablenpc "Exit#4016"; sleep2 1000; announce "Party vs Party Event will begin in 30 minutes",bc_all,0xFF7F50; end; } - script arenareward -1,{ OnPCKillEvent: if ( strcharinfo(3) == "guild_vs5" ) { getitem 5825,1; dispbottom "Gained 1 Arena Badge."; } end; OnPCDieEvent: if ( strcharinfo(3) == "guild_vs5" ) { sleep2 1000; dispbottom "3 Second to Resurrect"; sleep2 1000; dispbottom "2 Second to Resurrect"; sleep2 1000; dispbottom "1 Second to Resurrect"; sleep2 1000; warp "guild_vs5",0,0; sleep2 500; percentheal 100,100; specialeffect2 EF_HEAL2; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; specialeffect2 514; sc_start SC_BATKFood,240000,800; dispbottom "Your now Resurrected!"; } end; } - script removebuffbug -1,{ OnPCLoginEvent: sc_end sc_BATKFood; } guild_vs5 mapflag nowarp guild_vs5 mapflag nomemo guild_vs5 mapflag nobranch guild_vs5 mapflag noteleport guild_vs5 mapflag nosave SavePoint guild_vs5 mapflag pvp_noguild help me to improve my ideas . thx
-
Poring Catcher Round 1 to Round 10 automatic every 2 hours prontera,156,187,3 script Poring Catcher Warper 723,{ mes "Do you want to join the Poring Catcher Event?"; menu "Yes",-; set @rex,rand(102,104); warp "poring_c01",@rex,101; close; } - script pcetrigger -1,{ OnClock0000: OnClock0200: OnClock0400: OnClock0600: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1700: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2000: OnClock2200: enablenpc "Poring Catcher Warper"; announce "Poring Catcher Event: We are going to have a Poring Catcher Event",bc_all,0xFF7F50; sleep2 1000; announce "Poring Catcher Event: For those who want to join, please warp @ center of prontera",bc_all,0xFF7F50; //Edit to where would you place the warper sleep2 1000; announce "Poring Catcher Event: Poring Catcher Start in 1 minute",bc_all,0xFF7F50; sleep2 30000; announce "Poring Catcher Event: Last 30 Seconds.",bc_all,0xFF7F50; sleep2 30000; announce "Poring Catcher Event: Join Now.",bc_all,0xFF7F50; donpcevent "Poring Catcher Event::OnPoringCatcherStart"; end; } poring_c01,106,110,3 script Got Stuck?#pce 948,{ mes "[ Got Stuck? ]"; mes "Do you wish to go back?"; menu "Yes",-; warp "prontera]",154,177; close; } - script Poring Catcher Event -1,{ OnPoringCatcherStart: mapannounce "poring_c01","We are about to start the Poring Catcher Event.",bc_blue; sleep2 1000; mapannounce "poring_c01","Rules are simple:",bc_blue; sleep2 1000; mapannounce "poring_c01","In a few seconds I'm going to spawn tons of porings..",bc_blue; sleep2 1000; mapannounce "poring_c01","..All you need to do is kill the Poring with the right name..",bc_blue; sleep2 1000; mapannounce "poring_c01","..Which would be Poring.",bc_blue; sleep2 1000; mapannounce "poring_c01","If you kill the wrong one, you're out!",bc_blue; sleep2 3000; mapannounce "poring_c01","That's it.. Now let's get this on!",bc_blue; sleep2 3000; goto Lstart; end; Lstart: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { mapannounce "poring_c01","Ready...",bc_blue; sleep2 1000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin1::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"pH0ur1n6",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porong",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,1*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin1 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 1!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 1",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin2::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"pH0ur1n6",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,1*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,1*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,1*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin2 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 2!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 2",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin3::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"pH0ur1n6",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poriing",1002,1*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin3 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 3!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 3",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin4::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"pH0ur1n6",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin4 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 4!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 4",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin5::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"pH0ur1n6",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poriing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin5 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 5!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 5",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin6::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"pH0ur1n6",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poriing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin6 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 6!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 6",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin7::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porong",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Powing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poring",1572,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin7 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 7!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 7",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin8::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porong",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Powing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poriing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Zerrudoring!",1572,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin8 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 8!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 8",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin9::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porng",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Powing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poring",1572,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin9 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 9!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 9",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwin10::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poring",1572,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Powing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poriing",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Boring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwin10 -1,{ OnMobKilled: if(getmapusers("poring_c01") == 0) goto Lnoone; if(getmapusers("poring_c01") > 0) { getitem 30076,3; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 10!",bc_all,0xFF7F50; killmonsterall "poring_c01"; mapannounce "poring_c01","Round 3",bc_blue; sleep2 10000; mapannounce "poring_c01","Get Set..",bc_blue; sleep2 1500; mapannounce "poring_c01","Go!",bc_blue; sleep2 1000; areamonster "poring_c01",95,108,113,87,"Poring",1002,1,"poringwinend::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poking",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poiring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poling",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"P0ring",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Porong",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Poring",1572,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Erning",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Nining",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Lolwut!?",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; areamonster "poring_c01",95,108,113,87,"Kill me to win!",1002,3*getmapusers("poring_c01"),"poringlose::OnMobKilled"; sleep2 1800000; if(getmapusers("poring_c01") > 0) { goto Lnoone; disablenpc "Poring Catcher Warper"; } end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } } - script poringwinend -1,{ OnMobKilled: getitem 30076,1; //Edit on what prize would you give to the winner announce strcharinfo(0)+" won the Poring Catcher Event Round 10!",bc_all,0xFF7F50; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; mapwarp "poring_c01","prontera",154,177; end; } - script poringlose -1,{ OnMobKilled: dispbottom "You killed the wrong Poring! Yerrrrrrrrrrrr out!"; warp "prontera",154,177; //Edit to where will you warp players that lost sleep2 500; if(getmapusers("poring_c01") == 0) goto Lnoone; end; Lnoone: announce "No one won the Poring Catcher Event!",bc_all,0xFF7F50; mapwarp "poring_c01","prontera",154,177; killmonsterall "poring_c01"; disablenpc "Poring Catcher Warper"; end; } poring_c01 mapflag nopenalty poring_c01 mapflag noloot poring_c01 mapflag noskill poring_c01 mapflag nowarpto poring_c01 mapflag nowarp poring_c01 mapflag noteleport poring_c01 mapflag nomemo poring_c01 mapflag nosave SavePoint poring_c01 mapflag nobranch poring_c01 mapflag nodrop i want to share
-
request auto repair item and magnifie item.
markiez22 replied to Cisqua's question in Script Requests
prontera,151,193,4 script Healer & Buffer#h1-1::Healer 935,{ set .@t, 2; // Delay Seconds. if ( ! @h ) { set @h, 1; set .@hp, MaxHP - HP; while ( .@t ) { dispbottom "Wait for "+ .@t +" second"+ ( ( .@t > 1 ) ? "s" : "" ) +"."; sleep2 1000 ; set .@t, .@t - 1; } skilleffect 28, .@hp ; specialeffect2 417; percentheal 100,100; skilleffect 34,0; sc_start SC_BLESSING,360000,10; sc_start SC_INCREASEAGI,360000,10; atcommand "@identifyall "+@player$; dispbottom "You're now fully healed "+ strcharinfo ( 0 ) +"."; set @h, 0; while (getbrokenid(1)) { repair(1); set .@i, .@i +1; } if (.@i) dispbottom .@i + " items repaired."; end; } } end ; } -
Where can I find latest translation or updated pre-renewal description?
markiez22 replied to Meister's question in Client-side Support
that's what i look for. . . iteminfo.lua or iteminfo.lub support for pre-renewal nto a idnum2itemdesctable.txt XD! any one can share the link to me . . thx! -
Script for Hourly points for the whole account
markiez22 replied to jobbyray25's question in Script Requests
nice script but sir how can i change the time exmp every 10min get reward for //Normal points gained. -
Updated translation for iteminfo/cskroption.lub
markiez22 replied to frenzmu06's topic in Client Releases
some1 have itemlua.lub support to pre-renewal item_db??? can u share it thx -
if im using pre-re but my item_db is renewal. . . what can i solve my problem for negative when i reach the defense of 100?
-
?module=install&logout=1 log out 1st. . and install again.
-
RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31
markiez22 replied to Ai4rei's topic in Client Releases
thx . -
RO Credentials (ROCred), v1.10.0 - last updated 2017/12/31
markiez22 replied to Ai4rei's topic in Client Releases
how can i change the the (NAME of the Launcher) i try to hex but i cant s -
Rocshield v.2.4 not working?
markiez22 replied to rans's topic in Tulong para sa 3rd Party Application
HOSTING SERVICE Selling HARMONEY 20$ pr month at http://phytonhost.biz/ 200$ Life time. . .at http://phytonhost.biz/ -
pano maglagay ng addons sa website.
markiez22 replied to iamrence's topic in Tulong para sa 3rd Party Application
upload . . . XD -
what date you client use??
-
Access Forbidden p help po
markiez22 replied to killd5pairs's topic in Tulong para sa 3rd Party Application
contact mu yung Owner ng SHOP shop config -
http://rathena.org/board/topic/61407-popular-requested-links/