TRIHAN'S PROFILE

Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
Sidhe Quest
When everything goes wrong, it's up to our heroes to go and do a bunch of other stuff!

Search

Filter

Use random var to show image

It would be $gameVariables.value(id)

How to make a fence who will only buy stolen items? RMVX ACE

You appear to have the enable fence and enable nostolen as separate scripts, but do they contain the same code?

How to make a fence who will only buy stolen items? RMVX ACE

You can do this by modifying the enable? method:

Window_ShopSell.class_eval do
  alias tri_mwv_enable? enable?
  def enable?(item)
    $game_system.fence_enabled? ? tri_mwv_enable?(item) && item.stolen? : !item.stolen? && tri_mwv_enable?(item)
  end
end

Hey there!

Welcome back!

Let's Write a Story! (RMN SPACE ODDESSEY)

Edit: Never mind, my word count was wonky.

Let's Write a Story! (RMN SPACE ODDESSEY)

turning feral and killing everything in sight!"

No sooner had the Kawaii emissary said that than there was a mewl of pain and a spurt of red from somewhere off-screen.

"Jack, we have to help them!" cried Mary on the intercom.

"Dammit Mary, first the stupid cat and now

PASSWORD GENERATOR RMN EDITION

TundraReleasingThisYear

Chronicles of Tsufanubra

Just noticed when watching the uploaded video from today's LP that if you examine the torture device chest during the Sando+Lifa section, the dialogue still says it's Celes talking.

Slip into Ruby - Under the Hood part 16: Bo (window_)selecta(ble)!

Hey Shadow_Fox, thanks for the update. Glad to hear things are going well for you. :)

Chronicles of Tsufanubra

It's cool, I got the remaining ones. I had to reload a few saves back so the monsters weren't gone after beating Giruvega, but I got the chest! Also you suck at doors, I didn't realise I could go southwest and southeast in the tower entrance bit because there are other parts that look exactly like that and AREN'T doors. :P