dominus at users dot sourceforge dot net
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
dominus at users dot sourceforge dot net
Is not existing.
Who is freezing, create ice?
Thease day after play Ultima 7, my compter started to get freezed in blue screen when turn off, auto restarting.
Your Exult program has fault!
Who is freezing, create ice?
Thease day after play Ultima 7, my compter started to get freezed in blue screen when turn off, auto restarting.
Your Exult program has fault!
-
- Posts: 246
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
But seriously though, minnosid's threads should be deleted.
It'll take the fun out of his trolling real fast.
It'll take the fun out of his trolling real fast.
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
I'd do the honors if I could.
I suspect at this point MINHO is going to end up as an easter egg who dies like Kenny from South Park. Repeatedly.
I suspect at this point MINHO is going to end up as an easter egg who dies like Kenny from South Park. Repeatedly.
Re: dominus at users dot sourceforge dot net
Likewise, I wouldn't mind having that honour either.
He's been at it for, what, years now?
He's been at it for, what, years now?
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
We could just block Korea Telecom but I know we have at least one legitimate fan in Korea. And that's not Minho.
And MINHO is now a test NPC in my mod. RIP MINHO.
And MINHO is now a test NPC in my mod. RIP MINHO.
Re: dominus at users dot sourceforge dot net
Well, at least he is good for one thing then.
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
Yes, dying!
Re: dominus at users dot sourceforge dot net
I'll go about deleting soon.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: dominus at users dot sourceforge dot net
May also make an appearance in Glimmerscape2 though I'm not sure as what yet...
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
I'm thinking...
Needs work, but that's the idea.
Code: Select all
void npcMinho
{
var death_chance;
var minho_pos;
var minho_body;
if (event == PROXIMITY)
{
death_chance = UI_die_roll(1,10);
if (death_chance > 9)
{
minho_pos = UI_get_object_position(MINHO);
// lightning strike script, then
UI_lightning();
// And lower MINHO's HP by 50 to kill him.
// Bring him back like Kenny so he can die again.
0->UI_delayed_execute_usecode_array(MINHO, [call_usecode minho_func_number], 20);
}
}
if (event == SCRIPTED)
{
minho_body = UI_find_nearby(shape, distance, mask);
minho_pos = UI_get_object_position(minho_body);
// sprite effect at minho_pos.
// resurrect Minho so he can die again.
}
Re: dominus at users dot sourceforge dot net
Nice start, but it needs some more random variety than just lightning. Fireballs, meteors, deathbolts, swordstrikes...
Re: dominus at users dot sourceforge dot net
There no liying why do you love to discaring mine?
Re: dominus at users dot sourceforge dot net
Yay, 'Lyly hannah' is back.
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
Oh boy, when I get this code working there will be video. Glorious video.
Re: dominus at users dot sourceforge dot net
Glorious it may be, but still, I get the feeling he might feel accommodated by you, basically feeling like you're honoring him. Might make the problem worse.
The only way to get him out of here is by deleting his posts as soon as possible (even when he's using a proxy site, posting under different names).
The only way to get him out of here is by deleting his posts as soon as possible (even when he's using a proxy site, posting under different names).
-
- Posts: 565
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
He is Minholio, he needs tp for his bunghole
-------------------------------------------------------------------------------------
Ultima 6 Mod for Exult site: http://www.ultima6.realmofultima.com/
Ultima 6 Mod for Exult site: http://www.ultima6.realmofultima.com/
-
- Posts: 565
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
And yes minho needs to be immortalized in an npc. There's so much material!
-------------------------------------------------------------------------------------
Ultima 6 Mod for Exult site: http://www.ultima6.realmofultima.com/
Ultima 6 Mod for Exult site: http://www.ultima6.realmofultima.com/
Re: dominus at users dot sourceforge dot net
I mean.. I couldn't even parody those posts, though. His game is tight!
-
- Posts: 565
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
I sometimes wonder if minho is actually someone's lame attempt at a bot which just scans these forums for keywords relating to Ultima and randomly asks questions and inserts random keywords too.
"How can get Frigizzi's Oink with Rhybak Feed Me More? Mountan of Freedom dead and Shamino gauntlents of Oink. Get me serpent pillar. I have 4 Monetari and No password and Dead"
"How can get Frigizzi's Oink with Rhybak Feed Me More? Mountan of Freedom dead and Shamino gauntlents of Oink. Get me serpent pillar. I have 4 Monetari and No password and Dead"
-------------------------------------------------------------------------------------
Ultima 6 Mod for Exult site: http://www.ultima6.realmofultima.com/
Ultima 6 Mod for Exult site: http://www.ultima6.realmofultima.com/
-
- Posts: 1219
- Joined: Thu May 14, 2020 1:34 pm
Re: dominus at users dot sourceforge dot net
The copy protection failure in SI does just that.
All NPCs get pointed to use this function:
void funcOink object#(0x63D) ()
Which then uses another function for the conversation:
var copyProtectionFailConvo 0x89B ()
That uses work lists supplied by:
var copyProtectionFail1 0x891 ()
All the way to:
var copyProtectionFailA 0x89A ()
Each is a specific word type, nouns, adjectives, verbs, phrases, nouns for animals, nouns for people.
So should I have the time, I'll take his threads, chop up the word types, and he can be banned forever because he'll never really die. Just like Trip Hawkins.
All NPCs get pointed to use this function:
void funcOink object#(0x63D) ()
Which then uses another function for the conversation:
var copyProtectionFailConvo 0x89B ()
That uses work lists supplied by:
var copyProtectionFail1 0x891 ()
All the way to:
var copyProtectionFailA 0x89A ()
Each is a specific word type, nouns, adjectives, verbs, phrases, nouns for animals, nouns for people.
So should I have the time, I'll take his threads, chop up the word types, and he can be banned forever because he'll never really die. Just like Trip Hawkins.