Jump to content
  • 0

hello asking for WOE SE


freehit21

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

BUMP!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  420
  • Reputation:   89
  • Joined:  01/30/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  420
  • Reputation:   89
  • Joined:  01/30/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

hmm... all i need is to change the creation of barricade to a easiest way.. idk where to start editing on it. /heh

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

×
×
  • Create New...