Jump to content
  • 0

Monster Room


maynard

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  159
  • Reputation:   1
  • Joined:  12/21/11
  • Last Seen:  

Sir can you make me a monster room? its like a Gold room but it will not drop gold,instead it will drop a fire,wind,earth and wind elemental converter. The 4 elements will drop randomly. Can you make it simple that I can edit what will be drop because I want to make another one of this that mobs can drop poison bottle,acid bottle,bottle granade.Thank you.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


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

Well, you can try this simple one...

prontera,155,181,5 script Sample 757,{
mes "Wanna go in hunt Item ?";
if( select("Yes:No") == 2 ) close;
warp "guild_vs5",0,0;
end;
OnInit:
monster "guild_vs5",0,0,"--ja--",1002,100,strnpcinfo(0)+"::OnMobKill";
setarray .Item[0],12114,12115,12116,12117;
end;
OnMobKill:
getitem .Item[ rand( getarraysize( .Item ) ) ],1;
monster "guild_vs5",0,0,"--ja--",1002,1,strnpcinfo(0)+"::OnMobKill";
end;
}

or this


Topic Link : Farm Zone

Farm Zone [ Version 2 ]

Changelog :

  • [ Version 1 ] - A Place where Players can hunt alot items
  • [ Version 2 ] - Added Several Settings. ( Ex. Time In / Out Limit , Max Users , Item Hunt Limit and etc. )

Scripts : View Download

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

As for the creation on mobs, I recommend you read this

http://rathena.org/wiki/Custom_Mobs

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  159
  • Reputation:   1
  • Joined:  12/21/11
  • Last Seen:  

thank you sir, I use your farm zone script and its good. It is easy to change map and change the item.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Thanks

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