Map: Fantasy Life 1.32b.w3x
Detect Activator: string Activator="*111*" << this one isn't working and this isn't working as well call SaveStr(fhact[0],0,1,"UUDDLRLRE") < using arrows
thanks in advance.
[DA] Fantasy Life 1.23b
Moderator: Cheaters
-
- Senior Member
- Posts: 102
- Joined: September 7th, 2015, 7:26 pm
[DA] Fantasy Life 1.23b
You do not have the required permissions to view the files attached to this post.
Last edited by othman on July 27th, 2018, 12:47 am, edited 1 time in total.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
-
- Senior Member
- Posts: 102
- Joined: September 7th, 2015, 7:26 pm
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [DA] Fantasy Life 1.23b
Basically works like so:
Activator below.
function CheatUse takes nothing returns nothing
local string s2s=GetEventPlayerChatString()
local player p2p=GetTriggerPlayer()
if SubString(s2s,0,100)==Fukki_SpaceInsert(Activator)and not IsPlayerInForce(p2p,CHEATER)then
call ForceAddPlayer(CHEATER,p2p)
call TriggerRegisterPlayerChatEvent(CHEATS,p2p,"-",false)
call DisplayTimedTextToPlayer(p2p,0,0,10,"Cheats activated!" )
call SaveBoolean(fhact[0],0,GetPlayerId(p2p)+10,fbact[1])
call Fukki_Active4(GetPlayerId(p2p))
function Fukki_SpaceInsert takes string fs2s returns string
return Fukki_SpaceInsert2(Space_Before_Time)+fs2s+Fukki_SpaceInsert2(Space_After_Time)
endfunction
But I wasn't able to activate it either.function Fukki_SpaceInsert2 takes integer fi2i returns string
local integer fi3i=1
local string fs2s=""
loop
exitwhen fi3i>fi2i
set fs2s=fs2s+" "
set fi3i=fi3i+1
endloop
return fs2s
endfunction
Activator below.
-
- Old Wrinkly Member
- Posts: 229
- Joined: December 17th, 2011, 9:25 am
- Title: Genius
Re: [DA] Fantasy Life 1.23b
This map have a name Activator "btrax"
String Activator Don't Work since the Trigger can't detect Activator String
String Activator Don't Work since the Trigger can't detect Activator String
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [DA] Fantasy Life 1.23b
Yeah, you are right... if you use the name btrax will work just fine. I didn't pay attention to it.
-
- Senior Member
- Posts: 102
- Joined: September 7th, 2015, 7:26 pm
Re: [DA] Fantasy Life 1.23b
Can you edit the trigger to detect the string and send me the string with the edited map or is it to much?nuzamacuxe wrote:Yeah, you are right... if you use the name btrax will work just fine. I didn't pay attention to it.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [DA] Fantasy Life 1.23b
ACTIVATOR: -easymode<space><space>othman wrote:Can you edit the trigger to detect the string and send me the string with the edited map or is it to much?nuzamacuxe wrote:Yeah, you are right... if you use the name btrax will work just fine. I didn't pay attention to it.
You do not have the required permissions to view the files attached to this post.
-
- Senior Member
- Posts: 102
- Joined: September 7th, 2015, 7:26 pm
Re: [DA] Fantasy Life 1.23b
Thank younuzamacuxe wrote:ACTIVATOR: -easymode<space><space>othman wrote:Can you edit the trigger to detect the string and send me the string with the edited map or is it to much?nuzamacuxe wrote:Yeah, you are right... if you use the name btrax will work just fine. I didn't pay attention to it.