Author Topic: Coding  (Read 8149 times)

0 Members and 1 Guest are viewing this topic.

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #30 on: December 30, 2003 01:01 am CST »
nothing i didn't know before, i just think me and you used 2 different definitions.  i was thinking you meant that i was stating it is possible but its all in my head and you were thinking that its been proven.....
« 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

Hersh

  • Elvin Legion
  • *****
  • Posts: 413
  • Reputation: +0/-0
(No subject)
« Reply #31 on: December 31, 2003 07:01 pm CST »
Code: [Select]
Event::Attach(eventConnectionAccepted, Volumes::Unload);

In PrestoPack what does Event do exactly?
(No sorry, I can't download it, I tried a couple times after I saw eViL's post and it came out corrupted every time.)

Hersh
« Last Edit: December 31, 1969 06:00 pm CST by Hersh »

I kissed a drunk girl on the lips.
This post, by its very length, defends itself against the risk of being read.

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #32 on: December 31, 2003 07:07 pm CST »
basically presto re-wrote client.cs (or the major functions anyways) and when you attach an event, it executes the event or evaluates when the event is called.
« 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

Silvanoshei

  • Centurian Lord
  • ********
  • Posts: 1,804
  • Reputation: +0/-0
(No subject)
« Reply #33 on: January 1, 2004 11:09 am CST »
If you actually need or want Presto, I have a copy I can send to you.
« Last Edit: December 31, 1969 06:00 pm CST by Silvanoshei »

The DoDoDo.

Your opinion is worthless unless you can support it.
We are not responsible for your stupidity.
I don't take sides. I take action.

Currently Playing:  Warcraft III [PC]

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #34 on: January 1, 2004 11:50 am CST »
i downloaded it and sent it to him already silv.  thanks for offering that though :).
« 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

DeathAdder

  • Orc Thrasher
  • ***
  • Posts: 137
  • Reputation: +0/-0
    • http://www.los.planetubh.com
(No subject)
« Reply #35 on: January 1, 2004 12:30 pm CST »
Hey ppl umm I was wondering if there was a function either created or could be created to dissregard any IDACTION commands given for a specific amount of time given
 like

function DisRcomm(%seconds)
{
if(IDACTION blah (detect it) )
    {
    (something to stop that command)
    }
schedule::cancel("disrcomm();", %seconds);
}

I'm sure theres gotta be a way to do it... Any ideas?
« Last Edit: December 31, 1969 06:00 pm CST by DeathAdder »
<img src="http://www.pcrpg.org/pics/hosted/dadder.jpg">

-eViL-

  • Minotaur Rager
  • ******
  • Posts: 880
  • Reputation: +0/-0
(No subject)
« Reply #36 on: January 1, 2004 12:56 pm CST »
yea, you could route all IDACTION through a function and then if not block it, then use the right command, otherwise just do a return; to block it.
« 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

DeathAdder

  • Orc Thrasher
  • ***
  • Posts: 137
  • Reputation: +0/-0
    • http://www.los.planetubh.com
(No subject)
« Reply #37 on: January 1, 2004 01:20 pm CST »
Umm... so how would i do this.? if you want to see the segment of code i'm using let me know.
« Last Edit: December 31, 1969 06:00 pm CST by DeathAdder »
<img src="http://www.pcrpg.org/pics/hosted/dadder.jpg">