EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   I miss NoPort (https://www.eqemulator.org/forums/showthread.php?t=41235)

Maze_EQ 03-24-2017 05:34 PM

I miss NoPort
 
Anyone remember that one post that NoPort DID NOT post op-codes on?

Those were the days.

demonstar55 03-24-2017 06:26 PM

Do you want me to PM you currently unused opcodes that I have defined privately?

ghanja 03-24-2017 09:09 PM

Code:

sub EVENT_SPAWN
{
        quest::settimer("randomness",120);
}

sub EVENT_TIMER
{
        if ($timer eq "randomness")
        {
                @randomnessarray = ("OP_SendBaseDataChecksum=0x040b","Trouble casting spells? Check OP_SendSpellChecksum=0x46d3","Corpse loot issue? just for grins try this opcode OP_LootComplete=0x528f see if that helps",
                                                        "Not getting your group leader AA's? Try OP_GroupLeadershipAAUpdate=0x0000","AA's not working? give OP_RespondAA=0x0142 a try",
                                                        "want a progression server? here is your new opcode Progression=0x2071","Even Caryatis knows 'Protip: opcodes solve everything.'",
                                                        "cant log in? OP_SessionReady=0x0001 and OP_Login=0x0002 give them a wirl","Note: I used PublicLogin.exe to get..... MOAR OpCodes!",
                                                        "want to change the MOTD? here use this OP_MOTD=0x319d","Want to bypass Akka's installer? Type this in DOS: OP_ApproveWorld=0x669b");
                $npc->Shout ($randomnessarray[quest::ChooseRandom(0..(scalar @randomnessarray - 1))]);
        }
}


Uleat 03-24-2017 09:19 PM

That sounds like a list of automated telephone switchboard response options.


"Press 0x0001 for OP_SessionReady"

"Press 0x0002 for OP_Login"


All times are GMT -4. The time now is 07:42 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.