Spell earth spikes trigger error

vaziocs

New Member
Reaction score
5
I dled this spell from here probably or w3ccampaigns.net, and im getting a error in this line:

local string timerID = H2S(rockActionTimer)

gives the error expected a name. its exactly like the original, any help? Do i need vjass or something and btw where can i download. i got the newgenpack but its not running.
 

Attachments

  • Earth Spikes Releasegood.w3x
    62.8 KB · Views: 91
  • SPELLTRIGGERS.txt
    13.1 KB · Views: 136

Exide

I am amazingly focused right now!
Reaction score
448
Do you have NewGen?
 

Vestras

Retired
Reaction score
248
Copy the following code into a trigger in your map named "X2X" (Just create one)

JASS:
function H2I takes handle h returns integer
    return h
    return 0 
endfunction

function H2S takes handle h returns string
    return I2S(H2I(h))
endfunction

function I2U takes integer i returns unit
    return i
    return null
endfunction

function I2L takes integer i returns location
    return i
    return null
endfunction


EDIT: Post #1000, whoooo!111<!eone!11!1<
 

vaziocs

New Member
Reaction score
5
Copy the following code into a trigger in your map named "X2X" (Just create one)

JASS:
function H2I takes handle h returns integer
    return h
    return 0 
endfunction

function H2S takes handle h returns string
    return I2S(H2I(h))
endfunction

function I2U takes integer i returns unit
    return i
    return null
endfunction

function I2L takes integer i returns location
    return i
    return null
endfunction


EDIT: Post #1000, whoooo!111<!eone!11!1<

well thanks a lot its compiling now but the spell isnt working as it should its just creating the spikes and not closing them. I just doubled checked everything its exactly like the original.
 
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