Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

evilbunnie

Members
  • Posts

    1486
  • Joined

  • Last visited

    Never

Everything posted by evilbunnie

  1. Have you ever thought of grouping variables? Instead of ``` string Channel; string EndChannel; ```do ``` string Channel, EndChannel; ```
  2. This code is pretty bad, bro. I'd suggest using For instead of Goto.
  3. @SnowGear: > So nothing changed, pointless Microsoft Statement is pointless. …It explained which DLL's and EXE's were phased out? It's only pointless to an ignorant person who can't read.
  4. Chromium is better than both. /thread Also where is your evidence to suggest that firefox is faster than Chrome? Having a process per tab actually makes it /faster/. You've never used firefox on a shitty computer have you? Firefox is so fucking laggy on my laptop with 512mb ram and 10gb disk space; whereas chrome goes fast.
  5. @Justn: > That is why I don't use the edit I worked on anymore and just pay you to share you wonderful coding skills =) oh did I mention he does great work for cheap? What? Lol, I was talking to op. ;)
  6. @Anna: > Wait, there's a Windows 8 now? I still roll with XP. Same >real men
  7. @Kittens: > After so many years of the agonizing 'omg guise HM is working on solar eclipse OKAY stop asking when it will be released it will be NEXT MONTH' all I can say is: > > *Maniacal Laugh!* > *Maniacal Laugh!* > *Maniacal Laugh!* Dude. This was 2008\.
  8. Yeah this site is fun. Been there for a while. http://www.landoverbaptist.net/showthread.php?t=51266
  9. @Marsh: > You have no soul The male finger really puts me off :( Also the dog's mouth isn't..
  10. @SuperSake: > He's gonna buy it a nice suit, and take it out for some 'iced-cream', or maybe some 'sodie-pop'. A black person? On the internet?
  11. @Ryochi: > Wouldn't eclipse be the best choice since its the best developed 2D engine out there? -facepalm-
  12. @nexusrightsi: > I'm getting an error in the server>modCombat>Function getmaxplayervital > > Error: Variable not defined. > BUFF_ADD_HP ``` 'Buff Types Public Const BUFF_NONE As Byte = 0 Public Const BUFF_ADD_HP As Byte = 1 Public Const BUFF_ADD_MP As Byte = 2 Public Const BUFF_ADD_STR As Byte = 3 Public Const BUFF_ADD_END As Byte = 4 Public Const BUFF_ADD_AGI As Byte = 5 Public Const BUFF_ADD_INT As Byte = 6 Public Const BUFF_ADD_WILL As Byte = 7 Public Const BUFF_ADD_ATK As Byte = 8 Public Const BUFF_ADD_DEF As Byte = 9 Public Const BUFF_SUB_HP As Byte = 10 Public Const BUFF_SUB_MP As Byte = 11 Public Const BUFF_SUB_STR As Byte = 12 Public Const BUFF_SUB_END As Byte = 13 Public Const BUFF_SUB_AGI As Byte = 14 Public Const BUFF_SUB_INT As Byte = 15 Public Const BUFF_SUB_WILL As Byte = 16 Public Const BUFF_SUB_ATK As Byte = 17 Public Const BUFF_SUB_DEF As Byte = 18 ```add these to modConstants
  13. @Yumi-chan: > okay. Cuz it is not considered as a sandbox unless player can build thing out of it Are you serious? Just because Minecraft was considered a sand-box doesn't mean it defines sandbox.
  14. @Ryoku: > I was asking for purposes of improving the code, but if your going to be like that, GTFO. You look at this whole programming thing very closed-minded and 1 sided. You need to think outside of the "EO standard" you're so used to.
  15. @Ryoku: > Ok then How would you store and Check 10 Stackable and simultaneous Buff Timer values? You wouldn't.
  16. Sounds like every other game. More information?
  17. @Ryoku: > Nope > > Its no worse the the "For x = 1 To MAX_DOTS" loop nested in the other "For I = 1 To Player_HighIndex" loop just above. And so maybe it can be optimized a bit, but so could lots of things about the Default EO. > > When unlocked you CSP is well over 500,000 you wont miss a few thousand. > Edit: Found and Fixed an Error in the self cast buffs. Try that with 200 people in-game. Most of origins code is poorly done and optimized, Robin admits this. Does that mean you have to match that? No.
  18. Code could be optimized a lot more. This has a LOT of loops which will slow down the server a fuckton. ``` For I = 1 To Player_HighIndex For x = 1 To 10 ```What if you have 200~ players online?
  19. No one plays that shit anymore. Our generation has moved on to the now-mainstream games. Internet cafe is your best bet.
  20. 12 year old logic. I play games for the graphics.
  21. @Brown: > Prompt where to find MSDN. There is a reference? Thankful in advance You don't need to install MSDN. That's only if you want documentation.. which.. well.. is useless when fixing this error.
  22. @Chief: > alright, I'll make a clean version for you It's been ten minutes, hurry up and get working.
×
×
  • Create New...