Julien's RPG 1.1

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
Doodac
Junior Member
Posts: 33
Joined: January 25th, 2007, 4:51 pm

Post by Doodac »

@ Wolfkilla
i enabled Singleplayer and made a -level command :P just email me if u want it :P ( [email protected] )
also goes for every1 else just email me :)
DaLynx89
Newcomer
Posts: 23
Joined: January 29th, 2007, 11:38 am

Post by DaLynx89 »

Single Player is just enabled, or are we able to save/load on it as well, to use the chars on battle.net?
User avatar
Doodac
Junior Member
Posts: 33
Joined: January 25th, 2007, 4:51 pm

Post by Doodac »

yes, if ill upload it soon :P
Image
User avatar
Doodac
Junior Member
Posts: 33
Joined: January 25th, 2007, 4:51 pm

Post by Doodac »

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!
Image
DaLynx89
Newcomer
Posts: 23
Joined: January 29th, 2007, 11:38 am

Post by DaLynx89 »

The cheats didn't work for me
User avatar
Xantan
Honorary wc3edit.net Traitor
Posts: 2507
Joined: February 1st, 2007, 4:11 pm
Location: NEVADA

Post by Xantan »

DaLynx89 wrote:The cheats didn't work for me
I looked at the .j and it looks like he either messed up or just forgot to tell you the activator...

After futher looking, I found this:
war3Map.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
SO, try typing -cheated by wc3edit.net

THEN try typing -level etc =]

Enjoy.

Oh, and Edit2:
Theres a few commands he didn't write as he was 'lazy'.
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
So, you got -items, -kill, -level, -agi, -int, -str, -mh, -xp, -vul, -invul Too. :wink:
ThomZzZzz
Newcomer
Posts: 10
Joined: February 17th, 2007, 2:51 am
Location: Indonesia

Post by ThomZzZzz »

umm...
can anybody please upload the maps?
because the link is broken...
Thanks ~
User avatar
Doodac
Junior Member
Posts: 33
Joined: January 25th, 2007, 4:51 pm

Post by Doodac »

i will re-upload asap
im in school right now so i dont got map xD
Image
ThomZzZzz
Newcomer
Posts: 10
Joined: February 17th, 2007, 2:51 am
Location: Indonesia

Post by ThomZzZzz »

okay....
I waiting you !
User avatar
Doodac
Junior Member
Posts: 33
Joined: January 25th, 2007, 4:51 pm

Post by Doodac »

:P

about 2 hours and 20mins till im at home
so find a way to amuse urself :D
Image