New account registration is temporarily disabled.

RMXP: 1.2 MILLION DOWNLOADS; RMVX: 95,000 DOWNLOADS

Posts

Pages: first prev 12 last
Craze
why would i heal when i could equip a morningstar
15170
class Forum_Member < Forum_User
...
def sense
n = 100 # Normal percent
# Gain 5% sense per each 10% interval of intelligence over 100%
sensebonus = (int - 100) / 10; n += sensebonus.floor * 5
n -= 5000000 if @member.name == "sellout"
return n
end
...
end
author=sellout link=topic=2813.msg54221#msg54221 date=1231256800
One is called XP. People have Windows XP.

XP has had more promotion due to a few years head start.

X-Box Made X-Box 360 due to having the name sound better than X-Box 2.

If it was RPG Maker XP 2 it would have been downloaded more.
Can't argue with that logic!
Craze
why would i heal when i could equip a morningstar
15170
module Craze
...
MY_FAVS =
...
end

class Scene_Forum_Fight
...
def execute_attack
make_attack_damage(@active_battler)
self.hp -= @hp_damage
# Destroy those who don't agree with what Craze says
if Craze::MY_FAVS.include?(self.name)
self.hp = 0
self.add_status(1) # KO
end
end
...
end
Pages: first prev 12 last