Jump to content
Alayne

Alayne's Scripts Collection

Recommended Posts

@Alayne any plan to released the ogh with hard mode? 

 

can you also update sky fortress instance? the last boss dont drop anything

 

i belived when you kill the last boss on that instance it drop something usefull but in a low chance or a random

Edited by Quesooo
Link to comment
Share on other sites

I want to add all of these lol. What's the easiest way to go about this? I'm afraid to just start dragging and dropping files in my rathena folder

Link to comment
Share on other sites

@Alayne just a report for your sky fortress instance

 

when 1 team enter the instance they can go inside the instance and finish it

 

but when someone enter the instance also  with deifferetn party all players inside the instance will be kickout

Link to comment
Share on other sites

@Quesooo gonna look at it. It's the only one which does that? Others are working properly? (cause they're all bound to the same system so...)

 

On 4/8/2018 at 12:39 PM, mknight91 said:

I want to add all of these lol. What's the easiest way to go about this? I'm afraid to just start dragging and dropping files in my rathena folder

All of them? all scripts you means? Some are easy to add, other a bit harder ^^ it depends on what you want

Link to comment
Share on other sites

7 hours ago, Alayne said:

@Quesooo gonna look at it. It's the only one which does that? Others are working properly? (cause they're all bound to the same system so...)

im not sure but as i tested the sky fortress instance i encounter that problem

Link to comment
Share on other sites

hi, i added templeofdemongod and get this ...

 

how to fix it??

using rA master clean from 21st May

latest kro client (rsu 21st may)

20180307ragexeRE just with recommended diffs so far

 

all runs fine but after adding todg 

failed.thumb.PNG.b679a63e937a4f89ff43d9eac1d06225.PNG

Edited by riggesvanbuuren
Link to comment
Share on other sites

Hello,

Sorry the long time no answer,

For your issue, I'm currently uping a test server so I'm gonna recheck all the scripts. Stay in touch.

 

@riggesvanbuuren, in general this error means you're lacking the instance definition in instance_db.txt file

Edited by Alayne
  • Love 1
Link to comment
Share on other sites

Hello, thanks for all nice scripts! 

 I have problems with achivement system, achievements like get 1,000,000z and die 10 times its count correctly, but achievements of kill monster etc does't work, and when i want to see the achievements in npc only say "Woot, no achievements found", what can i do? i have sql correctly installed

Edited by Serken
Link to comment
Share on other sites

Hi Serken,

You're talking about my own system right? Not the client built in one, correct?

If that's so, do you have a message on map server? An error occuring when killing mob? Otherwise, add a debugmes on OnNPCKillEvent section to see if it's triggered correctly.

 

Link to comment
Share on other sites

Yes, is your own system, in a while i test with debugmes on  OnNPCKillEvent, but the error with NPC, "Woot, no achievements found", when i want to active or desactive achievements, i dont know why if in mi DB SQL i can see all the 115 achievements

thx for the help!

Link to comment
Share on other sites

i got warning like this in event Cubeception
 

[Error]: buildin_setr: fatal error ! player not attached!
[Debug]: Function: set (2 parameters):
[Debug]: Data: variable name='event_cc_pig$' index=0
[Debug]: Data: number value=0
[Debug]: Source (NPC): Cubeception Guard at prontera (163,292)
[Error]: buildin_set: No player attached for player variable 'event_cc_pig$'
[Debug]: Source (NPC): Cubeception Guard at prontera (163,292)

how to fix it?

Link to comment
Share on other sites

Hello Alayne.

In the Yggdrasil Crystal script says the following: 

  •  An announce is raised on player's chat bar when entering a map susceptible to get a Crystal in it

But it does not happen at all. I tried to found the script for the announce to show up but there is none.

How can I add it?

Link to comment
Share on other sites

Hi, in Dungeon Hall system, i have one problem, i dont know how to clear a Dungeon for buy it.. or where are the mobs i need to clear, thx for all!

 

And i dont know too  where spawn the chest when u take a dungeon

Edited by Serken
Link to comment
Share on other sites

Hey @Alayne awesome collection! Is there any chance you can help me out with this?

Here the reward code as well as the finished instance code. The problem is, players that aren't in the instance map but are in the instance party can basically hoard rewards while not doing anything. What I want is that only the players/party members in the instance map can benefit from the reward. As of now they get points as well as warped while they may not even be present in the instance map. That shouldn't be right.

Thanks in advance. 🙂

OnFinished:

	instance_announce instance_id(), "Congratulation! You have completed the challenge!",bc_map,"0x00ff99";
				sleep2 2000;						
				instance_announce instance_id(), "You'll soon be warped to Valhalla",bc_map,"0x00ff99";
				sleep2 2000;
				instance_destroy AA_INSTANCE_ID;
				getpartymember getcharid(1),2;
				copyarray [email protected], [email protected], [email protected];
				detachrid;
				for ( set [email protected], 0; [email protected] < [email protected]; set [email protected], [email protected] +1 ) {
					if (attachrid([email protected][[email protected]]))
					{
						callfunc("AddPointsFixed", getcharid(3), 1 * $difficulty_level);
						set AARENA, AARENA + 1;
						warp "valkyrie",49,48;
	
					}
				}
				
				getpartymember getcharid(1),2;
				for( set [email protected], 0; [email protected] < [email protected]; set [email protected], [email protected]+1 )
					if( attachrid( [email protected][[email protected]] ) && AA_INSTANCE_ID > 0){
						set AA_INSTANCE_ID, -1;
					}
			}

 

function	script	AddPointsFixed	{
if(instance_mapname(strcharinfo(3)) != instance_mapname("[email protected]") ){end;}
	set [email protected], getarg(0);
	set [email protected], getarg(1);
 
	getitem 677, 3;
  	message rid2name([email protected]), "[ Instance ] : You've obtained 3 Coin(s) for completing instance!";
	return;
}
Edited by Mistique
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.