I need these CC's to be easily implemented into JJ's CP.
These are commands from Xantans CP that I want on JJ's CP.
Commands:
-stop (orders all heroes beside yours to hold position)
-nl on/off (turns off anti-leaver, makes all player unable to leave the game with any method)
-item (gives infinite charges in all your items in your inventory)
-trade on/off (allows you to trade gold with ALL players including enemies / disallows)
-obs on/off (turns observers on defeat on/off)
Non-Xantan Commands:
I just need some edits on these ones.
When you use -mh, does it only mh for you or does it to it for your allies too? And how would you fix it to make it only for you?
I need a command that will make all players unable to see you even if they're allies but without allying them if possible. (-vis on/off)
[CC] For JJ's CP
Moderator: Cheaters
-
- Junior Member
- Posts: 46
- Joined: November 7th, 2009, 5:50 pm
- Title: The Forsaken
- Location: Hiding... FROM YOU!
-
- Grammar King
- Posts: 2119
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [CC] For JJ's CP
JJ's CP has some of these already. The -tradeon thing can be found by -locktrade and -unlocktrade.
The -item can be done with -charges (slot) (amount).
MH will not reveal the map for your allies. Just for you, however, since you can see the whole map, your ally's maps will be fully explored.
The -item can be done with -charges (slot) (amount).
MH will not reveal the map for your allies. Just for you, however, since you can see the whole map, your ally's maps will be fully explored.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Junior Member
- Posts: 46
- Joined: November 7th, 2009, 5:50 pm
- Title: The Forsaken
- Location: Hiding... FROM YOU!
Re: [CC] For JJ's CP
I know but is there a way to fix it so I can unshare vision from my allies?UndeadxAssassin wrote: MH will not reveal the map for your allies. Just for you, however, since you can see the whole map, your ally's maps will be fully explored.
"What goes around comes around."
-
- Grammar King
- Posts: 2119
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [CC] For JJ's CP
Probably. Just add this line:
Code: Select all
elseif SubString(s2s,0,6)=="-novision "and S2I(SubString(s2s,10,12))<16 and S2I(SubString(s2s,10,12))>-1then
call SetPlayerAllianceStateVisionBJ(Player(S2I(SubString(s2s,10,12))),p2p,false)
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!