Jump to content
  • 0

Random Treasure Box spawn on Prontera Castles


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

-	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 by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites


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

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

LOL...you dont know what you have requested in Post#1 ?? :ani_swt3:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

LOL...you dont know what you have requested in Post#1 ?? :ani_swt3:

this script will spawn random treasure box for each master's room right and so, there will be 5 treasure chests every day?... and /thx for the idea, im just going to add this for extra reward =) thanks buddy

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

There will be only 1 treasure chest spawned if you read the script properly :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

There will be only 1 treasure chest spawned if you read the script properly :P

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? /heh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

There will be only 1 treasure chest spawned if you read the script properly :P

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? /heh

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 by goddameit
Link to comment
Share on other sites


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

How to make it spam random amount every hour?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

How to make it spam random amount every hour?

its here:

monster .@map$[.@rand1],0,0,"--ja--",.@mob[.@rand2],1;

Edited by stydianx
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...