Jump to content
  • 0

Auto Anouncer


dude123

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  04/06/12
  • Last Seen:  

how do i set normal monster equip drop 60% and mvp euip drop 30%

my current conf make both drop 30%.

drops.conf

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  04/06/12
  • Last Seen:  

hi have this script

- script autoannounce -,{

OnInit:

while(1) {

announce "Enjoy Double Exp Event and Double Drop Event, 7 Day 2x and 7 Days Normal",0;

sleep 3600000;

}

}

but iwant it to make like for 1st 7 days it will say

announce "Enjoy Double Exp Event and Double Drop Event, 7 Day 2x and 7 Days Normal

and when the 7 days gonna end it will say 5 min remning of end of Double Event bla bla.

then the next 2nd week

announce "Double Exp Event and Double Drop Event will after 7days

and at 2nd week end

the double exp are going to start in 5 min.

and also this script can contain auto drop and exp change when event start or end.

i tried a script like this type but when i give scriptreload the drop and rate keep goin2x+2x+ like that

keep going like that

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:  

Post#1

a simple trick should be able to help you here

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/drops.conf

// The rate at which equipment is dropped.
item_rate_equip: 100
item_rate_equip_boss: 10000
item_drop_equip_min: 3000
item_drop_equip_max: 6000

hope it did reach what you want...

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