Jump to content
  • 0

Woe Problem


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

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?

fa8e1.jpg

here my script

thx for reply

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  257
  • Reputation:   253
  • Joined:  11/29/11
  • Last Seen:  

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

  • Upvote 1
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...