freehit21 Posted June 10, 2014 Posted June 10, 2014 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 Quote
Antares Posted June 12, 2014 Posted June 12, 2014 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. Quote
freehit21 Posted June 13, 2014 Author Posted June 13, 2014 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. Quote
Antares Posted June 13, 2014 Posted June 13, 2014 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 Quote
freehit21 Posted June 13, 2014 Author Posted June 13, 2014 hmm... all i need is to change the creation of barricade to a easiest way.. idk where to start editing on it. Quote
Question
freehit21
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.