Jump to content

Quests, Games: Instance - Astral Temple


Recommended Posts


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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


 

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   3
  • Joined:  12/18/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  90
  • Reputation:   34
  • Joined:  10/01/18
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 11 months later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/30/20
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  20
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

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

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   2
  • Joined:  10/08/20
  • Last Seen:  

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

Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   46
  • Joined:  07/15/13
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...