Jasscraft Problem

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
CrackUps
Member
Posts: 96
Joined: October 6th, 2007, 12:21 am

Jasscraft Problem

Post by CrackUps »

I have a problem with Jasscraft. Ive opened the war3map.j and this is what part of the script looks like

function O01100O takes nothing returns nothing
local unit O01I11O=GetTriggerUnit()
local player O0110IO=GetOwningPlayer(O01I11O)
local integer O0OIOIO=GetUnitAbilityLevelSwapped(1093678129,GetTriggerUnit())
call SetPlayerTechResearchedSwap(1382378855,O0OIOIO,O0110IO)
endfunction
function IO01I0 takes nothing returns nothing
set O1OII=CreateTrigger()

How do I change the parts of the script which look like this "O01100O" to the correct function name?
Last edited by CrackUps on October 19th, 2007, 9:21 pm, edited 1 time in total.
GhettoChild
Old Wrinkly Member
Posts: 272
Joined: January 27th, 2007, 4:46 pm
Title: OxyContin
Location: Denver, Colorado

Re: Jasscraft Problem

Post by GhettoChild »

Refer to JJ's post found here: http://forum.wc3edit.net/viewtopic.php?f=3&t=2522. It only works for ones such as 1093678129 and not O01100O. O01100O is a function name.
You know why the Yankees always win, Frank?
'Cause they have Mickey Mantle?
No, it's 'cause the other teams can't stop staring at those damn pinstripes.
User avatar
CrackUps
Member
Posts: 96
Joined: October 6th, 2007, 12:21 am

Re: Jasscraft Problem

Post by CrackUps »

So why can't I see function name, That's what i want
GhettoChild
Old Wrinkly Member
Posts: 272
Joined: January 27th, 2007, 4:46 pm
Title: OxyContin
Location: Denver, Colorado

Re: Jasscraft Problem

Post by GhettoChild »

Read the JASS and guess based on context. There is no wrong answer, you can name it anything. Make sure though if you change the name that no other function or anything calls that old functions name or else the map will most likely crash.
You know why the Yankees always win, Frank?
'Cause they have Mickey Mantle?
No, it's 'cause the other teams can't stop staring at those damn pinstripes.