Alayne Posted December 1, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 1, 2017 Well it depends on the script you're trying to add :/ Which one is it? Quote Link to comment Share on other sites More sharing options...
Quesooo Posted December 1, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted December 1, 2017 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? Quote Link to comment Share on other sites More sharing options...
noobzter003 Posted December 1, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 109 Reputation: 5 Joined: 03/17/16 Last Seen: April 15 Share Posted December 1, 2017 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 Quote Link to comment Share on other sites More sharing options...
Alayne Posted December 1, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 1, 2017 @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... Quote Link to comment Share on other sites More sharing options...
noobzter003 Posted December 1, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 109 Reputation: 5 Joined: 03/17/16 Last Seen: April 15 Share Posted December 1, 2017 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 Quote Link to comment Share on other sites More sharing options...
Alayne Posted December 1, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 1, 2017 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... Quote Link to comment Share on other sites More sharing options...
Quesooo Posted December 1, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted December 1, 2017 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 Quote Link to comment Share on other sites More sharing options...
noobzter003 Posted December 1, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 109 Reputation: 5 Joined: 03/17/16 Last Seen: April 15 Share Posted December 1, 2017 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 Quote Link to comment Share on other sites More sharing options...
sprdosat Posted December 1, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted December 1, 2017 Report Debug : RoomOfConsciousness. Quote Link to comment Share on other sites More sharing options...
Alayne Posted December 1, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 1, 2017 On 12/2/2017 at 12:42 AM, sprdosat said: Report Debug : RoomOfConsciousness. Oups forgot a debug line. Gonna remove it. On 12/2/2017 at 12:18 AM, noobzter003 said: please help me.. thanks in adv Yep that's it. You didn't change the reward item so it fails... Quote Link to comment Share on other sites More sharing options...
wingsofloveza Posted December 1, 2017 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 32 Reputation: 13 Joined: 03/20/17 Last Seen: September 10, 2022 Share Posted December 1, 2017 How to set reward item WorldBoss Script? Quote Link to comment Share on other sites More sharing options...
Alayne Posted December 2, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 2, 2017 Fill the array .@rewardId on OnWorldBossDied label. Quote Link to comment Share on other sites More sharing options...
Quesooo Posted December 2, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted December 2, 2017 @Alayne if you dont mind can you add also warp portal database for ROC quest? map name prt_cas thank you Quote Link to comment Share on other sites More sharing options...
noobzter003 Posted December 2, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 109 Reputation: 5 Joined: 03/17/16 Last Seen: April 15 Share Posted December 2, 2017 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 Quote Link to comment Share on other sites More sharing options...
Quesooo Posted December 2, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted December 2, 2017 @noobzter003 search this line then change 969 to your prize id OnWorldBossDied: stopnpctimer; killmonster $wbLastPopMap$, "All"; setarray .@rewardId[0], 969; //gold Quote Link to comment Share on other sites More sharing options...
sprdosat Posted December 2, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted December 2, 2017 Report error: SkyFortress instance. Quote Link to comment Share on other sites More sharing options...
LOVE0825 Posted December 3, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 10/18/13 Last Seen: July 6, 2019 Share Posted December 3, 2017 (edited) 所有 實例 隊級不符合要求,隊長將被卡住... Edited December 3, 2017 by LOVE0825 Quote Link to comment Share on other sites More sharing options...
noobzter003 Posted December 3, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 109 Reputation: 5 Joined: 03/17/16 Last Seen: April 15 Share Posted December 3, 2017 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 Quote Link to comment Share on other sites More sharing options...
Quesooo Posted December 3, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted December 3, 2017 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 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; Quote Link to comment Share on other sites More sharing options...
Wickedknight2 Posted December 4, 2017 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 39 Reputation: 5 Joined: 06/09/17 Last Seen: April 15 Share Posted December 4, 2017 On 02/12/2017 at 5:08 PM, sprdosat said: Report error: SkyFortress instance. It didnt happen when i test the Instance on local machine, but started to happen once i uploaded it into online server, kinda weird... Quote Link to comment Share on other sites More sharing options...
Alayne Posted December 5, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 5, 2017 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. 1 Quote Link to comment Share on other sites More sharing options...
Feilor Posted December 7, 2017 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 135 Reputation: 17 Joined: 12/31/11 Last Seen: January 11 Share Posted December 7, 2017 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!? Quote Link to comment Share on other sites More sharing options...
wut751 Posted December 10, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 2 Joined: 07/17/17 Last Seen: March 9, 2023 Share Posted December 10, 2017 @Alayne I got this error with world boss script, could you please help me how to fix this. Quote Link to comment Share on other sites More sharing options...
twiggs62 Posted December 14, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 05/16/17 Last Seen: November 13, 2023 Share Posted December 14, 2017 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 Quote Link to comment Share on other sites More sharing options...
Feilor Posted December 15, 2017 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 135 Reputation: 17 Joined: 12/31/11 Last Seen: January 11 Share Posted December 15, 2017 @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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.