wc3edit.net

United Warcraft 3 map hacking!
It is currently April 20th, 2024, 2:14 pm

All times are UTC




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
PostPosted: November 19th, 2012, 7:24 am 
Offline
Forum Spammer

Joined: August 18th, 2012, 2:32 am
Posts: 551
so do you know what is the problem actually?


Top
 Profile  
 
PostPosted: November 19th, 2012, 7:39 am 
Offline
Super Moderator
User avatar

Joined: February 24th, 2009, 1:31 pm
Posts: 3815
Location: JEW LAND
Convert the GUI to JASS (Custom Text) And post it here, Ill tell you what to paste on the .j file and where.

_________________
Image
Spoiler:
(02:24:09)
Code:
ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).
Code:

(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code:
(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code:
(15:42:51) Lanaya: can i suck , . . .

Code:
(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code:
GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code:
(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code:
(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?


Top
 Profile  
 
PostPosted: November 19th, 2012, 8:27 am 
Offline
Forum Spammer

Joined: August 18th, 2012, 2:32 am
Posts: 551
you seems very free today haxorico >_<
but anyway, thank you

Spoiler:
function Trig_Damage_Up_Func001Func002Func002C takes nothing returns boolean
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02E' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02F' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02L' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02M' ) ) then
return true
endif
return false
endfunction

function Trig_Damage_Up_Func001Func002C takes nothing returns boolean
if ( not Trig_Damage_Up_Func001Func002Func002C() ) then
return false
endif
return true
endfunction

function Trig_Damage_Up_Func001Func003C takes nothing returns boolean
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02N' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02O' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02P' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02Q' ) ) then
return true
endif
return false
endfunction

function Trig_Damage_Up_Func001C takes nothing returns boolean
if ( not Trig_Damage_Up_Func001Func003C() ) then
return false
endif
return true
endfunction

function Trig_Damage_Up_Actions takes nothing returns nothing
if ( Trig_Damage_Up_Func001C() ) then
call SetPlayerTechResearchedSwap( 'R00G', ( GetPlayerTechCountSimple('R00G', GetOwningPlayer(GetLevelingUnit())) + 1 ), GetOwningPlayer(GetLevelingUnit()) )
else
if ( Trig_Damage_Up_Func001Func002C() ) then
call SetPlayerTechResearchedSwap( 'Remk', ( GetPlayerTechCountSimple('Remk', GetOwningPlayer(GetLevelingUnit())) + 1 ), GetOwningPlayer(GetLevelingUnit()) )
else
endif
endif
endfunction

//===========================================================================
function InitTrig_Damage_Up takes nothing returns nothing
set gg_trg_Damage_Up = CreateTrigger( )
call TriggerRegisterAnyUnitEventBJ( gg_trg_Damage_Up, EVENT_PLAYER_HERO_LEVEL )
call TriggerAddAction( gg_trg_Damage_Up, function Trig_Damage_Up_Actions )
endfunction


Top
 Profile  
 
PostPosted: November 19th, 2012, 10:17 am 
Offline
Super Moderator
User avatar

Joined: February 24th, 2009, 1:31 pm
Posts: 3815
Location: JEW LAND
I just tested on JassCraft, it has no errors, tell me how it goes.

***Globals
Code:
trigger gg_trg_Damage_Up=CreateTrigger()


***EndGlobals:
Spoiler:
Code:
function Trig_Damage_Up_Func001Func002Func002C takes nothing returns boolean
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02E' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02F' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02L' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02M' ) ) then
return true
endif
return false
endfunction

function Trig_Damage_Up_Func001Func002C takes nothing returns boolean
if ( not Trig_Damage_Up_Func001Func002Func002C() ) then
return false
endif
return true
endfunction

function Trig_Damage_Up_Func001Func003C takes nothing returns boolean
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02N' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02O' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02P' ) ) then
return true
endif
if ( ( GetUnitTypeId(GetLevelingUnit()) == 'H02Q' ) ) then
return true
endif
return false
endfunction

function Trig_Damage_Up_Func001C takes nothing returns boolean
if ( not Trig_Damage_Up_Func001Func003C() ) then
return false
endif
return true
endfunction

function Trig_Damage_Up_Actions takes nothing returns nothing
if ( Trig_Damage_Up_Func001C() ) then
call SetPlayerTechResearchedSwap( 'R00G', ( GetPlayerTechCountSimple('R00G', GetOwningPlayer(GetLevelingUnit())) + 1 ), GetOwningPlayer(GetLevelingUnit()) )
else
if ( Trig_Damage_Up_Func001Func002C() ) then
call SetPlayerTechResearchedSwap( 'Remk', ( GetPlayerTechCountSimple('Remk', GetOwningPlayer(GetLevelingUnit())) + 1 ), GetOwningPlayer(GetLevelingUnit()) )
else
endif
endif
endfunction


***Function Main:
Code:
call TriggerRegisterAnyUnitEventBJ( gg_trg_Damage_Up, EVENT_PLAYER_HERO_LEVEL )
call TriggerAddAction( gg_trg_Damage_Up, function Trig_Damage_Up_Actions )

_________________
Image
Spoiler:
(02:24:09)
Code:
ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).
Code:

(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code:
(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code:
(15:42:51) Lanaya: can i suck , . . .

Code:
(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code:
GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code:
(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code:
(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?


Top
 Profile  
 
PostPosted: November 19th, 2012, 10:45 am 
Offline
Forum Spammer

Joined: August 18th, 2012, 2:32 am
Posts: 551
that means i have to put

call TriggerRegisterAnyUnitEventBJ( gg_trg_Damage_Up, EVENT_PLAYER_HERO_LEVEL )
call TriggerAddAction( gg_trg_Damage_Up, function Trig_Damage_Up_Actions )

under function main? i put under endglobals last tme, but i used syntax check of jasscraft, no error, i can play the map too, but too bad the trigger won't work, but, this is the point, i made another ability trigger, i put all under endglobals, trigger gg_trg_xxxxxx=null, it works, so confuse


Top
 Profile  
 
PostPosted: November 19th, 2012, 11:16 am 
Offline
Super Moderator
User avatar

Joined: February 24th, 2009, 1:31 pm
Posts: 3815
Location: JEW LAND
It depends on the trigger, and if it is called at some point by somthing else.
For the request you posted above, follow my instructions and it should be fine, if it is so important for you that it will be at endglobals I can do it with no problems, function main is just a function like any other, it is just the first function to be executed.

_________________
Image
Spoiler:
(02:24:09)
Code:
ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).
Code:

(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code:
(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code:
(15:42:51) Lanaya: can i suck , . . .

Code:
(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code:
GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code:
(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code:
(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?


Top
 Profile  
 
PostPosted: November 19th, 2012, 11:47 am 
Offline
Forum Spammer

Joined: August 18th, 2012, 2:32 am
Posts: 551
i just want the easy way, not only this trigger, but others also, so that i don't have to bring trouble to you often, since you are busy. that means as long as i follow your way, any trigger would be fine?


Top
 Profile  
 
PostPosted: November 19th, 2012, 12:01 pm 
Offline
Super Moderator
User avatar

Joined: February 24th, 2009, 1:31 pm
Posts: 3815
Location: JEW LAND
You will need to understand how jass goes. Try coding your own codes and you will get the hang of it at a time.

_________________
Image
Spoiler:
(02:24:09)
Code:
ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).
Code:

(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code:
(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code:
(15:42:51) Lanaya: can i suck , . . .

Code:
(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code:
GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code:
(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code:
(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?


Top
 Profile  
 
PostPosted: November 19th, 2012, 12:37 pm 
Offline
Forum Spammer

Joined: August 18th, 2012, 2:32 am
Posts: 551
i don't even know how to start =_=
i know how to read but i never know how to write, but sometimes the variable name very weird, makes me don't know how to read


Top
 Profile  
 
PostPosted: November 19th, 2012, 12:55 pm 
Offline
Super Moderator
User avatar

Joined: February 24th, 2009, 1:31 pm
Posts: 3815
Location: JEW LAND
No one knows how to read and write (any language) until they try and get better in time. Look at my posts here when I was starting to learn jass, I had some idiotic questions.
If you are trying to make triggers, I recommend jass, I tried making triggers with GUI and with JASS, I belive JEW PACK was made using GUI, and well it sucks.
Start making your triggers in jass. Say what you want to make and start doing it, ask for help and explenations here.
I made a video tutorial on how to make a simple CP Struct on JASS, if you want to learn, watch and make your own. And then you will start making more complex triggers.

_________________
Image
Spoiler:
(02:24:09)
Code:
ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).
Code:

(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code:
(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code:
(15:42:51) Lanaya: can i suck , . . .

Code:
(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code:
GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code:
(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code:
(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)