Author Topic: Sinbot Site up  (Read 15860 times)

0 Members and 1 Guest are viewing this topic.

WolfTones

  • Centurian Lord
  • ********
  • Posts: 2,501
  • Reputation: +0/-0
    • http://www.imafaggot!.com
"Owned"
« Reply #60 on: May 15, 2004 11:52 am CDT »
Quote from: "Lidge Farkley"
It's getting really old really quick.... idiots.
;-)


True....True


(especially when he didn't own malarkey)
« Last Edit: December 31, 1969 06:00 pm CST by WolfTones »
Lookieme!  I am a no-talent ass clown!

Sinister

  • Uber Menace
  • *******
  • Posts: 1,125
  • Reputation: +0/-0
    • http://www.stormpages.com/snowmann69
(No subject)
« Reply #61 on: May 17, 2004 02:34 pm CDT »
Quote from: "Particle"
bot sounds fine

I really don't care so long as it isn't against the rules and it isn't some form of exploit.  Soo, good luck to ya.  =D

So I guess the bot will stay. :P
« Last Edit: December 31, 1969 06:00 pm CST by Sinister »

NukNuk

  • Gnoll Fighter
  • **
  • Posts: 94
  • Reputation: +0/-0
(No subject)
« Reply #62 on: May 19, 2004 05:30 pm CDT »
My first stab at tribes scripting (trying to get trackpackbot working):

if(String::findSubStr(%msg, "trackpackbot")!=-1)
{
  %posit = String::findSubStr(%msg, "trackpackbot") - 1;
  $person = String::getSubStr(%msg, %posit, endofstring());
  $person = "#trackpack " + $person;
  say(0,$person);
  $dista = String::getSubStr(%msg, %posit+19, endofstring());
  say(0,"#say pack is around " + $dista);
}

I know this has problems with it, but what code would not work in tribes?

Also, is there a command/function to find the end of a String?  I used "endofstring()" just to show i had no idea what function would work in that manner.
« Last Edit: December 31, 1969 06:00 pm CST by NukNuk »

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #63 on: May 19, 2004 05:42 pm CDT »
there is some massive problems with that....

you cannot use + to add 2 strings together. you can use $+ or @ to add 2 strings together.

Code: [Select]
function String::Len(%string)
{
for(%k = 0; String::getSubStr(%string, %k, 1) != ""; %k++)
%length++;

return %length;
}


and thats all the further i will go as that won't even work unless it is positioned right in the client side.  and on a final note:

POST THE F'ING THING IN THE ASSISTANCE FORUMS YOU B....!!

how hard is it to read and comprehend things because some of you people need beat upside the head with the common sense 2x4.  and yes, that means you don't get a good 2x4, it means you get the cheap warped one because you aren't good enough for an expensive one.[/b]
« Last Edit: December 31, 1969 06:00 pm CST by -eViL- »
There's nothing ever wrong but nothing's ever right
Such a cruel contradiction

NukNuk

  • Gnoll Fighter
  • **
  • Posts: 94
  • Reputation: +0/-0
(No subject)
« Reply #64 on: May 19, 2004 06:20 pm CDT »
it's pertinent to sin's post.

No need to flame a newbie, jackass
« Last Edit: December 31, 1969 06:00 pm CST by NukNuk »

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #65 on: May 19, 2004 09:33 pm CDT »
Quote from: "NukNuk"
it's pertinent to sin's post.

No need to flame a newbie, jackass


that doesn't matter, all coding help goes in assistance or some people just skip over it in these forums.  so post help there if you need it because more of us look there than these threads.
« Last Edit: December 31, 1969 06:00 pm CST by -eViL- »
There's nothing ever wrong but nothing's ever right
Such a cruel contradiction

WolfTones

  • Centurian Lord
  • ********
  • Posts: 2,501
  • Reputation: +0/-0
    • http://www.imafaggot!.com
(No subject)
« Reply #66 on: May 20, 2004 12:24 pm CDT »
evil i got an idea, why don't you stay in assistance and wait for people to ask for help and help them, leave Gen Dis for us normal people!
« Last Edit: December 31, 1969 06:00 pm CST by WolfTones »
Lookieme!  I am a no-talent ass clown!

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #67 on: May 20, 2004 02:02 pm CDT »
Quote from: "WolfTones"
evil i got an idea, why don't you stay in assistance and wait for people to ask for help and help them, leave Gen Dis for us normal people!


You normal?

Bawhahahahahahaha!
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

WolfTones

  • Centurian Lord
  • ********
  • Posts: 2,501
  • Reputation: +0/-0
    • http://www.imafaggot!.com
(No subject)
« Reply #68 on: May 20, 2004 02:05 pm CDT »
you cock sucker? ......(note...no laugh)
« Last Edit: December 31, 1969 06:00 pm CST by WolfTones »
Lookieme!  I am a no-talent ass clown!

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #69 on: May 20, 2004 02:06 pm CDT »
Quote from: "WolfTones"
you cock sucker? ......(note...no laugh)


You celtic!

Me Unga Bunga UnderGod!
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"

WolfTones

  • Centurian Lord
  • ********
  • Posts: 2,501
  • Reputation: +0/-0
    • http://www.imafaggot!.com
(No subject)
« Reply #70 on: May 20, 2004 02:08 pm CDT »
That was so gay i allmost laughed
« Last Edit: December 31, 1969 06:00 pm CST by WolfTones »
Lookieme!  I am a no-talent ass clown!

Sinister

  • Uber Menace
  • *******
  • Posts: 1,125
  • Reputation: +0/-0
    • http://www.stormpages.com/snowmann69
(No subject)
« Reply #71 on: May 21, 2004 12:18 am CDT »
Here's a suggestion, particle should add a section just for flaming. :P
« Last Edit: December 31, 1969 06:00 pm CST by Sinister »

Taurik

  • I'll have a Tribes 1
  • Elvin Legion
  • *
  • Posts: 683
  • Reputation: +0/-0
    • http://www.Linneberg.com
(No subject)
« Reply #72 on: May 21, 2004 02:21 am CDT »
Actually, that's not a bad idea. Another board I visit has a forum named "The Flameboard." It works pretty well; people are asked to 'take it to the flame board' sometimes...  ;)
« Last Edit: December 31, 1969 06:00 pm CST by Taurik »



WolfTones

  • Centurian Lord
  • ********
  • Posts: 2,501
  • Reputation: +0/-0
    • http://www.imafaggot!.com
(No subject)
« Reply #73 on: May 21, 2004 11:44 am CDT »
Quote from: "Sinister"
Here's a suggestion, particle should add a section just for flaming. :P


lol i was thinking that yesterday
« Last Edit: December 31, 1969 06:00 pm CST by WolfTones »
Lookieme!  I am a no-talent ass clown!