@ Wolfkilla
i enabled Singleplayer and made a -level command just email me if u want it ( [email protected] )
also goes for every1 else just email me
Julien's RPG 1.1
Moderator: Cheaters
-
- Newcomer
- Posts: 23
- Joined: January 29th, 2007, 11:38 am
-
- Junior Member
- Posts: 33
- Joined: January 25th, 2007, 4:51 pm
http://www.megaupload.com/dk/?d=Q2P4PUX7
Done Singleplayer
-items spawns Juliens Set + 2 Ghost parts
-lvl
-kill
-gold
more just too lazy
Credit goes to Aero For helping me alot!
Done Singleplayer
-items spawns Juliens Set + 2 Ghost parts
-lvl
-kill
-gold
more just too lazy
Credit goes to Aero For helping me alot!
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
I looked at the .j and it looks like he either messed up or just forgot to tell you the activator...DaLynx89 wrote:The cheats didn't work for me
After futher looking, I found this:
SO, try typing -cheated by wc3edit.netwar3Map.j wrote:function CheatUse takes nothing returns nothing
local player p=GetTriggerPlayer()
if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" then
call TriggerRegisterPlayerChatEvent(CHEATS,p,"-",false)
call DisplayTimedTextToPlayer(p,0,0,60,"|cffff0000Cheats Enabled!")
endif
endfunction
THEN try typing -level etc =]
Enjoy.
Oh, and Edit2:
Theres a few commands he didn't write as he was 'lazy'.
So, you got -items, -kill, -level, -agi, -int, -str, -mh, -xp, -vul, -invul Too.othercommandsinwar3map.j wrote:function Cheatz takes nothing returns nothing
local player p=GetTriggerPlayer()
local string s=GetEventPlayerChatString()
local integer i=S2I(SubString(s,5,20))
local integer z=S2I(SubString(s,4,19))
local group g=CreateGroup()
local fogmodifier f=CreateFogModifierRect(p,FOG_OF_WAR_VISIBLE,bj_mapInitialPlayableArea,false,false)
local playerstate c=PLAYER_STATE_RESOURCE_LUMBER
local playerstate v=PLAYER_STATE_RESOURCE_GOLD
local unit u
local real x
local real y
if SubString(s,0,3)=="-mh" then
call FogModifierStart(f)
else
call DestroyFogModifier(f)
set f=null
endif
if SubString(s,0,5)=="-gold" then
call SetPlayerState(p,v,GetPlayerState(p,v)+S2I(SubString(s,6,13)))
elseif SubString(s,0,7)=="-lumber" then
call SetPlayerState(p,c,GetPlayerState(p,c)+S2I(SubString(s,9,16)))
endif
call SyncSelections()
call GroupEnumUnitsSelected(g,p,null)
set u=FirstOfGroup(g)
loop
exitwhen u==null
set u=FirstOfGroup(g)
set x=GetUnitX(u)
set y=GetUnitY(u)
if i>=1 then
if SubString(s,0,4)=="-int" then
call SetHeroInt(u,i,true)
elseif SubString(s,0,4)=="-agi" then
call SetHeroAgi(u,i,true)
elseif SubString(s,0,4)=="-str" then
call SetHeroStr(u,i,true)
endif
endif
if SubString(s,0,4)=="-lvl" then
call SetHeroLevelBJ(u,i,false)
elseif SubString(s,0,3)=="-xp" then
call SetHeroXP(u,z,false)
elseif SubString(s,0,3)=="-hp" then
call SetUnitState(u,UNIT_STATE_LIFE,z)
elseif SubString(s,0,3)=="-mp" then
call SetUnitState(u,UNIT_STATE_MANA,z)
elseif SubString(s,0,6)=="-invul" then
call SetUnitInvulnerable(u,true)
elseif SubString(s,0,4)=="-vul" then
call SetUnitInvulnerable(u,false)
elseif SubString(s,0,5)=="-kill" then
call KillUnit(u)
elseif SubString(s,0,6)=="-items" then
call CreateItem('I03V',x,y)
call CreateItem('I03X',x,y)
call CreateItem('I03U',x,y)
call CreateItem('I03W',x,y)
call CreateItem('I04G',x,y)
call CreateItem('I04E',x,y)
endif
call GroupRemoveUnit(g,u)
endloop
call DestroyGroup(g)
set p=null
set g=null
set c=null
set v=null
endfunction
function CheatUse takes nothing returns nothing
local player p=GetTriggerPlayer()
if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" then
call TriggerRegisterPlayerChatEvent(CHEATS,p,"-",false)
call DisplayTimedTextToPlayer(p,0,0,60,"|cffff0000Cheats Enabled!")
endif
endfunction
-
- Newcomer
- Posts: 10
- Joined: February 17th, 2007, 2:51 am
- Location: Indonesia
-
- Junior Member
- Posts: 33
- Joined: January 25th, 2007, 4:51 pm
-
- Newcomer
- Posts: 10
- Joined: February 17th, 2007, 2:51 am
- Location: Indonesia
-
- Junior Member
- Posts: 33
- Joined: January 25th, 2007, 4:51 pm