Soul1992
Members-
Content Count
29 -
Joined
-
Last visited
-
need a check if all users are on the same map. abyss_01,22,36,1 script Quest Helper#25 112,{ if(FuriousFerus >= 1 && Acidus >= 22 && Novus >= 35) goto l_allkills; mes "[Helper]"; mes "You have to kill:"; mes "You have "+FuriousFerus+"/1 Furious Ferus..."; mes "You have "+Acidus+"/22 Acidus..."; mes "You have "+Novus+"/35 Novus"; next; menu "^00FF00Quest Accept^0000FF",L_AbyssLakequest; L_AbyssLakequest: mes "[Helper]"; mes "Do you want to accept the Quest?"; next; menu "Yes",L_AbyssLakekill,"No.....",L_No; L_AbyssLakekill: mes "[Helper]"; mes "You can now begin to Kill the Monsters !!"; set AbyssLakekill,0; close; l_allkills: getitem,5531,1; close; OnNPCKillEvent: if(AbyssLakekill) end; if(killedrid == 2832) // = Furious Ferus { addrid( 2, 0, getcharid(1) ); if(AbyssLakekill) end; if ( hp == 0 ) end; set FuriousFerus,FuriousFerus + 1; if (FuriousFerus < 1) { dispbottom "You killed "+FuriousFerus+"/1 Furious Ferus."; } else if(FuriousFerus == 1) { dispbottom "You have killed all Furious Feruss."; } } else if (killedrid == 1716) // = Acidus { addrid( 2, 0, getcharid(1) ); if(AbyssLakekill) end; if ( hp == 0 ) end; set Acidus,Acidus + 1; if (Acidus < 22) { dispbottom "You killed "+Acidus+"/22 Aciduss."; } else if(Acidus == 22) { dispbottom "You have killed all Aciduss."; } } else if (killedrid == 1715) // = Novus { addrid( 2, 0, getcharid(1) ); if(AbyssLakekill) end; if ( hp == 0 ) end; set Novus,Novus + 1; if (Novus < 35) { dispbottom "You killed "+Novus+"/35 Novus."; } else if(Novus == 35) { dispbottom "You have killed all Novuss."; } } end; }
-
this is my first attempt. only the annonce on the country does not want to be like I want anthell02,170,165,3 script Warpra Helper#0 112,{ mes "[Warpra Helper]"; mes "You have to kill:"; mes "You have "+VitataKills+"/10 Vitata..."; mes "You have "+AntEggKills+"/55 Ant Egg..."; mes "You have "+FamiliarKills+"/5 Familiar"; next; menu "Unlock Dungeon",L_anthell,"Unlock with Donate Cash ",L_anthellDonate; L_anthell: if(VitataKills >= 10 && AntEggKills >= 55 && FamiliarKills >= 5) goto l_allkills; mes "[Warpra Helper]"; mes "You didn't kill enough monsters!"; close; l_allkills: callfunc "QWS_Dungeon_Warpra",0,"Ant Hell Dungeon"; close; L_anthellDonate: mes "[Warpra Helper]"; mes "You want Donate Cash for Unlocking, it costs you!"; mes "^4527A0Price: 20 Cash Point's^000000"; next; menu "Yes, Unlocking",L_Unlocking,"No.....",L_No; L_Unlocking: if ( #CASHPOINTS < 20) goto l_nocash; #CASHPOINTS -= 20; callfunc "QWS_Dungeon_Warpra",0,"Ant Hell Dungeon"; close; l_nocash: mes "[Warpra Helper]"; mes "You do not have enough Donate Cash"; close; L_No: mes "[Warpra Helper]"; mes "Bye......"; close; OnNPCKillEvent: if(anthell) end; if(killedrid == 1176 && VitataKills < 10) // = Vitata { set VitataKills,VitataKills + 1; dispbottom "You killed "+VitataKills+"/10 Vitata."; if(VitataKills >= 10) dispbottom "You have killed all Vitatas."; } else if (killedrid == 1097 && AntEggKills < 55) // = Ant Egg { set AntEggKills,AntEggKills + 1; dispbottom "You killed "+AntEggKills+"/55 AntEgg."; if(AntEggKills >= 55) dispbottom "You have killed all AntEggs."; }else if (killedrid == 1005 && FamiliarKills < 5) // = Familiar { set FamiliarKills,FamiliarKills + 1; dispbottom "You killed "+FamiliarKills+"/5 Familiar."; if(FamiliarKills >= 5) dispbottom "You have killed all Familiars."; } else if(anthell == 0) { announce "[Warpra]: You have killed every Monster. Come back to me to !",bc_self; set anthell,1; } end; }
-
Script: https://pastebin.com/Qhhvgr2a Search abyss_02,274,266,1 I would like to install that you have to kill 3 mobs in all Dungeons before it is Unlocked z.b Kill for abyss_02 kill 2 Detale, Kill 55 Ferus, Kill 30 Penomena
-
oh, sry have already repaired it myself
-
yes is working
-
Hello, Warp to Acces Maps does not do what it should, find the error unfortunately not hope someone finds the problem. https://pastebin.com/b7GTF94F
-
wants in the menu point Rache dun, Scaraba Dun etc.
-
hello I would like to add a 2nd Warp to Dungeons, for renewal quest dungeon. hope me can someone help there . https://github.com/HerculesWS/Hercules/blob/master/npc/custom/etc/quest_warper.txt
-
conf/battle/skill.conf search // Grandcross Settings or gx_allhit
-
https://rathena.org/board/user/20454-functor/
-
How to convert all .SPR files into .BMP?
Soul1992 replied to nexuscoringa's question in Client-Side Support
Actor http://ratemyserver.net/index.php?page=download_tool http://herc.ws/board/files/file/170-act-editor/ -
here is recolord Baseball Cap https://rathena.org/board/files/file/2800-item-recolor-collection/
-
use Google..... https://code.google.com/p/ragnarok-online/downloads/detail?name=porn.grf
-
use pls Google.... http://www.lmdfdg.at/?q=rathena+break+the+seal+quest
-
Command @noks can use but not working
Soul1992 replied to Dark8008's question in General Server Support
noks is only normal mobs. for add mvps src/map/mob.c Find and remove this: if( md->db->mexp || md->master_id )return false; // MVP, Slaves mobs ignores KS and ksprotection: 100000 is 100sec noks aktive, 3600000 is 1h