• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Spell Tfs 0.4

Syiko

Scripter/Developer
Joined
Aug 28, 2017
Messages
474
Solutions
3
Reaction score
108
I wanna To make Spells Attack Strike and Wave At Same time with storage or something like it my script have already done but when i use selftarget it work with wave only and when i use needtarget in spells xml it work Strike only .. Any help?
 
I wanna To make Spells Attack Strike and Wave At Same time with storage or something like it my script have already done but when i use selftarget it work with wave only and when i use needtarget in spells xml it work Strike only .. Any help?
yeah you can, with source edit also you need those functions.. Luck :p
  1. local leftHand = useThing(player:getSlotItem(CONST_SLOT_LEFT)).itemid
  2. local rightHand = useThing(player:getSlotItem(CONST_SLOT_RIGHT)).itemid
Regards,
MaR0
 
yeah you can, with source edit also you need those functions.. Luck :p
  1. local leftHand = useThing(player:getSlotItem(CONST_SLOT_LEFT)).itemid
  2. local rightHand = useThing(player:getSlotItem(CONST_SLOT_RIGHT)).itemid
Regards,
MaR0
First it's tfs 0.4 not 1.2 so your functions won't Work and i said i have already done the spells .lua left hand and right hand but i need sources.. edit any one can help ,,, Thanks For u help anyway.
 
Back
Top