Jump to content

Recommended Posts

Posted

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


 

  • 1 year later...
Posted

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..

  • 4 months later...
Posted

@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)
 

Posted
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;
}

 

  • 11 months later...
Posted
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?

  • 3 months later...
Posted

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

  • 2 months later...
Posted

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

  • 1 month later...
  • 8 months later...
Posted

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

imagen.png.3c0a356d45a4422e06fc29f3b3e04878.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...