Jump to content
  • 0

change the treasure box drops?


VhayneRO

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  02/12/12
  • Last Seen:  

I recently used the search button, and i was not contented with the answers that i got, maybe because it doesnt actually fit the questions that ill ask /no1

well a WOE with ECO is the best woe ayt? because as of now, i have this woe reward NPC that gives items to the woe winner,

well id like to ask how to change the treasure box drops im now looking at the mob_db and i see like 1-40 treasure boxes?

my active woe is only for Krimhield-Prontera.

Id like to put such items on these treasure boxes, and the treasure box spawn, id like it to spawn every 12h or is it on default as 12h?.

and lastly, can anybody help me how to make the max guild member 6? i already edited the guild extension to level 1, and it still has 20+ members

any help would be deeply appreciated thanks :)

Edited by jem578
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  02/12/12
  • Last Seen:  

can you link me to that post. :) or can anybody teaach me how

@emistry thanks again

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