PDA

View Full Version : Hello Everyone!



RMGTX
05-02-10, 08:05 AM
Hi everyone,


I'm not that good in really describing myself but here goes!

My nickname is RMGTX and my age is 21. I come from the Netherlands and I'm just like the most of you, a big fan of WoW.

Recently I've started testing a Mangos server and I love it so far! Only problem is I don't know how to enable LUA scripts to it...

In my free time I love to script, and currently I'm studying my MCITP trajectory.

Well, I guess that's all I can think of... If you want to know more, just ask! ^^

Greets,


RMGTX

Apple
05-02-10, 08:12 AM
Hello & welcome , enjoy your stay :)

Dimman
05-02-10, 08:16 AM
Hi everyone,


I'm not that good in really describing myself but here goes!

My nickname is RMGTX and my age is 21. I come from the Netherlands and I'm just like the most of you, a big fan of WoW.

Recently I've started testing a Mangos server and I love it so far! Only problem is I don't know how to enable LUA scripts to it...

In my free time I love to script, and currently I'm studying my MCITP trajectory.

Well, I guess that's all I can think of... If you want to know more, just ask! ^^

Greets,


RMGTX

heres a warm welcome ---> "Warm welcome" lol

Btw Mangos does not support Lua sorry.

P1raten
05-02-10, 10:07 AM
heres a warm welcome ---> "Warm welcome" lol

Btw Mangos does not support Lua sorry.

local Mangos = nil

function MangosHasLua(pUnit, Event)
local ManLua = Mangos:HasLua()
if (ManLua == true) then
pUnit:SendChatMessage(12, 0, "Mangos is full of win")
else
pUnit:SendChatMessage(12, 0, "Mangos is full of fail")
end
end
True story.