:wave:
its sad ive tried everything scrpts to changiing proto
pease help
[email protected] is my yahoo msnger
if u hlp i might let u in on my projectthnx if u can hlp
:wave:
its sad ive tried everything scrpts to changiing proto
pease help
[email protected] is my yahoo msnger
if u hlp i might let u in on my projectthnx if u can hlp
Are u using an lua script? do u have lua++ or blua?
if so, link the script & what npc
Last edited by Aznex; 12-15-2008 at 07:03 AM.
um i tried Ai agents didnt work i dont know the values i need
im working on dalaran guardian mages spell to port player to shatt or mid of dalaran
i tried a rlly old script didnt work
Code:Sql query failed due to [Unknown column 'targettype_overwrite' in 'field list'], Query: [INSERT INTO ai_agents SET entry = '29255', type = '29254', event = '0', chance = '200', maxcount = '0', spell = '8690', spelltype = '4', targettype_ove rwrite = '0', cooldown_overwrite = '1', floatMisc1 = '0', Misc2 ='0'] Sql query failed due to [Unknown column 'targettype_overwrite' in 'field list'], Query: [INSERT INTO ai_agents SET entry = '29255', type = '29254', event = '0', chance = '200', maxcount = '0', spell = '8690', spelltype = '4', targettype_ove rwrite = '0', cooldown_overwrite = '1', floatMisc1 = '0', Misc2 ='0'] Sql query failed due to [Unknown column 'targettype_overwrite' in 'field list'], Query: [INSERT INTO ai_agents SET entry = '29255', type = '4', event = '0', cha nce = '200', maxcount = '0', spell = '8690', spelltype = '4', targettype_overwri te = '0', cooldown_overwrite = '1', floatMisc1 = '0', Misc2 ='0']
from what I understand u wanna make a basic teleNPC who teleports you to mid dalaran & shattrath, for that I recommend u to use an lua script & blua engine(if U compiled your own core)
i dont need that i need the npc to cast it on a player im also using arcemu
i alrdy have a tele npc i made
Cast it on the player when? when the player passes the npc? when the player asks the npc? when the player attacks the npc? when the npc enters combat? explain yourself..
passes/npcattackshim/targets him
would be even greater if u can add the npcidalso
29254
29255
I'm not a pro at LuA but that should work if the NPC is hostileCode:function Teleport_Attack(Unit, event, miscunit, misc) print "Teleporting Now" Unit:FullCastSpellOnTarget(46149,Unit:GetMainTank()) end function Teleport(unit, event, miscunit, misc) print "PORT" unit:RegisterEvent("Teleport_Attack",10000,0) end function Teleport_Death(Unit) Unit:RemoveEvents() end function Teleport_OnLeaveCombat(Unit) Unit:RemoveEvents() end RegisterUnitEvent(29254, 1,"Teleport") RegisterUnitEvent(29254, 2, "Teleport_OnLeaveCombat") RegisterUnitEvent(29254, 4, "Teleport_Death")
Roses are Blue, Violets are Red, I'm crap with colors, but killer in Bed.
hostile as in attacks u?
yes. (as you said you wanted earlier)
otherwise you need a gossip script if you want it to be on "right click/talk"
Roses are Blue, Violets are Red, I'm crap with colors, but killer in Bed.