DeadlySoldier!! Posted August 26, 2003 Report Posted August 26, 2003 How can i make it check a players tile in a big square, not just one tile.. i know how to make it check 1 tile.. if (p->tile.x == 511 && p->tile.y == 499) sendPrivate(p, "*warpto 433 282"); But i need it to check a big square.. -*BAD WORD*- meh out please
Mr Ekted Posted August 26, 2003 Report Posted August 26, 2003 if (p->tile.x >= 500 && p->tile.x <= 600 && p->tile.y >= 500 && p->tile.y <= 600) sendPrivate(p, "*warpto 433 282"); This checks if the position is in the rect 500,500 to 600,600.
DeadlySoldier!! Posted August 26, 2003 Author Report Posted August 26, 2003 Thanks, your the best.. How do you know all this.. have you ever made a mervbot DLL?
PoLiX Posted August 26, 2003 Report Posted August 26, 2003 heh - ekted, maker of powerbot speaks wisely
»SOS Posted August 27, 2003 Report Posted August 27, 2003 Actually it's just called "basic brain functions" To see if something is in a square, you see if it is between its edges of course.
DeadlySoldier!! Posted August 27, 2003 Author Report Posted August 27, 2003 But im guessing that Powerbot and MERV are way diffrent, and player variables and -*BAD WORD*- are diff but ohh well
Mr Ekted Posted August 27, 2003 Report Posted August 27, 2003 Well I !@#$%^&*umed your code was for MERV and just modifed it accordingly. Powerbot has x and y pixel locations for a player, but not redundant crap like tile locations.
DeadlySoldier!! Posted August 27, 2003 Author Report Posted August 27, 2003 Ekted, whats the story with Powerbot.. I remember you telling me about 6 months ago before i quit SS that PowerBot was going public.. :/
Mr Ekted Posted August 27, 2003 Report Posted August 27, 2003 There are still things that have to happen first that are out of my control. FYI, a public release does not imply open source.
DeadlySoldier!! Posted August 27, 2003 Author Report Posted August 27, 2003 If it does go public, would we be able to make plugins for it?
Mr Ekted Posted August 28, 2003 Report Posted August 28, 2003 Yes, without plugins powerbot does virtually nothing.
divine.216 Posted August 28, 2003 Report Posted August 28, 2003 ekted won't share the source because he is shy about his flowery prose that he litters in the comments. He has a fixation with pink carnations and chamomile tea... they come up often in his writing and he thinks it might take from the aura of strength surronding powerbot if its effeminate roots were revealed.
PoLiX Posted August 28, 2003 Report Posted August 28, 2003 so in other words, Powerbot is a female bot?
ExplodyThingy Posted August 29, 2003 Report Posted August 29, 2003 PowerBots a chick.This makes Ekted into the sterotypical nerd, sitting at home, lonely and horny, eating an entire family sized bag of doritoes, never gaining wegiht, in fact, getting thinner, and all they while becoming an even pasier shade of white, while maintaining as little huan contact as possible except to forage for food.Hmm, i see myself in there.
DeadlySoldier!! Posted August 29, 2003 Author Report Posted August 29, 2003 I THINK i saw a pic of ekted one time.. lol
Mr Ekted Posted August 29, 2003 Report Posted August 29, 2003 1. Powerbot has no femininity it in.2. I am thin...and tall3. I am a geek, not a nerd. **4. I do get out every day.5. Mmmmm, Doritos.6. Welcome to the club ExT. ** A geek is a techie to the exclusion of other things. A nerd is someone who is socially inept, and not necessarily technically inclined. You may see them both reading some computer manual at a party, but the geek is doing it by choice, the nerd does it because he's afraid to talk to people.
Dr Brain Posted August 29, 2003 Report Posted August 29, 2003 I always thought a geek was a subclass of nerd. Oh well, guess you learn something new every day.
ExplodyThingy Posted August 29, 2003 Report Posted August 29, 2003 Geek n. One who bites the heads off small animals. Like Zeplin or whoever.
DeadlySoldier!! Posted August 31, 2003 Author Report Posted August 31, 2003 http://www.subspacegallery.com/mrekted.jpg Is that you ekted?
Mr Ekted Posted August 31, 2003 Report Posted August 31, 2003 Yes, it was the first ever pic I took with my new camera. Bad angle, bad light, unshaven. I am 39. Some people say I look 45. I still get carded ordering drinks in some places.
DeadlySoldier!! Posted August 31, 2003 Author Report Posted August 31, 2003 Pfft, im 13 and im 5'0".. Tall people only own because your tall akai.. u 6'5" giant (somethin like that) And Ekted, why dont you just take a new pic
Recommended Posts