Alayne Posted December 1, 2017 Author Posted December 1, 2017 Well it depends on the script you're trying to add :/ Which one is it? Quote
Quesooo Posted December 1, 2017 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
noobzter003 Posted December 1, 2017 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
Alayne Posted December 1, 2017 Author 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
noobzter003 Posted December 1, 2017 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
Alayne Posted December 1, 2017 Author 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
Quesooo Posted December 1, 2017 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
noobzter003 Posted December 1, 2017 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
Alayne Posted December 1, 2017 Author 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
wingsofloveza Posted December 1, 2017 Posted December 1, 2017 How to set reward item WorldBoss Script? Quote
Alayne Posted December 2, 2017 Author Posted December 2, 2017 Fill the array .@rewardId on OnWorldBossDied label. Quote
Quesooo Posted December 2, 2017 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
noobzter003 Posted December 2, 2017 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
Quesooo Posted December 2, 2017 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
LOVE0825 Posted December 3, 2017 Posted December 3, 2017 (edited) 所有 實例 隊級不符合要求,隊長將被卡住... Edited December 3, 2017 by LOVE0825 Quote
noobzter003 Posted December 3, 2017 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
Quesooo Posted December 3, 2017 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
Wickedknight2 Posted December 4, 2017 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
Alayne Posted December 5, 2017 Author 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
Feilor Posted December 7, 2017 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
wut751 Posted December 10, 2017 Posted December 10, 2017 @Alayne I got this error with world boss script, could you please help me how to fix this. Quote
twiggs62 Posted December 14, 2017 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
Feilor Posted December 15, 2017 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
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.