I wanted to give a mob some moves to make it more of a challenge. I use the Mafiaboy's Repack, so i assumed scripts go in the script_bin folder (duh). I made a .lua script that says
function Thibar_DebilitatingStrike (pUnit, Event)
pUnit:CastSpell (4117
end
RegisterUnitEvent (2, 4, "Thibar_DebilitatingStrike")
(Thibar is a custom mob i made, Debilitating Strike is used by Ashtongue Defenders)
I tried putting it in the script_bin folder and it didnt work.
I made a new foldr called scripts and it didnt work.
Could someone please give me advice on how to get this to work ><
---
I was wondering how you can stop a mob from spawning in an area that it was spawned in (not just killing, but also not deleting it from the DB)
--
Also, everytime i log out of my server (my friends too), all of the items i deleted come back to my bag or even back equipped to me, and no matter how many times i delete it, it always comes back. How can i stop this from happening? The .saveall command doesnt really help it