Jump to content
SSForum.net is back!

JoWie

Member
  • Posts

    900
  • Joined

  • Last visited

Everything posted by JoWie

  1. typing a sentence in the chat every few seconds is more bandwidth then the money/exp display. you are really overestimating how much it costs, sure it's a bit more then needed because of the continuum protocol, but it still isn't a whole lot.
  2. credit card for WoW? not that I play that game but you can find "pre-paid" cards in game stores here. Buy a card for yourself / friend and get like 1-3 months WoW
  3. This is the gamble bot I use, also contains a whole bot core in perl 5. haven't touched this in a long while tho, but it supports a lot of nice features. Perl: https://www.activestate.com/activeperl/downloads/ JoWie GambleBot.zip
  4. that shit can cause blindness
  5. stuff they never finished, key opens doors, the red missile is heat seaking iirc.
  6. Well, if the client handles the animation, it's more fluid (no lag), and handling a timer for each player on the server would be annoying (and unnecessary) i was talking about the money and exp display
  7. bouncing bombs do the same damage with bounces left as without bounces left (BBombDamagePercent)
  8. you worry about the traffic generated by a 1 or 2, 11 byte ObjectMove packets every few seconds. yet you send a 1428 byte settings packet every ship change
  9. Don't forget the shields timer, unless you stopped using those. Also, why not finally add a money and exp counter, it's so easy to do.
  10. JoWie

    Sig Slots

    Isn't that what hyperspace is all about... creating more powerful ships
  11. You need UDP for continuum
  12. it can be done, but those ships would jump around on the screen
  13. i'm getting the following error: if i load it up in the debugger, it goes wrong in clsMD5 in MD564Split on the line "arrSplit64(intInnerLoop) = bytBuffer(intLoop2 + intInnerLoop)". Could it be that the lvz file is getting to big for dcme? it tries to go over 65535 in bytbuffer
  14. I added a menu option in file named "Import LVZ Tiles" which reads a simple text file and adds the lvz tiles. You have to re-import it everytime you open the map The text file looks like: @rocks.lvz #rocks_image0.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 #rocks_image1.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 0,2,192 1,2,192 2,2,192 #rocks_image2.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 0,2,192 1,2,192 2,2,192 #rocks_image3.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 0,2,192 1,2,192 2,2,192 #rocks_image4.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 #rocks_image5.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 0,2,192 1,2,192 #rocks_image6.png 0,0,192 1,0,192 2,0,192 0,1,192 1,1,192 2,1,192 #rocks_image7.png 0,0,192 1,0,192 0,1,192 1,1,192 0,2,192 1,2,192 #rocks_image8.png 0,0,192 1,0,192 2,0,192 3,0,192 0,1,192 1,1,192 2,1,192 3,1,192 1,2,192 2,2,192 3,2,192 This is how I implemented it (frmMain) There is 1 bug, it does not clear the old tiles if you reimport
  15. if you really want to play, set up a SOCKS or SSH server at home, and run one of those from port . That should work unless they do some kind of packet inspection. doubles your lag tho
  16. baaaaaaaaaaahhhhhhhhhhhh
  17. It works! Nice, thanks. Maybe I can get it to save later. But a bit to busy atm
  18. I'm glad ISPs don't do that here (yet?) Our version of the RIAA doesn't go after consumers anyways. Torrent is going really well hit 180 KiB/s after the first 10 seconds. Currently going 400 KiB/s Also, correct me if I am wrong, but isn't just downloading without uploading music & video legal, but downloading commercial software always illegal?
  19. That is probably because you are on Vista Home. If you boot into safe mode they will appear. Alternatively you could use a command line ACL tool: icacls "c:\program files\continuum" /t /c /grant %USERNAME%:F Haven't tested this since I do not have vista
  20. if it happens again, just rename "continuum.exe" in the c:/program files/continuum folder. It will stop starting itself. Try this: Install the following: http://technet.microsoft.com/en-us/sysinternals/cc300361.aspx right click your continuum shortcut, select "run as different user", enter your own username + password. This always solves it for me. Even if I use the username + password I am currently logged in with.
  21. I have played around locally with c99 before. Basically its a nice interface to execute php commando's, execute system commands, manipulate files. Contains some php exploits, can listen for connections, connect as an irc bot, brutefoce ftp cracker, crack winnt passwords / unix passwd, sql interface. Ofcourse anyone who runs his webserver as a privileged user is asking for trouble. It probably came from here: http://www.shellc0der.com/
  22. Anyone who posts after this post
  23. Heh got the exact same pm from the exact same user on governmentsecurity.org
  24. Are the players able to reenter if subgame is restarted?
  25. Not only that, even programs that install on a different partition can stills store a lot on the windows partition. For example, Firefox stores your profiles(extensions, bookmarks, etc) in the application data folder, which is by default (but can be changed) "C:\Documents and Settings\User\Application Data". More and more applications are doing this because of Vista
×
×
  • Create New...