Final Story
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  RegisterRegister  Log inLog in  
Who is online?
In total there are 46 users online :: 0 Registered, 0 Hidden and 46 Guests

None

Most users ever online was 196 on Sun Dec 31, 2017 8:07 am
Discord

 

 2x Drop Rates

Go down 
3 posters
AuthorMessage
NeoFrost
Moderator
Moderator
NeoFrost


Male Posts : 1595
Age : 25
Location : A floor.
Moderator Points :
2x Drop Rates Left_bar_bleue99 / 10099 / 1002x Drop Rates Right_bar_bleue

Warning Points :
2x Drop Rates Left_bar_bleue0 / 1000 / 1002x Drop Rates Right_bar_bleue

Reputation : 15
Activity Points : 1809
Registration date : 2009-10-28

Character sheet
RPG field: 6.0221412927×10^23

2x Drop Rates Empty
PostSubject: 2x Drop Rates   2x Drop Rates Icon_minitimeSat Jul 26, 2014 7:16 pm

How about creating a state that makes it so that you can have 2x drop rates? It'll make grinding for things like Sea Leathers and Hollow equip items much less tedious.

You can put this script above main, and below...uh...everything else.

class Game_Enemy < Game_Battler

# Double item state.
STATE_ID = 99

# Probability multiplier.
PROB = 2

def treasure_prob
for i in $game_party.actors do
return $data_enemies[@enemy_id].treasure_prob*PROB if i.state?(STATE_ID)
end
return $data_enemies[@enemy_id].treasure_prob
end
end

I didn't really test this script much. It might check your reserve party as well. Not sure.
Back to top Go down
Zeru
Administrator
Administrator
Zeru


Posts : 2244
Age : 113
Location : forums watching you
Moderator Points :
2x Drop Rates Left_bar_bleue100 / 100100 / 1002x Drop Rates Right_bar_bleue

Warning Points :
2x Drop Rates Left_bar_bleue0 / 1000 / 1002x Drop Rates Right_bar_bleue

Reputation : 18
Activity Points : 3068
Registration date : 2008-03-26

Character sheet
RPG field: 1

2x Drop Rates Empty
PostSubject: Re: 2x Drop Rates   2x Drop Rates Icon_minitimeSat Jul 26, 2014 9:59 pm

Added in game. Thanks for the suggestion and script, Neo.
Back to top Go down
https://finalstory.activoforo.com
myfantasy
Spammer
Spammer
myfantasy


Male Posts : 7576
Age : 28
Location : On the run
Moderator Points :
2x Drop Rates Left_bar_bleue50 / 10050 / 1002x Drop Rates Right_bar_bleue

Warning Points :
2x Drop Rates Left_bar_bleue6 / 1006 / 1002x Drop Rates Right_bar_bleue

Reputation : 25
Activity Points : 7888
Registration date : 2008-03-30

Character sheet
RPG field: plǝıɟ ƃdɹ

2x Drop Rates Empty
PostSubject: Re: 2x Drop Rates   2x Drop Rates Icon_minitimeSat Jul 26, 2014 11:31 pm

I think he should get mod points for this  O) 

+1
Back to top Go down
Sponsored content





2x Drop Rates Empty
PostSubject: Re: 2x Drop Rates   2x Drop Rates Icon_minitime

Back to top Go down
 
2x Drop Rates
Back to top 
Page 1 of 1
 Similar topics
-
» Lith Harbor Duel Arena Rates

Permissions in this forum:You cannot reply to topics in this forum
Final Story  :: Other games and general discussion :: Suggestions-
Jump to: