Muffin Posted September 19, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/19/12 Last Seen: September 24, 2012 Share Posted September 19, 2012 It's possible to have a script who, for ALL monster of RO, drop an Item XXX ? (0.50% for example) Don't tell me to add for each mob in mobdb.txt pls xD. Thanks uuuuuuuuuuuuuuuuuuuuu <3 Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 19, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 19, 2012 OnPCKillEvent: if( killedrid == <monsterID> && rand(10000) < 50 ) getitem 512,1; end; Quote Link to comment Share on other sites More sharing options...
Muffin Posted September 19, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/19/12 Last Seen: September 24, 2012 Author Share Posted September 19, 2012 <monsterID> means for an unique mob, no? (Like 1002 for Poring) I want for all monster of RO q__q (1001 to 2370~), please ! Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 19, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 19, 2012 just remove it if you dont need it... if( rand(10000) < 50 ) getitem 512,1; Quote Link to comment Share on other sites More sharing options...
Muffin Posted September 19, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/19/12 Last Seen: September 24, 2012 Author Share Posted September 19, 2012 Oh, so simply xD. Thanks u Dear ! Quote Link to comment Share on other sites More sharing options...
Muffin Posted September 20, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/19/12 Last Seen: September 24, 2012 Author Share Posted September 20, 2012 (edited) Just a little error ! It's OnNPCKillEvent: But thx again ! Edited September 20, 2012 by Muffin Quote Link to comment Share on other sites More sharing options...
Question
Muffin
It's possible to have a script who, for ALL monster of RO, drop an Item XXX ? (0.50% for example)
Don't tell me to add for each mob in mobdb.txt pls xD.
Thanks uuuuuuuuuuuuuuuuuuuuu <3
Link to comment
Share on other sites
5 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.