Dvrstle Posted November 2, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted November 2, 2012 i want to request for a script that will randomize the spawn of the treasure boxes in prtg_cas01 prtg_cas02 prtg_cas03 prtg_cas04 prtg_cas05 these are the treasure boxes that spawns every 11pm =) 1359 1356 1945 1360 1362 thank you! this will be a good script for those servers who opens 3-5castles =) WoE will be more exciting and more convincing for all guilds Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 2, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted November 2, 2012 (edited) - script 73462 -1,{ OnClock2300: setarray .@map$[0],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; setarray .@mob[0],1356,1945,1360,1362,1359; set .@rand1,rand(0,4); set .@rand2,rand(0,4); monster .@map$[.@rand1],0,0,"--ja--",.@mob[.@rand2],1; end; } Edited November 2, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted November 2, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted November 2, 2012 - script 73462 -1,{ OnClock2300: setarray .@map$[0],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; setarray .@mob[0],1356,1945,1360,1362,1359; set .@rand1,rand(0,4); set .@rand2,rand(0,4); monster .@map$[.@rand1],0,0,"--ja--",.@mob[.@rand2],1; end; } is there anything else which should i disable before enabling this script? and please explain what will be its function to the server Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted November 2, 2012 is there anything else which should i disable before enabling this script? I guess no ? or you should know what to remove it by yourself ? your post seem to have any extra info that might interfere other script.... remove the Guild Treasure Box Spawning ? unless you are using this script for extra reward... and please explain what will be its function to the server LOL...you dont know what you have requested in Post#1 ?? Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted November 3, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted November 3, 2012 is there anything else which should i disable before enabling this script? I guess no ? or you should know what to remove it by yourself ? your post seem to have any extra info that might interfere other script.... remove the Guild Treasure Box Spawning ? unless you are using this script for extra reward... and please explain what will be its function to the server LOL...you dont know what you have requested in Post#1 ?? this script will spawn random treasure box for each master's room right and so, there will be 5 treasure chests every day?... and for the idea, im just going to add this for extra reward =) thanks buddy Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted November 3, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted November 3, 2012 There will be only 1 treasure chest spawned if you read the script properly Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted November 3, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted November 3, 2012 There will be only 1 treasure chest spawned if you read the script properly i mean if i will not disable the spawn of treasure box in my guild script, there will be a total of 5 treasure chests right? Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 3, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted November 3, 2012 (edited) There will be only 1 treasure chest spawned if you read the script properly i mean if i will not disable the spawn of treasure box in my guild script, there will be a total of 5 treasure chests right? If you think there will be, I think you don't need to ask us, just disable it. it is unrelated to this request anyway, next time please describe clearly, i want to request for a script that will randomize the spawn of the treasure boxes in I was confuse when I read this, I didn't know that mean was 'all', 'one' or 'randomize amount' castle. sorry for bad bad English. Edited November 3, 2012 by goddameit Quote Link to comment Share on other sites More sharing options...
Cephaler Posted November 3, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 132 Reputation: 2 Joined: 02/02/12 Last Seen: May 25, 2019 Share Posted November 3, 2012 How to make it spam random amount every hour? Quote Link to comment Share on other sites More sharing options...
stydianx Posted November 5, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Share Posted November 5, 2012 (edited) How to make it spam random amount every hour? its here: monster .@map$[.@rand1],0,0,"--ja--",.@mob[.@rand2],1; Edited November 5, 2012 by stydianx Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
i want to request for a script that will randomize the spawn of the treasure boxes in
prtg_cas01
prtg_cas02
prtg_cas03
prtg_cas04
prtg_cas05
these are the treasure boxes that spawns every 11pm =)
1359
1356
1945
1360
1362
thank you!
this will be a good script for those servers who opens 3-5castles =)
WoE will be more exciting and more convincing for all guilds
Link to comment
Share on other sites
9 answers 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.