Jump to content

Alayne's Scripts Collection


Alayne

Recommended Posts


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

Well check the map before giving them the rewards ^^

Just replace last_map_name by the base name of the last map of the instance

for ( set .@i, 0; .@i < $@partymembercount; set .@i, .@i +1 ) {
	if (attachrid(.@partymemberaid[.@i]) && strcharinfo(3) == instance_mapname(last_map_name))
	{
		callfunc("AddPointsFixed", getcharid(3), 1 * $difficulty_level);
		set AARENA, AARENA + 1;
		warp "valkyrie",49,48;
	}
}

 

@vulcan1991, for all rewards in instance you might want to give only to leader, check after the attachrid function if the attach char is team leader by using getpartyleader function.

For instance:

if (attachrid(.@partymemberaid[.@i]) && getcharid(0) == getpartyleader(getcharid(1))

 

@wakefield21 yeah YP was a big project I was really loving, but was still missing some works to do. What are you missing as an example? Cause as far as I remember (it's been a while), the content was ready and shared

 

@Serken, sorry don't get it. Can you explain a bit more? Do you mean that there's monsters on the map? or that the map is allready owned by someone else?

 

@Strand, my bad, I missed the event that I merged on another file (and that I...don't get anymore, I'm affraid...)

On the YCSpawn.txt file, add a OnPCLoadMapEvent. Compare strcharinfo(3) to .ycMaps$ by looping over the array. If a map matches, add a dispbottom message saying anything you want to the player ^^

 

To everybody, sorry for the long delay between answers. I'm currently working on a new project, and I'm, as usual, lacking time ^^'

  • MVP 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  03/05/19
  • Last Seen:  

good day @Alayne

I have some problem in instance script "Endless Cellar"

issue: The warp portal fail to be triggered. 

which includes 
- direct warp to level 40 using ashes
- successfully clear level 1 mob

I have attached the error lines, can you please advise if there's a solution for this.

thanks!

error.png

Link to comment
Share on other sites


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

@vulcan1991 well it's been a while since a looked at this script.

As far as I can say, replace in the file the warp definition by this:

// 1@new
1@new,135,355,0	script	ECwarp::ECwarp_1	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),184,393;	end; }
1@new,223,355,0	script	ECwarp::ECwarp_2	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),270,393;	end; }
1@new,309,355,0	script	ECwarp::ECwarp_3	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),354,393;	end; }
1@new,393,355,0	script	ECwarp::ECwarp_4	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),96,309;	end; }
																														
1@new,135,271,0	script	ECwarp::ECwarp_5	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),184,309;	end; }
1@new,223,271,0	script	ECwarp::ECwarp_6	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),270,309;	end; }
1@new,309,271,0	script	ECwarp::ECwarp_7	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),354,309;	end; }
1@new,393,271,0	script	ECwarp::ECwarp_8	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),96,221;	end; }
																														
1@new,135,183,0	script	ECwarp::ECwarp_9	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),184,221;	end; }
1@new,223,183,0	script	ECwarp::ECwarp_10	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),270,221;	end; }
1@new,309,183,0	script	ECwarp::ECwarp_11	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),354,221;	end; }
1@new,393,183,0	script	ECwarp::ECwarp_12	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),96,137;	end; }
																														
1@new,135,99,0	script	ECwarp::ECwarp_13	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),184,137;	end; }
1@new,223,99,0	script	ECwarp::ECwarp_14	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),270,137;	end; }
1@new,309,99,0	script	ECwarp::ECwarp_15	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),354,137;	end; }
1@new,393,99,0	script	ECwarp::ECwarp_16	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),96,51;	end; }
																														
1@new,135,13,0 	script	ECwarp::ECwarp_17	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),184,51;	end; }
1@new,223,13,0	script	ECwarp::ECwarp_18	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),270,51;	end; }
1@new,309,13,0	script	ECwarp::ECwarp_19	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("1@new"),354,51;	end; }
1@new,393,13,0	script	ECwarp::ECwarp_20	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),96,393;	end; }
																														
// 2@new                                                                                                                
2@new,135,355,0	script	ECwarp::ECwarp_21	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),184,393;	end; }
2@new,223,355,0	script	ECwarp::ECwarp_22	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),270,393;	end; }
2@new,309,355,0	script	ECwarp::ECwarp_23	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),354,393;	end; }
2@new,393,355,0	script	ECwarp::ECwarp_24	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),96,309;	end; }
																														
2@new,135,271,0	script	ECwarp::ECwarp_25	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),184,309;	end; }
2@new,223,271,0	script	ECwarp::ECwarp_26	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),270,309;	end; }
2@new,309,271,0	script	ECwarp::ECwarp_27	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),354,309;	end; }
2@new,393,271,0	script	ECwarp::ECwarp_28	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),96,221;	end; }
																														
2@new,135,183,0	script	ECwarp::ECwarp_29	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),184,221;	end; }
2@new,223,183,0	script	ECwarp::ECwarp_30	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),270,221;	end; }
2@new,309,183,0	script	ECwarp::ECwarp_31	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),354,221;	end; }
2@new,393,183,0	script	ECwarp::ECwarp_32	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),96,137;	end; }
						ECwarp                                                                                          
2@new,135,99,0	script	ECwarp::ECwarp_33	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),184,137;	end; }
2@new,223,99,0	script	ECwarp::ECwarp_34	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),270,137;	end; }
2@new,309,99,0	script	ECwarp::ECwarp_35	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),354,137;	end; }
2@new,393,99,0	script	ECwarp::ECwarp_36	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),96,51;	end; }
																														
2@new,135,13,0 	script	ECwarp::ECwarp_37	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),184,51;	end; }
2@new,223,13,0	script	ECwarp::ECwarp_38	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),270,51;	end; }
2@new,309,13,0	script	ECwarp::ECwarp_39	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("2@new"),354,51;	end; }
2@new,393,13,0	script	ECwarp::ECwarp_40	45,1,1,{
	end;
OnECInstanceInit: 
	disablenpc strnpcinfo(0); end;

OnTouch:
	if('give_ash) getitem 'EC_AshID,1;
	warp instance_mapname("3@new"),96,393;
	end;

OnEnableAshtimer:
	set 'give_ash,1;
	sleep2 60000;
	set 'give_ash,0;
	end;
}

// 3@new
3@new,135,355,0	script	ECwarp::ECwarp_41	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),184,393;	end; }
3@new,223,355,0	script	ECwarp::ECwarp_42	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),270,393;	end; }
3@new,309,355,0	script	ECwarp::ECwarp_43	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),354,393;	end; }
3@new,393,355,0	script	ECwarp::ECwarp_44	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),96,309;	end; }
																						  
3@new,135,271,0	script	ECwarp::ECwarp_45	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),184,309;	end; }
3@new,223,271,0	script	ECwarp::ECwarp_46	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),270,309;	end; }
3@new,309,271,0	script	ECwarp::ECwarp_47	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),354,309;	end; }
3@new,393,271,0	script	ECwarp::ECwarp_48	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),96,221;	end; }
																					
3@new,135,183,0	script	ECwarp::ECwarp_49	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),184,221;	end; }
3@new,223,183,0	script	ECwarp::ECwarp_50	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),270,221;	end; }
3@new,309,183,0	script	ECwarp::ECwarp_51	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),354,221;	end; }
3@new,393,183,0	script	ECwarp::ECwarp_52	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),96,137;	end; }
																						  
3@new,135,99,0	script	ECwarp::ECwarp_53	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),184,137;	end; }
3@new,223,99,0	script	ECwarp::ECwarp_54	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),270,137;	end; }
3@new,309,99,0	script	ECwarp::ECwarp_55	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),354,137;	end; }
3@new,393,99,0	script	ECwarp::ECwarp_56	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),96,51;	end; }
																						 
3@new,135,13,0 	script	ECwarp::ECwarp_57	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),184,51;	end; }
3@new,223,13,0	script	ECwarp::ECwarp_58	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),270,51;	end; }
3@new,309,13,0	script	ECwarp::ECwarp_59	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("3@new"),354,51;	end; }
3@new,393,13,0	script	ECwarp::ECwarp_60	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),96,393;	end; }
// 4@new                                                                                  
4@new,135,355,0	script	ECwarp::ECwarp_61	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),184,393;	end; }
4@new,223,355,0	script	ECwarp::ECwarp_62	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),270,393;	end; }
4@new,309,355,0	script	ECwarp::ECwarp_63	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),354,393;	end; }
4@new,393,355,0	script	ECwarp::ECwarp_64	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),96,309;	end; }
																						  
4@new,135,271,0	script	ECwarp::ECwarp_65	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),184,309;	end; }
4@new,223,271,0	script	ECwarp::ECwarp_66	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),270,309;	end; }
4@new,309,271,0	script	ECwarp::ECwarp_67	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),354,309;	end; }
4@new,393,271,0	script	ECwarp::ECwarp_68	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),96,221;	end; }
																						   
4@new,135,183,0	script	ECwarp::ECwarp_69	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),184,221;	end; }
4@new,223,183,0	script	ECwarp::ECwarp_70	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),270,221;	end; }
4@new,309,183,0	script	ECwarp::ECwarp_71	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),354,221;	end; }
4@new,393,183,0	script	ECwarp::ECwarp_72	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),96,137;	end; }
																						
4@new,135,99,0	script	ECwarp::ECwarp_73	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),184,137;	end; }
4@new,223,99,0	script	ECwarp::ECwarp_74	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),270,137;	end; }
4@new,309,99,0	script	ECwarp::ECwarp_75	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("4@new"),354,137;	end; }
4@new,393,99,0	script	ECwarp::ECwarp_76	45,1,1,{	end;	OnInstanceInit: disablenpc instance_npcname(strnpcinfo(3)); end; OnTouch:	warp instance_mapname("5@new"),156,65;	end; }

Can't test it thought, sorry but I don't owned a test server anymore ^^'

Link to comment
Share on other sites

  • 5 weeks later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   3
  • Joined:  10/06/13
  • Last Seen:  

@AlayneWhen i go to the Maugre, all time says "Oops, i dont have dungeons, need to clear one first and come to me" but i dont buy any dungeon yet

 

I install the default sql and i have the tables but not the content

Edited by Serken
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  115
  • Reputation:   4
  • Joined:  08/14/16
  • Last Seen:  

@Alayne I will once again delve into this project of yours by this coming week and I'll post the things that needed to be fixed. 

Btw! I really love this YP as it is a breathe of fresh air from normal RO shenanigans thats why i hope that this project be fixed.

Edited by wakefield21
Link to comment
Share on other sites


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

@wakefield21 as I said to someone else, I don't have a server anymore (nor prod nor test). 

But I'll try to help you fix the release if you want ^^

On 11/3/2019 at 4:01 AM, Serken said:

@AlayneWhen i go to the Maugre, all time says "Oops, i dont have dungeons, need to clear one first and come to me" but i dont buy any dungeon yet

I install the default sql and i have the tables but not the content

For Maugre, what's the exact message? Cause I can't find the one you're telling me about. The closest one would be 'Sorry, but no Hall are available right now.', and if that's this one, it explains you that you need to clear the dungeon's map from its monsters before registering it.

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   3
  • Joined:  10/06/13
  • Last Seen:  

On 11/4/2019 at 8:44 AM, Alayne said:

For Maugre, what's the exact message? Cause I can't find the one you're telling me about. The closest one would be 'Sorry, but no Hall are available right now.', and if that's this one, it explains you that you need to clear the dungeon's map from its monsters before registering it.

You need to kill all monsters and then go to register it?

 

i have the db created ( dungeon_master dungeon_addons, etc) but is in blank, i need to add something? tables or something

Edited by Serken
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  04/22/17
  • Last Seen:  

is theres a possible way to fix the .rsw file? it seems to be corrupted so much.

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  44
  • Reputation:   1
  • Joined:  04/15/20
  • Last Seen:  

in Astral temple. no monster shows . i have entered the instance with 2 party members. but nothing is happening after entering

Link to comment
Share on other sites

  • 3 weeks later...

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

Hi, im using the Astral Temple by @Alayne, i dont really know if this is a problem. but everytime a party member or party leader char selects inside the instance or outside they cannot go back inside the instance anymore, it just say that they have to wait the cooldown time to enter again. why is this happening? is this normal? if not, can somebody help me with this?

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   3
  • Joined:  04/08/20
  • Last Seen:  

Hello,
I just implemented the AstralTemple instance and when entering the map it sends me the following attached error.

Astral.PNG

Likewise, when selecting ingame, the type of difficulty of the instance tells me that it was not approved and sends me the error in the emulator.

errorastral.PNG

Hopefully someone can help me.

regards

Edited by ZinteliZ
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   107
  • Joined:  10/05/12
  • Last Seen:  

Is this normal?

Why the monster keep spawming? one after another?  it is suppose to be ONLY 2!

Please help! my useres are complainting

Temple.thumb.png.418422f6913de47b25734dd6888a258e.png

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

Hi There i was playing one of your event scripts almost poring how to i exactly put the rewards here or activate

OnInit:
	set .rewardMode, 0;	
	setarray .reward[0], // ID des items (cadeaux)
	12103,	//BB
	12109, // Poring Box
	7145;	// T-Shirt
	set .rewardAmt, 250;
	set .eventMap$, "poring_w01";
	setarray $eventalpUsersAId[0],0;
	end;
}

 

Edited by kalabasa
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.01
  • Content Count:  35
  • Reputation:   1
  • Joined:  10/22/20
  • Last Seen:  

hi @Alayne

im trying to use your Sky Fortress and im getting this error image.png.c411e84e1b3f4fad7d72744f1098a1d2.png

i hope you can skill help me badly need it

 

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   0
  • Joined:  03/14/19
  • Last Seen:  

hello, i use your Astral Temple instances
i got this error when i get to Leo Floor
i can not click the star, so the star does not dissapear like in the previous floor
 

Spoiler

(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344927' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344928' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344929' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344930' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344931' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344932' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344933' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : npc_enable: Attempted to hide a non-existing NPC 'dup_7_110344934' (flag=0).
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:09:41) [ Error ] : buildin_instance_announce: Instance not found.
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): Temple Guardian at prontera (140,173)
(05/20/2021 00:09:41) [ Error ] : buildin_instance_announce: Instance not found.
(05/20/2021 00:09:41) [ Debug ] : Source (NPC): Temple Guardian at prontera (140,173)
(05/20/2021 00:13:28) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344953' (flag=1).
(05/20/2021 00:13:28) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:14:39) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344953' (flag=1).
(05/20/2021 00:14:39) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:14:39) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344954' (flag=1).
(05/20/2021 00:14:39) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:14:39) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344955' (flag=1).
(05/20/2021 00:14:39) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:14:39) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344956' (flag=1).
(05/20/2021 00:14:39) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344961' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344962' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344963' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344964' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344965' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344966' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344967' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:11) [ Error ] : npc_enable: Attempted to show a non-existing NPC 'dup_7_110344968' (flag=1).
(05/20/2021 00:16:11) [ Debug ] : Source (NPC): astral_temple_main at 1@zod (1,1)
(05/20/2021 00:16:54) [ Warning ] : script:get_val: cannot access instance variable ''at_instance_sum_count', defaulting to 0
(05/20/2021 00:16:56) [ Warning ] : script:get_val: cannot access instance variable ''at_instance_sum_count', defaulting to 0
(05/20/2021 00:17:05) [ Warning ] : script:get_val: cannot access instance variable ''at_instance_sum_count', defaulting to 0
(05/20/2021 00:17:13) [ Warning ] : script:get_val: cannot access instance variable ''at_instance_sum_count', defaulting to 0

thank you in advance for someone who can help me

Edited by polong
complete with description from in game error
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/11/18
  • Last Seen:  

Hello,

Srry for the necro but after reading all pages and trying other solutions i cant make the instance Infinite Space work Correctly those are the errors imagen.png.d1974ef1b727496c9b6191c4e0a67499.png

My client is 2020

I will appreciate you help and again sorry for the necro

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