Gw reflection. +rep x4
Damnit, why can Jebus rep more than me!
Gw reflection. +rep x4
Damnit, why can Jebus rep more than me!
Thanks for the support guysStill, if you have any problems, feel free to post here and I will try to answer them.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
that is very cool!
awesome work, +rep![]()
![]()
Last edited by dongel; 04-09-2010 at 07:31 AM.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
Really cool great work.
only thing i noticed. is i would get up to the event area. and then i would fall through it.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
is there any built in commands to end the event?
Add the following to the bottom of the SAME SCRIPT:
Then you can use #EndEvent with capital letters anywhere to stop it and reset the players.Code:function zzz_OnChat(event, plr, message, type, language) local message = string.lower(message) if (message == "#endevent) then if plr:IsGm() == true then if PlayerA ~= nil then PlayerA:UnlearnSpell(KNOCKBACK_SPELL) PlayerA:SetScale(1) PlayerA:SetPlayerSpeed(7) PlayerA:Teleport(two_map, two_x, two_y, two_z) end if PlayerB ~= nil then PlayerB:UnlearnSpell(KNOCKBACK_SPELL) PlayerB:SetScale(1) PlayerB:SetPlayerSpeed(7) PlayerB:Teleport(two_map, two_x, two_y, two_z) end -- EventGuy is not reset to nil for a reason Count = 0 -- do not touch PlayerA = nil -- do not touch PlayerB = nil -- do not touch zEvent = 10 -- do not touch zzEvent = 25 -- do not touch plr:SendBroadcastMessage("The Event Was Reset!") plr:SendAreaTriggerMessage("The EVent Was Reset!") end end end RegisterServerHook(16, "zzz_OnChat")
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms
What a nice release Reflection +Repx3 and grats on mod helper![]()
To fix falling through the gameobjects trying increasing the z cord by 5 or 10 that should allow time for the gameobjects to load.
Freelance Digital Artist
https://reflectionartwork.deviantart.com
You did not desert me
My brothers in arms