FOnline: Reloaded

General => General Game Discussion => Topic started by: Melt on May 06, 2015, 01:53:40 am

Title: Am I the only one...
Post by: Melt on May 06, 2015, 01:53:40 am
That found the hidden glow merchant that was secretly added to the update?
I'll give you a hint: IT sells things via dialogue.
Title: Re: Am I the only one...
Post by: Chosen One on May 06, 2015, 01:59:49 am
Might be, and cool!
Finally a reason to go to Glow!
Title: Re: Am I the only one...
Post by: Wind_Drift on May 06, 2015, 02:55:36 am
Wait, wut?
Title: Re: Am I the only one...
Post by: Struan on May 09, 2015, 01:39:38 am
Is this actually a thing? If so it sounds amazing and gg to the devs for adding it.
Title: Re: Am I the only one...
Post by: Agent M on June 09, 2016, 05:43:39 pm
Is it still there? Has anyone else found it?
Title: Re: Am I the only one...
Post by: jarok on June 09, 2016, 06:03:37 pm
Fuck. Never heard about it ??? In Glow? Who?
Title: Re: Am I the only one...
Post by: Gimper on June 09, 2016, 06:33:30 pm
There is also something "Simmilar" in Necropolis Vault 2nd floor.
Title: Re: Am I the only one...
Post by: Agent M on July 14, 2016, 01:56:00 pm
All right, I'm going crazy because I still haven't found "it". I even tried checking some objects in the Glow with mapper and may have found something. When inspecting the magic locker room computers the mapper reveals the following clues: ScriptName map_glow and FuncName s_ReceiveHolodisk. So, I checked map_glow.fos and found this:

Code: [Select]
bool s_ReceiveHolodisk(Critter& player, Scenery& terminal, int skill, Item@ item)
{
    if(valid(item) || skill != -1)
        return false;
    GameVar@ var = GetLocalVar(LVAR_q_glow_holodisk, player.Id);
    if(var.GetValue() != 1)
        return false;
    var = 2;
    Item@ disk = player.AddItem(PID_HOLODISK, 1);
    disk.HolodiskNumber = 666; // TODO
    return true;
}

However, I still can't figure out what to do with the computers, or if the code is even functional. Or am I looking at a completely wrong object(s) and "it" is somewhere else? Can anyone shed some light on this?
Title: Re: Am I the only one...
Post by: Barneys on July 14, 2016, 04:00:16 pm
Pretty sure this is just trolling

Envoyé de mon XT1032 en utilisant Tapatalk

Title: Re: Am I the only one...
Post by: Wind_Drift on July 14, 2016, 06:11:17 pm
Pretty sure this is just trolling

Envoyé de mon XT1032 en utilisant Tapatalk

Only took a year to payoff.

lol
Title: Re: Am I the only one...
Post by: Gargantua on July 28, 2016, 09:48:34 pm
It's not a troll, it's the real deal.

I thought everyone did this at glow?