In this service i attempt to fulfill your wishes within the Lua area.
You can request anything and ill tell you if i can do it.![]()
In this service i attempt to fulfill your wishes within the Lua area.
You can request anything and ill tell you if i can do it.![]()
I would like a fully custom battleground with amazing leet guards who are fully scripted with loads of possible reactions to the players action, eg if a player casts say Frostbolt the guard will use silence and counterattack, do that for every single move and I will be impressed.![]()
That does not look hard, with good idea of BG....guard AI part is joke...
![]()
Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!
This is fully doable and not too hard, however you must give the guard a good logic you can't make him react to every single spell in specific but the groups of spells.
Stay on topic, if you have something to request then request it.
i would like scritp for door... i writed mine but all what script is doing is send msg and open door even player dont have item
This is mine try
Code:function dDoor_OnUse(pGO, event, player) if player:GetItemCount(193000) > 0 then if (pGO:GetUInt32Value(14) == 1) then pGO:SetUInt32Value(14, 0x00FFFFFF) else pGO:SetUInt32Value(14, 1) end else player:SendAreaTriggerMessage("Locked. Please contact the owner if you wish to enter.") pGO:SetUInt32Value(14, 0x00FFFFFF) end end RegisterGameObjectEvent(191328, 4, "dDoor_OnUse")
i would like a fire spec boss script
i r lua nub hao do i maek npc cast firebulz halp ty <3
CastSpellOnTarget(spellID, target)
that is the cast command only if you need a real script you need to add some stuff
Last edited by donstrijb999; 02-04-2010 at 12:47 AM.
maybe you can fix this script here is it on pastebin http://pastebin.com/f5a9ea8b
Last edited by donstrijb999; 02-05-2010 at 12:33 AM.