for treasure box problem....
search the mod id for kriemhild castle of treasure box in the guild woe script.. or anywhere in the website / search engine or etc...
anyway...here is the mod_id ... 1354...
else if (strnpcinfo(2) == "prtg_cas01") {
set .@treasurebox,1354;
setarray .@treasurex[0],10,11,11,10,8,9,10,11,12,13,13,13,13,13,13,12,11,10,9,8,8,8,8,8;
setarray .@treasurey[0],209,209,208,208,211,211,211,211,211,211,210,209,208,207,206,206,206,206,206,206,207,208,209,210;
}
the treasure box spawn at 12 AM by default...
http://pastebin.com/raw.php?i=ftJ7cK94
add in a new timer so that it can spwan every 12 hours..
Example..
OnClock0001:
OnClock1201:
about max guild member thingy...
you have to do source modification...
use search engine..there is several topic about this last time.