PapaZola Posted December 6, 2011 Group: Members Topic Count: 318 Topics Per Day: 0.06 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted December 6, 2011 i dont know what this problem why on payon castle this npc said castle(sacred altar) but on prontera and Schwarzwald not said anyone can help me? here my script thx for reply Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted December 7, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted December 7, 2011 //.woe_state_#[%] = $ // # - state number // % - region number // $ - binary representation of castles that are active for that region in that state ( // (ie. 0 is no castles, 5 is castle 0 and 2 (2^0 + 2^2 = 5)) setarray .woe_state_0[0],0,0,0,0,0,1,0; setarray .woe_state_1[0],0,8,0,0,0,0,0; setarray .woe_state_2[0],4,0,0,0,0,0,0; That's your code. Each day has a different castle configuration. Change to: //.woe_state_#[%] = $ // # - state number // % - region number // $ - binary representation of castles that are active for that region in that state ( // (ie. 0 is no castles, 5 is castle 0 and 2 (2^0 + 2^2 = 5)) setarray .woe_state_0[0],0,8,0,0,0,0,0; setarray .woe_state_1[0],0,8,0,0,0,0,0; setarray .woe_state_2[0],0,8,0,0,0,0,0; Each should now use Sacred Altar. Correct? If that wasnt what you wanted, try to regenerate the Script: http://sushiduy.plesk3.freepgs.com/ROScripts/WoeInfo/woeinfo_122.php 1 Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
i dont know
what this problem
why on payon castle this npc said castle(sacred altar)
but on prontera and Schwarzwald not said
anyone can help me?
here my script
thx for reply
Link to comment
Share on other sites
1 answer 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.