Alayne Posted November 26, 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 26, 2017 View File Instance - Astral Temple Hey peoples! Here's one of the first instances I ever made, and finally release after years. This one is based over Saint Seya - Battle of the Sanctuary and the Zodiac Hats. It's purpose is to go over the 12 Zodiac Houses to defeat guardians and progress til the Horde Master, who attacked and corrupted the Temple. For this, you'll have to activate the Stars, spread around the floor, which represents the constellation, and guarded by monsters, matching the Zodiac House you're in, to call the guardian. The one defeating it get some chance to get the matching Zodiac Hat. Also, I use a function of mine to give special points. It is therefor possible to give some points when fulfiling and instance, but you'll have to define a "AddPoints" function (I can release it too if necessary), or to change the reward mode. FInally, 4 level are available, with increasing monster count and influencing mobs size: Easy, Normal, Hard and Apocalypse (all big) Have fun Submitter Alayne Submitted 11/20/2017 Category Games, Events, Quests Video Content Author Alayne Quote Link to comment Share on other sites More sharing options...
thunginamue Posted January 11, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 28 Reputation: 3 Joined: 12/18/18 Last Seen: January 24 Share Posted January 11, 2019 i know that this is too old but i like this can you teach me how to define the add points? or change the rewards to just items? or no rewards just loots. please reply and uhmmm everytime i start the instance i get disconnected.. Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted May 17, 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 May 17, 2019 @Alayne I have last rathena and i reciuved this error after I kill the 1st Baphomet (MVP): [17/May 19:49][Error]: buildin_callfunc: Function not found! [AddPoints] [17/May 19:49][Debug]: Source (NPC): astral_temple_main at 1@zod (1,1) Quote Link to comment Share on other sites More sharing options...
Royr Posted May 17, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 90 Reputation: 34 Joined: 10/01/18 Last Seen: January 9, 2023 Share Posted May 17, 2019 35 minutes ago, CyberDevil said: @Alayne I have last rathena and i reciuved this error after I kill the 1st Baphomet (MVP): [17/May 19:49][Error]: buildin_callfunc: Function not found! [AddPoints] [17/May 19:49][Debug]: Source (NPC): astral_temple_main at 1@zod (1,1) function script AddPoints { .@accountID = getarg(0); .@amount = getarg(1); getitem $shardIds[0], .@amount; message rid2name(.@accountID), "You've recieved "+ .@amount +" Shard"+ (.@amount > 1 ? "s":"") +"."; return; } Quote Link to comment Share on other sites More sharing options...
SevySevy Posted May 1, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 03/30/20 Last Seen: October 17, 2022 Share Posted May 1, 2020 On 1/11/2019 at 6:32 PM, thunginamue said: i know that this is too old but i like this can you teach me how to define the add points? or change the rewards to just items? or no rewards just loots. please reply and uhmmm everytime i start the instance i get disconnected.. same as me have you ffixd it? Quote Link to comment Share on other sites More sharing options...
Alayne Posted August 6, 2020 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 August 6, 2020 Sorry for the long delay without answer ^^' To change the reward, change '$shardIds[0]' to any item id you want to get. If you want to add points (ie: CASHPOINT), change the getitem line to '#CASHPOINTS += .@amount' or sthg like that, according to the points you want to change Quote Link to comment Share on other sites More sharing options...
aferny Posted October 31, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 09/28/20 Last Seen: August 9, 2021 Share Posted October 31, 2020 Hi! I tried implementing your instance, however everytime i start it, i get teleported outside the map(black area) cant seem to figure out why this happens. I didnt change anything in your script either. Thank you Quote Link to comment Share on other sites More sharing options...
kaeyih Posted December 6, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 27 Reputation: 2 Joined: 10/08/20 Last Seen: July 3, 2024 Share Posted December 6, 2020 Hi, anyone can teach me how to actually add this instance to instance_db.txt and instance_db.yml? Im facing failed to reserve instance.. Quote Link to comment Share on other sites More sharing options...
_Terra Posted August 31, 2021 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 170 Reputation: 55 Joined: 07/15/13 Last Seen: 11 hours ago Share Posted August 31, 2021 I tried fix 'unknown instance astral temple creation was attempted' but i dunno what is the problem no errors when i load the script. The only error occurs is when i try to create a instance :x 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.