Alayne Posted November 26, 2017 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
thunginamue Posted January 11, 2019 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
CyberDevil Posted May 17, 2019 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
Royr Posted May 17, 2019 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
SevySevy Posted May 1, 2020 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
Alayne Posted August 6, 2020 Author 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
aferny Posted October 31, 2020 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
kaeyih Posted December 6, 2020 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
_Terra Posted August 31, 2021 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
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.