• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Swaglaives Complementary Script

Zadax

Enthusiast
Hello, fellas! A few weeks ago, I released this (x), and, quoting Jameyboor,
This is so manly I grew a moustache instantly.

They looks pretty awesome, thanks for sharing :smile:
I decided to create this script.

This script displays a notification when you equip said Swaglaives
Code:
--Script made by Zadax
print "Loading Swaglaives Script"

local function Swaglaives (event, player, item)
if item:GetEntry() == 98000 or item:GetEntry() ==98001 then
	player:SendNotification("The Swaglaives are so manly you instantly grew a moustache")
end
end

RegisterServerHook(74, Swaglaives)

I hope you all enjoy this incredibly manly script!
 
Last edited:

Mathias

Exalted Member
This does not work for me it says The Swaglaives are so manly you instantly grew a moustache whatever item i equip
 

Zadax

Enthusiast
This does not work for me it says The Swaglaives are so manly you instantly grew a moustache whatever item i equip
Oh right, that part. I totally forgot to add the fix for that after I posted it. I fixed it a few minutes after pasting my code here, but seems like I forgot to apply the changes. Now it works as intended. Thanks for the bug report.
 

Zadax

Enthusiast
No need to have the else in there.

-sweats nerviously-

else has been deleted

his nightmarish realm ends now

all glory the demise of else

-dances around a bonfire celebrating else's defeat-

*serious, ritual-less part* Thanks for the info! C:
 
Top