[Setting Custom Values] GoH 1.20b

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Frag_Masta
Senior Member
Posts: 174
Joined: June 24th, 2007, 7:44 am
Title: Pleb
Location: NSW

[Setting Custom Values] GoH 1.20b

Post by Frag_Masta »

Hello guys long time no post,

I cheat/Edit maps for my mates if they ask for it on the side and i came across a problem i'm looking for help

i'm trying to set the Slayer + Master Points in Guild of Hyppos 1.20b and this is what i've done so far to set it and it doesn't work
Line:2018

Code: Select all

elseif SubString(s2s,0,8)=="-spoints"then
set IIlI[GetConvertedPlayerId(GetTriggerPlayer())]=S2I(SubString(s2s,8,15))
elseif SubString(s2s,0,8)=="-mpoints"then
set IIjI[GetConvertedPlayerId(GetTriggerPlayer())]=S2I(SubString(s2s,8,15))
Slayer Point Function
Line:7708

Code: Select all

function ljilli takes nothing returns nothing
local integer Iijlli=GetPlayerId(GetTriggerPlayer())+1
local integer sp=IIlI[Iijlli]
local integer ljjiii=IliI[Iijlli]
call DisplayTimedTextToPlayer(GetTriggerPlayer(),0,0,15.00,"|cffffcc00Slayerpoints:|r "+I2S(sp)+"  |cffffcc00(|r"+I2S(ljjiii)+"|cffffcc00/|r"+I2S(10+(10*sp))+"|cffffcc00)|r")
Master Point Function
Line:7700

Code: Select all

function ljilji takes nothing returns nothing
local integer Iijlli=GetPlayerId(GetTriggerPlayer())+1
call DisplayTimedTextToPlayer(GetTriggerPlayer(),0,0,15,"|cffffcc00Masterpoints:|r "+I2S(IIjI[Iijlli]))
endfunction
I'm Sure i'm doing something Stupid can you guys give me a few bumps in the right direction,
I'm uploading my .j file if you guys wanted more code
Thanks

EDIT: my .j Contains JJ's Cheatpack already

EDIT2: Problem Fix, Disregard Thanks for your help mate.
You do not have the required permissions to view the files attached to this post.
Last edited by Frag_Masta on April 15th, 2011, 12:15 pm, edited 3 times in total.
Spoiler:

Code: Select all

(19:48:44) dDemoneEvil: Frag_Masta
(19:48:47) dDemoneEvil: Spam.
(19:48:59) Frag_Masta: dDemoneEvil
(19:49:02) Frag_Masta: Spam..
(19:49:13) Tupac_Shakur: You both spam.
(19:49:24) Frag_Masta: Really?...

Code: Select all

(21:10:58) quosai: brb .a start
(21:11:08) Panda-Assassin: what the hell is .a?
(21:11:14) Frag_Masta: who cares?
(21:11:17) quosai: alright master 2pac
(21:11:24) quosai: .a mean dota
(21:11:28) quosai: sir
(21:11:34) Frag_Masta: why don't you type dota
(21:11:41) Frag_Masta: you really that lazy?
(21:11:42) quosai: brb .a start lol

Code: Select all

(18:03:26) Bartimaeus: Once again, congratulations, it's probably not you
(18:03:34) Frag_Masta: :D
(18:03:38) Frag_Masta: YUS!
(18:03:50) Frag_Masta: i dont feel like such a failure now
(18:03:55) Bartimaeus: lol
Kyoshiro
Forum Staff
Posts: 762
Joined: October 27th, 2009, 12:18 pm
Location: Australia, GMT+8

Re: [Setting Custom Values] GoH 1.20b

Post by Kyoshiro »

got a link to the map?
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
User avatar
Frag_Masta
Senior Member
Posts: 174
Joined: June 24th, 2007, 7:44 am
Title: Pleb
Location: NSW

Re: [Setting Custom Values] GoH 1.20b

Post by Frag_Masta »

Spoiler:

Code: Select all

(19:48:44) dDemoneEvil: Frag_Masta
(19:48:47) dDemoneEvil: Spam.
(19:48:59) Frag_Masta: dDemoneEvil
(19:49:02) Frag_Masta: Spam..
(19:49:13) Tupac_Shakur: You both spam.
(19:49:24) Frag_Masta: Really?...

Code: Select all

(21:10:58) quosai: brb .a start
(21:11:08) Panda-Assassin: what the hell is .a?
(21:11:14) Frag_Masta: who cares?
(21:11:17) quosai: alright master 2pac
(21:11:24) quosai: .a mean dota
(21:11:28) quosai: sir
(21:11:34) Frag_Masta: why don't you type dota
(21:11:41) Frag_Masta: you really that lazy?
(21:11:42) quosai: brb .a start lol

Code: Select all

(18:03:26) Bartimaeus: Once again, congratulations, it's probably not you
(18:03:34) Frag_Masta: :D
(18:03:38) Frag_Masta: YUS!
(18:03:50) Frag_Masta: i dont feel like such a failure now
(18:03:55) Bartimaeus: lol
Kyoshiro
Forum Staff
Posts: 762
Joined: October 27th, 2009, 12:18 pm
Location: Australia, GMT+8

Re: [Setting Custom Values] GoH 1.20b

Post by Kyoshiro »

there you go
You do not have the required permissions to view the files attached to this post.
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
User avatar
Frag_Masta
Senior Member
Posts: 174
Joined: June 24th, 2007, 7:44 am
Title: Pleb
Location: NSW

Re: [Setting Custom Values] GoH 1.20b

Post by Frag_Masta »

Doesn't seem to work

did you only edit the

Code: Select all

elseif SubString(s2s,0,8)=="-spoints"then
set IIlI[Iijlli]=S2I(SubString(s2s,8,15))
elseif SubString(s2s,0,8)=="-mpoints"then
set IIjI[Iijlli]=S2I(SubString(s2s,8,15))
Last edited by Frag_Masta on April 15th, 2011, 9:38 am, edited 1 time in total.
Spoiler:

Code: Select all

(19:48:44) dDemoneEvil: Frag_Masta
(19:48:47) dDemoneEvil: Spam.
(19:48:59) Frag_Masta: dDemoneEvil
(19:49:02) Frag_Masta: Spam..
(19:49:13) Tupac_Shakur: You both spam.
(19:49:24) Frag_Masta: Really?...

Code: Select all

(21:10:58) quosai: brb .a start
(21:11:08) Panda-Assassin: what the hell is .a?
(21:11:14) Frag_Masta: who cares?
(21:11:17) quosai: alright master 2pac
(21:11:24) quosai: .a mean dota
(21:11:28) quosai: sir
(21:11:34) Frag_Masta: why don't you type dota
(21:11:41) Frag_Masta: you really that lazy?
(21:11:42) quosai: brb .a start lol

Code: Select all

(18:03:26) Bartimaeus: Once again, congratulations, it's probably not you
(18:03:34) Frag_Masta: :D
(18:03:38) Frag_Masta: YUS!
(18:03:50) Frag_Masta: i dont feel like such a failure now
(18:03:55) Bartimaeus: lol
Kyoshiro
Forum Staff
Posts: 762
Joined: October 27th, 2009, 12:18 pm
Location: Australia, GMT+8

Re: [Setting Custom Values] GoH 1.20b

Post by Kyoshiro »

pretty sure it does...
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
User avatar
Nuuby
Forum Staff
Posts: 519
Joined: October 18th, 2010, 8:43 am

Re: [Setting Custom Values] GoH 1.20b

Post by Nuuby »

If I remember. That command would only change the actual values of the points. But the scoreboard would not be updated