Author Topic: Scrizaks for Sale  (Read 8106 times)

0 Members and 1 Guest are viewing this topic.

NukNuk

  • Gnoll Fighter
  • **
  • Posts: 94
  • Reputation: +0/-0
(No subject)
« Reply #15 on: April 28, 2004 08:41 am CDT »
yes, but like he said people with high sense heading would have a huge advantage
« Last Edit: December 31, 1969 06:00 pm CST by NukNuk »

Scrizaks

  • Undead Hero
  • ****
  • Posts: 347
  • Reputation: +0/-0
(No subject)
« Reply #16 on: April 28, 2004 06:44 pm CDT »
not if its for low levels only
« Last Edit: December 31, 1969 06:00 pm CST by Scrizaks »

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #17 on: April 28, 2004 07:16 pm CDT »
then it is unfair in general, an rl 0 lvl 90 wouldn't be able to play... but he may need the character....
« 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

TrafficLight

  • Goblin Pup
  • *
  • Posts: 35
  • Reputation: +0/-0
(No subject)
« Reply #18 on: April 28, 2004 08:29 pm CDT »
Do a drawing. Make tickets on something and give the number to the people who want to get the char. Just put the accual numbers into a hat and bam lucky winner
« Last Edit: December 31, 1969 06:00 pm CST by TrafficLight »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #19 on: April 28, 2004 08:49 pm CDT »
Code: [Select]
function RandomDraw()
{
%maxnum = 49;
%number = (floor(getRandom() * %maxnum) + 1);

say(0,"#global "@%number@"" is the winning number!!!");
}


Just put this in your autoexec.cs. Change %maxnum to the number of people entering the contest  minus one. Type RandomDraw(); in the console when you want to run it. Screw that ticket in a hat bs.
« 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"

Scrizaks

  • Undead Hero
  • ****
  • Posts: 347
  • Reputation: +0/-0
(No subject)
« Reply #20 on: April 28, 2004 09:59 pm CDT »
I actually really like that idea.... plus i wouldnt have to get admins on at a certain time and all that bs.... and also, the people wouldnt have to be in the server either
« Last Edit: December 31, 1969 06:00 pm CST by Scrizaks »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #21 on: April 28, 2004 10:08 pm CDT »
Code: [Select]
function QuestRandom()
{
%ug::QuestEntryNum = "4";
   %ug::QuestEntry[0] = "Ozzy";
%ug::QuestEntry[1] = "Particle";
%ug::QuestEntry[2] = "eViL";
%ug::QuestEntry[3] = "Pecker";

%winner = floor(getRandom() * %ug::QuestEntryNum);

say(0,"#global "@%winner@"" has won the character!!!");
}


This will also work. You can add as many as you want following the same format. Make sure you change %ug::QuestEntryNum to how many people are entered (count starting from 0 like I have done). You execute it the same way as the other.
« 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"

Scrizaks

  • Undead Hero
  • ****
  • Posts: 347
  • Reputation: +0/-0
(No subject)
« Reply #22 on: April 29, 2004 12:13 am CDT »
awsome, thanks a lot man. I think i'm going to go with your idea. It seems the easiest and most fair.

Since i offered a rpg cash reward for that.... who do you want me to give it to since you dont play? lol
« Last Edit: December 31, 1969 06:00 pm CST by Scrizaks »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #23 on: April 29, 2004 08:45 am CDT »
I play, but I don't need any money.

Give it to someone who is new and really wants to learn.
« 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"

TrafficLight

  • Goblin Pup
  • *
  • Posts: 35
  • Reputation: +0/-0
(No subject)
« Reply #24 on: April 29, 2004 07:54 pm CDT »
wtf it was my idea ;) i dont want the money give it to some new guy i dont need it. tell u what just add it with the quest.
« Last Edit: December 31, 1969 06:00 pm CST by TrafficLight »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #25 on: April 29, 2004 10:06 pm CDT »
Do you give Dynamix credit for TRPG?

If not, then get off my koolaid biatch.
« 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"

DeAtH-Abbadon

  • Orc Thrasher
  • ***
  • Posts: 172
  • Reputation: +0/-0
(No subject)
« Reply #26 on: April 29, 2004 11:02 pm CDT »
whoever said you cant see hasnt tried gorge jumping :p. id fly as high as i could with maxed energy and whatnot at lvl 174 by the mages tower and fall straight along that wall going straight up the other and then id continue flying up and go down and up again. like a half pipe. pretty fun :p.
« Last Edit: December 31, 1969 06:00 pm CST by DeAtH-Abbadon »

TrafficLight

  • Goblin Pup
  • *
  • Posts: 35
  • Reputation: +0/-0
(No subject)
« Reply #27 on: April 30, 2004 12:33 pm CDT »
if i want koolaid id go to the store :P;)
« Last Edit: December 31, 1969 06:00 pm CST by TrafficLight »

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #28 on: April 30, 2004 03:31 pm CDT »
Then answer the question..

Do you give Dynamix credit for TRPG?
« 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"

DeAtH-Abbadon

  • Orc Thrasher
  • ***
  • Posts: 172
  • Reputation: +0/-0
(No subject)
« Reply #29 on: April 30, 2004 04:29 pm CDT »
i wouldnt give them credit for malarkey, they abandoned ther game. i go on starcraft and i play regularly and i still see updates to that game. if you needed help you could even go find someone who works at blizzard. how bout dynamix. yup they suck. i tried to contact them about a tribes 2 problem i had once, yeah, totally a waste of time.
« Last Edit: December 31, 1969 06:00 pm CST by DeAtH-Abbadon »