Hello,I have 2 questions who can give me the required Jass Lines you need to add in the War3map.J For JJCP to make:
-Skillpoints xxx command you use to set the skillpoints value of the selected unit and -zoom xxxx to change the camera's altitude/zoom like in some maps out there .
Thanks in advance
EDIT:Now i just need to know how to make the -set skillpoints command
[JASS]How to make set skill points and -set zoom
Moderator: Cheaters
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
[JASS]How to make set skill points and -set zoom
Last edited by eddydu555 on March 13th, 2014, 2:07 am, edited 1 time in total.
-
- Forum Spammer
- Posts: 510
- Joined: August 18th, 2012, 2:32 am
Re: [JASS]How to make set skill points and -set zoom
Code: Select all
native UnitModifySkillPoints takes unit whichHero, integer skillPointDelta returns boolean
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
Re: [JASS]How to make set skill points and -set zoom
I did the -zoom,Thanks for your help
Now i need Skillpoints
Now i need Skillpoints
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am
Re: [JASS]How to make set skill points and -set zoom
Thanks,i am not that good in JASS all i can do is copy the commands from another cp i find,i just converted Fai's "sp." command into a JJCP -sp,first time i do that here is the converted Fai into JJCP lines:
help me to remove them please
Under Endglobals (help me to remove the @ ! # 0 and other weird symbols i will never use in JJCP,its for Fai only )
Under function Cheatz takes player p2p,string s2s returns nothing
Under elseif SubString(s2s,0,7)=="-revive"then
set h2g=GetUnitsOfPlayerAll(p2p)
set h2u=FirstOfGroup(h2g)
help me to remove them please
Under Endglobals (help me to remove the @ ! # 0 and other weird symbols i will never use in JJCP,its for Fai only )
Spoiler:
Spoiler:
set h2g=GetUnitsOfPlayerAll(p2p)
set h2u=FirstOfGroup(h2g)
Spoiler:
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
Re: [JASS]How to make set skill points and -set zoom
u can review -sp commands in JEW CP, its almost like JJCP
-
- Senior Member
- Posts: 123
- Joined: August 27th, 2010, 7:14 am