Alayne Posted November 10, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Share Posted November 10, 2017 View File Sky Fortress Hello peoples, I've been asked recently to create official instances that aren't release on rathena yet. So this is my Sky Fortress version, based over videos, irowiki, infos I've found here and there, and divine-pride library for databases. In the rar, you'll find all you need, including instance file, mob, item and quest db. You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side. Have fun. Please leave the credits, and do not claim my work as yours Submitter Alayne Submitted 11/08/2017 Category Games, Events, Quests Video Content Author Alayne 1 1 Quote Link to comment Share on other sites More sharing options...
hendra814 Posted November 12, 2017 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 1 hour ago Share Posted November 12, 2017 could you share the map for this instance Quote Link to comment Share on other sites More sharing options...
Quesooo Posted November 12, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted November 12, 2017 1 hour ago, hendra814 said: could you share the map for this instance check discord buddy i give it you to Quote Link to comment Share on other sites More sharing options...
hendra814 Posted November 12, 2017 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 1 hour ago Share Posted November 12, 2017 10 hours ago, Quesooo said: check discord buddy i give it you to Thanks a lot, i will download it tommorow Quote Link to comment Share on other sites More sharing options...
danje123 Posted November 17, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 11/05/12 Last Seen: April 4, 2018 Share Posted November 17, 2017 Great Work! Quote Link to comment Share on other sites More sharing options...
Alayne Posted November 21, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted November 21, 2017 Thanks ^^ Quote Link to comment Share on other sites More sharing options...
chaowat Posted March 7, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 02/26/18 Last Seen: June 1, 2018 Share Posted March 7, 2018 (edited) How to install or the set up sam sam npc ?? Edited March 7, 2018 by chaowat Quote Link to comment Share on other sites More sharing options...
calaluis Posted May 20, 2018 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 34 Reputation: 4 Joined: 04/13/15 Last Seen: December 17, 2021 Share Posted May 20, 2018 Hello, It turns out that when I go to the map 1 @ sthb it gives me this error: Where can I get those files that my client lacks? Stay tuned. Quote Link to comment Share on other sites More sharing options...
minikenshjn Posted December 14, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 1 Joined: 10/15/16 Last Seen: March 20, 2020 Share Posted December 14, 2018 @Alayne Please share me the map of this instance.....Thanks you so much..! Quote Link to comment Share on other sites More sharing options...
llchrisll Posted December 14, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted December 14, 2018 Shouldn't those be in your rdata? Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted February 5, 2019 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share Posted February 5, 2019 Hi, I have a strange problem... the last MVP "Stefan J.E Wolf" have several drops even 100% successful drop rate (look here) but strangely when it dies it does not drop anything... if with the GM I summons it (@monster 3473) in any map, the item drops come out normally. This is the piece of code that the script uses to summon the final boss... is something missing? function summon_guardian { set .@map$, getarg(0); set .@npcname$, getarg(1); set .@label$, .@npcname$ + "::OnGuardianDied"; if('instance_sf_level == 2) { //mvp or treasure chest switch('warpPoint) { case 3: setarray .@coordinate,14,51,17,48; setarray .@monster,rand(3474,3475); setarray .@amount,1; setarray .@label$, .@npcname$ + "::OnDoorGuardianDied"; break; case 4: setarray .@coordinate,13,134,18,129; setarray .@monster,rand(3474,3475); setarray .@amount,1; setarray .@label$, .@npcname$ + "::OnDoorGuardianDied"; break; } } else { switch( 'instance_sf_level ){ case 1: //weakened mvp setarray .@monster,3484; setarray .@coordinate,61,69,61,69; break; case 4: //stephan setarray .@monster,3473; // <--- THIS IS THE LAST MVP BOSS WITH DROPS setarray .@coordinate,103,114,103,114; break; default: instance_announce instance_id(), "[ Sky Fortress ] : Cleared!! Congratulation!!",bc_map,0x00FF99; return; } } set .@monster_size, getarraysize( .@monster ); for( set .@i, 0; .@i < .@monster_size; set .@i,.@i+1 ){ if('instance_sf_level == .max_sf_level) { //RATHENA areamonster(.@map$,.@coordinate[0],.@coordinate[1],.@coordinate[2],.@coordinate[3],"--ja--",.@monster[.@i],1,.@label$); set 'stefanId, $@mobId[0]; //HERCULES //set 'stefanId, monster(.@map$,.@coordinate[0],.@coordinate[1],"--ja--",.@monster[.@i],1,.@label$); } else { areamonster .@map$,.@coordinate[0],.@coordinate[1],.@coordinate[2],.@coordinate[3],"--ja--",.@monster[.@i],1,.@label$; } } return; } Quote Link to comment Share on other sites More sharing options...
Clark Posted February 6, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 22 Reputation: 5 Joined: 06/19/18 Last Seen: February 27, 2023 Share Posted February 6, 2019 @CyberDevil Just replace this lines (roughly on the 234 - 236 line) //apply mapflags setmapflag .@map$,mf_nomobloot; setmapflag .@map$,mf_nomvploot; for this //apply mapflags //setmapflag .@map$,mf_nomobloot; //setmapflag .@map$,mf_nomvploot; 1 Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted February 7, 2019 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share Posted February 7, 2019 Thank you a lot @Clark it was simpler than I thought... I did not check all the script well otherwise I would have arrived alone! es I know, I'm stupid! Quote Link to comment Share on other sites More sharing options...
Surefirer Posted June 4, 2019 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 113 Reputation: 1 Joined: 12/15/18 Last Seen: January 19, 2023 Share Posted June 4, 2019 how do I change cool down time? Quote Link to comment Share on other sites More sharing options...
label5 Posted January 2, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 14 Reputation: 1 Joined: 10/10/18 Last Seen: October 9, 2021 Share Posted January 2, 2020 update to 2019 client pls Quote Link to comment Share on other sites More sharing options...
Maniack00 Posted March 3, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 05/18/16 Last Seen: October 14, 2021 Share Posted March 3, 2020 Dear Team, i try run it on my renewal server, it seem a bit bug on the instance, the warper was open directly event we not kill fake mvp and zombie. it suppose open after we kill all the mob right? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.