PDA

View Full Version : Lich GameObj "updates"



Gibreficul
08-03-2017, 10:47 AM
OK, so... I don't know if I'm back or not, so nobody lose their shit just yet. That said... A TON of my scripts are giving errors that were never there before my 4-5 (who fucking knows at this point) hiatus. Is there any reference to what changed so maybe I can dig in and get some of my most basic things (like my critter targeting) stuff fixed?

Here's an example of what I'm seeing:


>;e gtarget
--- Lich: exec1 active.
--- Exception: undefined method `id' for 152903:Fixnum
gs4hunter:340:in `block in gtarget'
--- Lich: exec1 has exited.

I blame Tillmen!

Thanks in advance...

Tgo01
08-03-2017, 10:51 AM
What's the line of code look like that is giving you this error?

Gibreficul
08-03-2017, 12:38 PM
Well, that particular line is fixed. (I removed .id and all went back to right with the world.) Issues are still there in a lot of stuff.

I'm just curious if there's an up to date reference that I can refer to for when I encounter my next error. (I'm still pretty capable of fixing my own issues, it's just that so much has changed over the past few years...)

Gibreficul
08-04-2017, 09:20 AM
Well, another one of my issues has been resolved. .type no longer works to output what an object is classified as, but .class works. Moving on!