Jump to content
  • 0

Question

Posted

hello sir rA Devs.

 

is there a way to change the requirements of creating a barricade in WOE SE. in creating it i wanna change it to item or tcg.. thanks in advance. more power rA developers

5 answers to this question

Recommended Posts

Posted

There is, but you need to change the woe:se script itself:

 

/npc/guild2/agit_main_se.txt

 

line 975: (guardian stone)

if ((countitem(984) > 0) && (countitem(985) > 0) && (countitem(7049) > 29) && (countitem(717) > 4) && (countitem(715) > 4) && (countitem(716) > 4)) {

line 1124: (control device)

if ((countitem(1019) > 29) && (countitem(999) > 9) && (countitem(1011) > 9) && (countitem(984) > 4)) {

This is where you can change the required items and amounts. Additionally, don't forget the parts below these rows, where are some dialogs about what item you use and the parts where the script removes them from your inventory.

 

I'm not sure what is tcg, but if it's not an item, then some additional scripting might be required.

Posted

is there anything to remove? or change it?

 

 

mes "^3355FFArrange Stones, Elunium, and";

mes "Oridecon, in that order, in the";
mes "center. Then you must arrange";
mes "the enchanted Gemstones to";
mes "rebuild the Guardian Stone.^000000";
next;
setarray .@stone$[0],"Elunium","Oridecon","Stones";
set .@i, select("Elunium:Oridecon:Stone")-1;
if (.@i == 2) set .@nice,.@nice+10;
mes "^3355FF"+.@stone$[.@i]+" has been";
mes "placed in the center.^000000";
next;

im confused about this. :(

Posted

If you don't need the sassy dialog, you can just delete the whole part and save a lot of work. But first, I suggest to try to describe what you want to achieve exactly (items, features, etc) and we'll work it out ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

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