Dvrstle Posted November 2, 2012 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
goddameit Posted November 2, 2012 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
Dvrstle Posted November 2, 2012 Author 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
Emistry Posted November 2, 2012 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
Dvrstle Posted November 3, 2012 Author 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
Bin4ry Posted November 3, 2012 Posted November 3, 2012 There will be only 1 treasure chest spawned if you read the script properly Quote
Dvrstle Posted November 3, 2012 Author 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
goddameit Posted November 3, 2012 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
Cephaler Posted November 3, 2012 Posted November 3, 2012 How to make it spam random amount every hour? Quote
stydianx Posted November 5, 2012 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
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
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.