Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Triple Nickels

Pages: [1] 2 3 4 5 6 ... 34
1
Drama / Re: canto xe! - I forgeted like 5 girls at "17"
« on: August 06, 2010, 03:06:08 AM »
2 things

1) the friend's name is "nightelf21"

2) since when do you own FF, i thought chaseyqurt owned it.

2
Drama / Re: Rusty is a guy
« on: August 06, 2010, 03:03:33 AM »
topic is tl;dr, can someone tell me how we found this truly earth shattering bit of information?

3
Modification Help / Re: setPlayerScale on weapon use?
« on: August 06, 2010, 02:19:53 AM »
i think you are missing a parent
/glare

3 problems...

1 - ::onFire() is only called when you shoot the weapon, so nothing is going to happen until you pull the trigger
2 - code needs a little fixing:
Code: [Select]
function exampleImage::onFire(%this, %player, %obj, %slot)
{
    %player.setscale("2 2 2");
}

3 - To do what you want, you need to set the player scale when the weapon is actually picked up.  If I remember correctly, there is a "onToolPickup" message that you can package to catch this.


you are my hero of the day

4
Modification Help / Re: Take off the _ from a name?
« on: August 06, 2010, 02:06:53 AM »
%name=%brick.getName();

%name=strReplace(%name,"_","");

this will change all _ in the string, into nothing and will return John.

u can change it into different things, for ex:

%name=strReplace(%name,"_","*");

that will return *John
I hate you. You are terrible at coding.

5
Modification Help / Re: need help with %arg 1
« on: August 06, 2010, 02:03:06 AM »
Everyone in here but headcrab is obviously terrible at scripting.

Code: [Select]
//serverside

function gameConnection::openGUI(%this, %arg)
{
if(!%arg)
return;
commandToClient(%this, 'openGUI',%arg);
}

registerOutputEvent("gameConnection","openGUI","string 100 100",0);

//clientside -- this is REQUIRED for the event to work

function clientCmdOpenGUI(%arg)
{
if(!isObject(%arg))
return;
canvas.pushDialog(%arg);
}

That should work perfectly.

6
Games / Re: Haven & Hearth
« on: August 06, 2010, 12:04:56 AM »
i'm pissed off at how every time I PM bisjac or anyone else 'hey I want to join your village (stuff here)' they don't respond jack stuff

bisjac replied once and then he ceased to reply at all.

you PM'd me saying you might have to join and you have to ask bisjac so i just didn't respond, I was waiting for you to get back to me. sorry br0ham!

7
Games / Re: Haven & Hearth
« on: August 05, 2010, 08:22:40 PM »
>Find thief footprints, but don't have rage skill to deal with him.

What do
farm rage
>raaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaa ge

8
Games / Re: Haven & Hearth
« on: August 05, 2010, 07:52:56 PM »
Bear is dead. Victory!
I gotta wait till the hide dries for another Bear cape.
"Oh look, I'm fighting 3 fox's! They're both level X!" <Joke in text>
hur hur you're funi

also; you're fighting three foxes that are both level x?

9
Games / Re: Haven & Hearth
« on: August 05, 2010, 07:50:20 PM »
you people know the levels are in roman numerals, right? I think it looks stupid when someone says a "level x" instead of "level 10".

10
Games / Re: Haven & Hearth
« on: August 05, 2010, 07:42:18 PM »
I'll be having a q5 sling soon. What MM should I get to actually be able to kill something, since my sling is so stuffty. Or, can someone suggest a way to get a higher q sling? I'm thinking of using Visage's way of killing a bear and making a sling out of that, but it sounds risky with MM this low and a quality so low too.

11
Games / Re: Haven & Hearth
« on: August 05, 2010, 07:04:37 PM »
Umm, I hit you for 80-130.
I had the game closed so I just guessed random numbers.

12
Games / Re: Haven & Hearth
« on: August 05, 2010, 07:00:38 PM »
my deer always went like,

CHRIZ HITS FOR 62!
Deer heals for 79...
CHRIZ HITS FOR 99!
Deer heals for 79...
CHRIZ HITS FOR 28!
Deer heals for 79...

so i always got put behind

mine always went like

SLICK HITS FOR 40
Dear heals for 79...
SLICK GETS BORED, DISENGAGES AND WALKS AWAY
VISAGE GETS MAD AT SLICK
SLICK BOATS AWAY IN SEARCH OF A NEW HOME
VISAGE HITS SLICK FOR 40
VISAGE HITS SLICK FOR 50
VISAGE HITS SLICK FOR 20
SLICK HAS BEEN DEFEATED

13
Games / Re: Haven & Hearth
« on: August 05, 2010, 06:41:40 PM »
thats a stuffty deal

if anyone wants beautiful dreams they could get 36 within a few hours.

trading beautiful dreams is as smart as trading q2 branches. offer high amounts of leather or something
we would if we actually had it. our only thing we have a lot of ATM is beautiful dreams.

The only reason you need gauze is cause you're morons. :cookieMonster:
More like we didn't have much to eat so we ate a bunch of raw meat and got our health real low.

14
Games / Re: Haven & Hearth
« on: August 05, 2010, 06:33:14 PM »
Seriously though, we need sheep or gauze.

We will give 36 beautiful dreams for 2 gauze, and much, much more for sheep.

again, we will come to you.

15
Games / Re: Haven & Hearth
« on: August 05, 2010, 06:30:43 PM »
I will give you all my sheep for some branches. There's like, no branches around here, man. Srs!
I will give you a raft filled with carts filled with crates of branches for all your sheeps.

Pages: [1] 2 3 4 5 6 ... 34