Jump to content
  • 0

Need Help Toasty's woecontroller


Kurihara

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

Since Toasty's site is currently down, I'm trying to manually edit the script that was generated from his site. I want to change the current woe from Kriem to Sacred Alter. Is there a sequence that I can follow, if I want to change the castles in the future?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

just adjust this array to change castle

 

        //WoE state settings. Every WoE session can be defined as a particular state of castle configuration.
        //.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],2,0,0,0,0,0,0;

 

maybe you can try

 

setarray .woe_state_0[0],0,16,0,0,0,0,0;

Edited by QQfoolsorellina
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

just adjust this array to change castle

 

        //WoE state settings. Every WoE session can be defined as a particular state of castle configuration.

        //.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],2,0,0,0,0,0,0;

 

maybe you can try

 

setarray .woe_state_0[0],0,16,0,0,0,0,0;

Can you please explain to me more how the formula works I don't quite understand it and the positions of the numbers on 0[0],0,16,0,0,0,0,0;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

dunno its formula , I just follow this explain

 

        //WoE state settings. Every WoE session can be defined as a particular state of castle configuration.
        //.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))

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

I see, thank you for your help anyway :)

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