JASS: GUI to JASS

tooltiperror

Super Moderator
Reaction score
231
Well do you know how that would look in GUI code? If you can't do it in GUI, you certainly can't do it in JASS.
 

D359

Member
Reaction score
1
As far as I read in this forum,you can only use jass to make a spellbook's spell stop disapearing after using methamorphosis
 

tooltiperror

Super Moderator
Reaction score
231
Could you please point out where you heard this? I've never heard of doing that before, and I'd be interesting to know the method.
 

D359

Member
Reaction score
1
I don't remember exactly where,all I know is that this jass code is what I need to make my spellbook work with methamorphosis

JASS:
function name takes nothing returns nothing
    call UnitMakeAbilityPermanent(Beastmaster, true, A02T)
endfunction

my problem is that I seem to be useing this information wrong because I get a lot of errors.

Is there another way to prevent the spells in a spellbook based spell to not disapear from the spellbook after I used metha?

I also got the same errors with the code you sent me.Something about the memory not being read::"The instruction at 0x77c46fa3 reference memory at 0xffffffff couldn't be read."

I've also tried this.
function Trig_Beastmastery_Actions takes nothing returns nothing
native UnitMakeAbilityPermanent
set Beastmaster=GetTriggerUnit()
local unit Beastmaster=CreateUnit(Nbst,player,x,y,0.)
takes unit Beastmaster, boolean permanent, integer 'A02T' returns
endfunction

//===========================================================================
function InitTrig_Beastmastery takes nothing returns nothing
set gg_trg_Beastmastery = CreateTrigger( )
call TriggerAddAction( gg_trg_Beastmastery, function Trig_Beastmastery_Actions )
endfunction

Do I have to write this in another way?
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top