Jump to content

Recommended Posts

Posted
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?

Posted

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

Posted

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

Posted
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

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

Posted
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

Posted
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

Posted
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;

 

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

Posted

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

Posted

@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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...