wc3edit.net

United Warcraft 3 map hacking!
It is currently April 24th, 2024, 9:18 pm

All times are UTC




Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Gold Cheat
PostPosted: September 9th, 2012, 11:24 am 
Offline
Junior Member

Joined: September 7th, 2012, 9:04 pm
Posts: 25
First , i want to say hello to everybody , i'm new around here

Second , i have a request , please , i don't want ALL features of JJCP , i only want -gold "amount" ( ex : -gold 1000 , to give you 1000 to how much you have )

If anyone can make this for me i would be really happy :D

Thx in advance


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 9th, 2012, 1:39 pm 
Offline
Shopping Maul USA Creator
User avatar

Joined: January 18th, 2007, 11:07 am
Posts: 1999
Location: Calgary Canada
Title: No Comment
http://www.youtube.com/watch?v=JoDRYG5X5eM

_________________
.
.
How to use cheats: http://forum.wc3edit.net/announces/are- ... 35804.html


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 9th, 2012, 1:45 pm 
Offline
Senior Member

Joined: July 12th, 2012, 8:04 pm
Posts: 130
I think he want it in Jass :p


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 9th, 2012, 1:51 pm 
Offline
Shopping Maul USA Creator
User avatar

Joined: January 18th, 2007, 11:07 am
Posts: 1999
Location: Calgary Canada
Title: No Comment
There is only a 50% chance of that.

_________________
.
.
How to use cheats: http://forum.wc3edit.net/announces/are- ... 35804.html


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 9th, 2012, 1:55 pm 
Offline
Junior Member

Joined: September 7th, 2012, 9:04 pm
Posts: 25
Yes , sorry , i forgot to mention , i want it in JASS :D


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 9th, 2012, 2:12 pm 
Offline
Shopping Maul USA Creator
User avatar

Joined: January 18th, 2007, 11:07 am
Posts: 1999
Location: Calgary Canada
Title: No Comment
1)Do what he does on Youtube.
2)Save your map
3)use MPQMaster to extract Jass.

There is your code.


@legendair...lucky guess :roll:

_________________
.
.
How to use cheats: http://forum.wc3edit.net/announces/are- ... 35804.html


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 9th, 2012, 2:31 pm 
Offline
Junior Member

Joined: September 7th, 2012, 9:04 pm
Posts: 25
( I deleted other post 'cuz i don't want make double post )

I'm fucking noob , but i made it ^_^ . I'm really proud of me ^_^

Thx Vegas

BTW , i want ... one more feature ... speed ... can someone edit my "thing"( I don't know how to name it , like i said , i'm fucking new - noob ) , edit my thing and add speed ( when i write Ax3lGold , to give 5000 gold and 500 movement speed )

Code:
function Trig_Money_Gain_Conditions takes nothing returns boolean
if(not(GetEventPlayerChatString()=="Ax3lGold"))then
return false
endif
return true
endfunction
function Trig_Money_Gain_Actions takes nothing returns nothing
call AdjustPlayerStateBJ(5000,GetTriggerPlayer(),PLAYER_STATE_RESOURCE_GOLD)
endfunction
function InitTrig_Money_Gain takes nothing returns nothing
set gg_trg_Money_Gain=CreateTrigger()
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(0),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(1),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(2),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(3),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(4),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(5),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(6),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(7),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(8),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(9),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(10),"Ax3lGold",true)
call TriggerRegisterPlayerChatEvent(gg_trg_Money_Gain,Player(11),"Ax3lGold",true)
call TriggerAddCondition(gg_trg_Money_Gain,Condition(function Trig_Money_Gain_Conditions))
call TriggerAddAction(gg_trg_Money_Gain,function Trig_Money_Gain_Actions)
endfunction


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 11th, 2012, 9:17 am 
Offline
Junior Member

Joined: September 7th, 2012, 9:04 pm
Posts: 25
Anyone :( ?

i tried like this

Code:
call SetUnitMoveSpeed(GetTriggerUnit(),500.00)


but didn't work ... someone please help


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 12th, 2012, 1:23 am 
Offline
Tyrannical Drama Queen
User avatar

Joined: November 19th, 2007, 5:05 am
Posts: 5015
The unit never triggered anything...


Top
 Profile  
 
 Post subject: Re: Gold Cheat
PostPosted: September 13th, 2012, 10:36 am 
Offline
Junior Member

Joined: September 7th, 2012, 9:04 pm
Posts: 25
So ... can you help me ? with speed thing ?


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

All times are UTC


Who is online

Users browsing this forum: No registered users 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)