Author Topic: Trader's drowning mod  (Read 4227 times)


I WANT IT NOW FOR MY WATER BUILD :(

Trader has a drowning mod?
I thought that was Grimreaper's server...

Even so, I don't really care.

I made a drowning script too, so thats what you saw on my server. Trader has his own drowning script, for his server.

Both servers have one made separately, neither are released.

Also guys, no more christmas take off your santa hats.

Also guys, no more christmas take off your santa hats.
Keepin' it 'til new years.

I need to find them and ask them what the water level detection code was. I can't remember it for the life of me, sadly. I guess I should try some trace(1);ing.


I need to find them and ask them what the water level detection code was. I can't remember it for the life of me, sadly. I guess I should try some trace(1);ing.
Code: [Select]
package waterstuff {
PlayerData::onEnterLiquid(%DB, %obj, %coverage, %type) {
//stuff
}
};
activatePackage(waterstuff);

OnEnterLiquid, that's it. Thanks, Kirby!

Hm so when you go underwater a bar appears and if that bar depletes you die. No?

Hm so when you go underwater a bar appears and if that bar depletes you die. No?
I got a script from Grim and I edited it to centerprint <just:right> [seconds left/seconds max] of underwater breathing left when underwater.

I'd make it use the fuel jet bar.

I'd make it use the fuel jet bar.
The energy bar. I use that for magical power, already, so that wouldn't be that good for me.