You are viewing our Forum Archives. To view or take place in current topics click here.
How To Fully Unlock Spinning 10th Emblem
Posted:
How To Fully Unlock Spinning 10th EmblemPosted:
Status: Offline
Joined: Dec 10, 200914Year Member
Posts: 147
Reputation Power: 9
this is for people with Jtag's so if you wanna edit a patch here you go you get the 10th emblem fully unlocked 8)
self thread doUnlockSpinningTenth();
doUnlockSpinningTenth()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for(;;) {
self waittill( "dpad_up" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
}
}
Last edited by PURP ; edited 1 time in total
self thread doUnlockSpinningTenth();
doUnlockSpinningTenth()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for(;;) {
self waittill( "dpad_up" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
}
}
Last edited by PURP ; edited 1 time in total
#2. Posted:
Status: Offline
Joined: Mar 09, 201014Year Member
Posts: 323
Reputation Power: 15
Status: Offline
Joined: Mar 09, 201014Year Member
Posts: 323
Reputation Power: 15
how did you get it?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 232
Reputation Power: 9
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 232
Reputation Power: 9
what do we do with it?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 10, 200914Year Member
Posts: 147
Reputation Power: 9
Snipa7 wrote what do we do with it?
u put that in a patch.ff its for jtag's
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 17, 201014Year Member
Posts: 11
Reputation Power: 0
wtf that make no sense plz make it more clear
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 232
Reputation Power: 9
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 232
Reputation Power: 9
oh okay , my jtag should be coming soon
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Mar 09, 201014Year Member
Posts: 323
Reputation Power: 15
Status: Offline
Joined: Mar 09, 201014Year Member
Posts: 323
Reputation Power: 15
fluxx0 wrote wtf that make no sense plz make it more clear
i wouldn't bother.
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 5,715
Reputation Power: 279
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 5,715
Reputation Power: 279
PURP wrote this is for people with Jtag's so if you wanna edit a patch here you go you get the 10th emblem fully unlocked 8)Wow that's easier than I thought. If I wanted to change the d pad command could I just write dpad_down for an example or would it just promt the user to do dpad down?
self thread doUnlockSpinningTenth();
doUnlockSpinningTenth()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for(;;) {
self waittill( "dpad_up" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
}
}
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Dec 10, 200914Year Member
Posts: 147
Reputation Power: 9
3OH3 wrotePURP wrote this is for people with Jtag's so if you wanna edit a patch here you go you get the 10th emblem fully unlocked 8)Wow that's easier than I thought. If I wanted to change the d pad command could I just write dpad_down for an example or would it just promt the user to do dpad down?
self thread doUnlockSpinningTenth();
doUnlockSpinningTenth()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for(;;) {
self waittill( "dpad_up" );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
}
}
yea u may need to changet the actionslot to not entirely sure
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 5,715
Reputation Power: 279
Status: Offline
Joined: Feb 21, 201014Year Member
Posts: 5,715
Reputation Power: 279
Yeah mabye. I'll deal with it later. Thanks for patch, diggin your avatar
oh... And btw for anyone else using this (you should take out the smiley face in the code) :p
oh... And btw for anyone else using this (you should take out the smiley face in the code) :p
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.