wc3edit.net

United Warcraft 3 map hacking!
It is currently March 28th, 2024, 11:24 am

All times are UTC




Post new topic Reply to topic  [ 173 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12 ... 18  Next
Author Message
PostPosted: May 30th, 2020, 2:19 pm 
Offline
Member
User avatar

Joined: February 22nd, 2016, 1:56 am
Posts: 78
Downloading new updates From !! NZCP !!


Ore wa... Uch1ha-Madara.

Image


Top
 Profile  
 
PostPosted: June 12th, 2020, 3:12 pm 
Offline
Newcomer

Joined: June 11th, 2020, 8:46 pm
Posts: 1
Hi i was wondering if there is a command to activate a certain skills that requires achievement to unlock


Top
 Profile  
 
PostPosted: June 13th, 2020, 12:44 am 
Offline
Super Moderator

Joined: February 3rd, 2009, 11:28 pm
Posts: 2394
That sounds like it would require custom coding for the specific map that you want to unlock the skills in. You can do it pretty easily if you know JASS.


Top
 Profile  
 
PostPosted: June 27th, 2020, 2:25 pm 
Offline
Junior Member
User avatar

Joined: April 4th, 2020, 5:25 pm
Posts: 42
I have a suggestion,
can the command -create xxxx see the name of the item to be created?

ex: -create ram3
will display the name of the item after "satanic (item name)" appears

what do you think?


Top
 Profile  
 
PostPosted: June 28th, 2020, 7:39 pm 
Offline
Super Moderator

Joined: February 3rd, 2009, 11:28 pm
Posts: 2394
You could probably modify -create to do so pretty easily.

Original:
Code:
      call DisplayTimedTextToPlayer( Player( PID ), 0, 0, 10, "|cFFff9900Object|r with ID: " + "[|cFF00cc66" + ID2S( Value ) + "|r] has been |cFF00cc66spawned|r" )
      call CreateItem( Value, GetUnitX( LoadUnit( "nzUnitSys" ) ), GetUnitY( LoadUnit( "nzUnitSys" ) ) )


To something like this:
Code:
      set tempItem = CreateItem( Value, GetUnitX( LoadUnit( "nzUnitSys" ) ), GetUnitY( LoadUnit( "nzUnitSys" ) ) )
      call DisplayTimedTextToPlayer( Player( PID ), 0, 0, 10, "|cFFff9900Object|r with ID: " + "[|cFF00cc66" + ID2S( Value ) + "|r] has been |cFF00cc66spawned|r" )
      if (tempItem != null) then
         call DisplayTimedTextToPlayer( Player( PID ), 0, 0, 10, "Item: " + GetItemName(tempItem) )
      endif
      


Top
 Profile  
 
PostPosted: June 30th, 2020, 12:28 am 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
EMT wrote:
I have a suggestion,
can the command -create xxxx see the name of the item to be created?

ex: -create ram3
will display the name of the item after "satanic (item name)" appears

what do you think?


It's really simple to do that. Just change this part:

Code:
call DisplayTimedTextToPlayer( Player( PID ), 0, 0, 10, "|cFFff9900Object|r with ID: " + "[|cFF00cc66" + ID2S( Value ) + "|r] has been |cFF00cc66spawned|r" )


to

Code:
call DisplayTimedTextToPlayer( Player( PID ), 0, 0, 10, "[|cFF00cc66" + GetObjectName( Value ) + "|r] has been |cFF00cc66spawned|r" )


Top
 Profile  
 
PostPosted: September 19th, 2020, 6:48 pm 
Offline
Newcomer

Joined: September 13th, 2020, 1:58 pm
Posts: 2
I have loaded your script in war3map.j perfectly, it show all player slot, no problem to enter the game
but just can't activate by neither arrow nor text
is there some map have protect ? LOL
will you take a look for me? thank you
BTW i tried on other map, it work very well, it's awsome. THANKS!
where i place the code ↓↓
Spoiler:
Image


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: October 14th, 2020, 6:22 pm 
Offline
Newcomer

Joined: October 14th, 2020, 7:38 am
Posts: 1
I followed the instructions, added the cheat pack. The cheat works fine. If I play the map without activating cheat, it's fine. After I activated the cheat, the game crashed after a while. Any ideas, recommends?


Top
 Profile  
 
PostPosted: October 21st, 2020, 8:21 am 
Offline
Newcomer

Joined: March 14th, 2016, 3:16 pm
Posts: 13
I know this is offtopic xD, but what is the mapname in the screenshots? I kinda like the tileset


Top
 Profile  
 
PostPosted: December 5th, 2020, 10:14 pm 
Offline
Junior Member

Joined: July 17th, 2020, 4:46 pm
Posts: 32
Cannot use bind key

Ex: -bindup -dmgc 100 200

Can you add it?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 173 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12 ... 18  Next

All times are UTC


Who is online

Users browsing this forum: lazyman432 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)