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 it depends on the script you're trying to add :/ Which one is it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

1 minute ago, Alayne said:

Well it depends on the script you're trying to add :/ Which one is it?

@Alayne i have question how does yggdrasil scripts works? im little bit confuse where are they located and what functions they are using..

i think also maps are custom right?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   5
  • Joined:  03/17/16
  • Last Seen:  

2 minutes ago, Alayne said:

Well it depends on the script you're trying to add :/ Which one is it?

https://github.com/Nyliar/RagnarokContent/blob/master/Events/WordEvent.txt

this one

 

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:  

@noobzter003 then no, no need for achievement one.

 

On 12/1/2017 at 9:26 PM, Quesooo said:

@Alayne i have question how does yggdrasil scripts works? im little bit confuse where are they located and what functions they are using..

i think also maps are custom right?

Yes, they are custom, I still need to update the rar containing it, but haven't had time yet. For the yggdrasil content itself, it's a really big content...Your questions are way too blury, sorry ^^' It's using a big bunch of its own functions, contains something like 45 maps and 150 npcs...To enter, you have to speak with the Scientist npc, which will authorize entenring inside it...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   5
  • Joined:  03/17/16
  • Last Seen:  

1 minute ago, Alayne said:

@noobzter003 then no, no need for achievement one.

why i still have error after i add this 2 scripts.

https://github.com/Nyliar/RagnarokContent/blob/master/Events/WordEvent.txt

https://github.com/Nyliar/RagnarokContent/blob/master/Utilities/MainFunctions.txt

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:  

Well I supposed that's got you did not edit the add point function to replace the reward. But without the error that's hard to say... 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

3 minutes ago, Alayne said:

Well I supposed that's got you did not edit the add point function to replace the reward. But without the error that's hard to say... 

dont forget the nightmarish eheheheh thank you

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   5
  • Joined:  03/17/16
  • Last Seen:  

2 hours ago, Alayne said:

Well I supposed that's got you did not edit the add point function to replace the reward. But without the error that's hard to say... 

please help me.. thanks in adv

Untitled.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Report Debug : RoomOfConsciousness.

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

On 12/2/2017 at 12:42 AM, sprdosat said:

Report Debug : RoomOfConsciousness.

RoomOfConsciousness.png

Oups forgot a debug line. Gonna remove it. 

On 12/2/2017 at 12:18 AM, noobzter003 said:

please help me.. thanks in adv

Untitled.png

Yep that's it. You didn't change the reward item so it fails... 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   13
  • Joined:  03/20/17
  • Last Seen:  

How to set reward item WorldBoss Script?

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:  

Fill the array  .@rewardId on OnWorldBossDied label. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

@Alayne if you dont mind can you add also warp portal database for ROC quest?

 

map name prt_cas thank you

 

image.png.980b00412ead9ccc4721b14b8b532705.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   5
  • Joined:  03/17/16
  • Last Seen:  

19 hours ago, Alayne said:

Yep that's it. You didn't change the reward item so it fails... 

function script AddPoints {
  set .@accountID, getarg(0);
  set .@amount, getarg(1);
   
  //set #ACHIEVEPOINTS, #ACHIEVEPOINTS + .@amount;
  getitem $shardIds[0], .@amount;
  message rid2name(.@accountID), "You just won " + .@amount + " Shard" + (.@amount > 1 ? "s" : "") + " !";
   
  return;
 

}

where i need to change. sir

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

@noobzter003 search this line then change 969 to your prize id

OnWorldBossDied:
	stopnpctimer;
	killmonster $wbLastPopMap$, "All";
	setarray .@rewardId[0],
		969; //gold

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Report error: SkyFortress instance.

Skyforstress.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  10/18/13
  • Last Seen:  

所有  實例

隊級不符合要求,
隊長將被卡住...

i202109_1512298455743.jpg

Edited by LOVE0825
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   5
  • Joined:  03/17/16
  • Last Seen:  

23 hours ago, Quesooo said:

@noobzter003 search this line then change 969 to your prize id


OnWorldBossDied:
	stopnpctimer;
	killmonster $wbLastPopMap$, "All";
	setarray .@rewardId[0],
		969; //gold

 

im asking about the WordEvent Script not WorldBoss event..

do u know how to fix this

Untitled.png.03f5562db2c391959d1a5dbf3473e7ea.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

On 12/3/2017 at 9:15 PM, noobzter003 said:

im asking about the WordEvent Script not WorldBoss event..

do u know how to fix this

Untitled.png.03f5562db2c391959d1a5dbf3473e7ea.png

oops sorry haahhaha

 

@noobzter003

search this line and change the item id to your item id as a prize

Quote
set .prize,675;
  set .prizeAmt,15;
  set .rewardMode,0;
  setarray .letters$[0],"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z";
  setarray .lettersC$[0],"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z";
  end;

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   5
  • Joined:  06/09/17
  • Last Seen:  

On 02/12/2017 at 5:08 PM, sprdosat said:

Report error: SkyFortress instance.

Skyforstress.jpg

   It didnt happen when i test the Instance on local machine, but started to happen once i uploaded it into online server, kinda weird...

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:  

Actually it's happening on all server, but only on npc load. once done, it won't appear anymore. I fixed it on current version.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   17
  • Joined:  12/31/11
  • Last Seen:  

On 25/11/2017 at 10:28 AM, Alayne said:

Client side is in...Client dir x) That's normal sprite, no custom.

I'm gonna look at the word event, and add the maps for yggdrasil system.

Hi Alayne!! Could you add the maps please!? :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   2
  • Joined:  07/17/17
  • Last Seen:  

@Alayne I got this error with world boss script, could you please help me how to fix this.

Capture.JPG

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  05/16/17
  • Last Seen:  

alayne last room has some kind of error , the first post u made about the last room is good , the updated in github had some error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   17
  • Joined:  12/31/11
  • Last Seen:  

@Alayne

Looks like some maps from YProject are missing could you take a look please!? I really enjoyed this system and want to try it!
So for the ones that I didn't found in git:
dep_lb, tortuga, invek, casp_dun02, casp_step, casp_cave, zhakastia, revencia, mysterio, crash, caspen, thier_vlg and any yggmaze maps

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