Jump to content
  • 0
Sign in to follow this  
xlaws27

How to add this GM command?

Question

- script Sample -1,{
OnInit:
set .amount, 40; // amount of item to shower
set .item_id, 7227; // item id to shower
set .map$, "prontera"; // map to shower
end;
OnMinute00:
while ( .count < .amount ) {
do {
.@x = rand(1,500);
.@y = rand(1,500);
} while (!checkcell(.map$,.@x,.@y,cell_chkpass));
makeitem .item_id,1,.map$,.@x,.@y;
set .count, .count + 1;
}
set .count, 0;
end;
}

 

this is my first time making a ragnarok server.

this scipt is for item shower

i dont know where to add it..

please teach me step by step thank youuuu

Edited by Mhalicot
Topic title modified, please avoid posting on ALL CAPS, read our Forum Rules for more info.

Share this post


Link to post
Share on other sites

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.