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

IFX

Members
  • Posts

    202
  • Joined

  • Last visited

    Never

Everything posted by IFX

  1. IFX

    Help with coding error?

    So basically i'm working on getting wabbits ranged projectiles to work on my client. And I've gone through it about eight times. But no matter what I do I get the same error. And I know i didn't miss anything. So It's obviously not an issue with wabbits. So i was curious if i where to send someone my source, could they lend me a hand and troubleshoot it?
  2. Method or data member not found on .ProjecTile I have no idea where to even begin trying to fix that. I've gone through it about eight times. And I haven't missed a single thing server side. I just think I need to get it sent to someone to fix. –--- Just started over with a clean slate. Same problem (and by clean slate i mean backed up version of my source.)
  3. Damian, You are a god of sorts.
  4. THOSE WORK PERFECTLY! THANK YOU "NoOne".
  5. IFX

    EO3 Multiple IP's?

    So, the first time i've coded anything outside of a batch file on my own. But i managed to fix it by changing "Socket.IP" to this: frmMain.Socket.RemoteHost = Options.IP2 I am super beyond proud of myself. Is it possible to use this code to add in 3 or more servers? Because if so that could be super useful down the road.
  6. IFX

    EO3 Multiple IP's?

    Method or data member not found on .IP2 Nevermind. I think i forgot something. Okay, now that thats not erroring i get "method or data member not found" on .IP If Not IsConnected Then 'try second ip Wait = GetTickCount frmMain.Socket.Close frmMain.Socket.IP = Options.IP2 frmMain.Socket.Connect
  7. IFX

    EO3 Multiple IP's?

    –-Removed Comment Because Spam -----
  8. HAHA. well if the page is so dead that not even the author remembers it I may as well not bother…
  9. IFX

    [EO 2.0] Bank Tabs

    So EO3 apparently doesnt have a bltbank sub… Any clue what it changed to? because i am clueless.
  10. So, does anyone by chance have a base female and male resource? May they be naked or just wearing under-clothing, I require some base textures to start with. I am using EO3, so if you can fit the sprites accordingly that would be friggin awesome. Okay, so I'm content with what i have. so uh… Yeah. Nevermind on this post.
  11. IFX

    EO3 Multiple IP's?

    Hello, so basically this is my first question on the Q n A, and I have no idea if it will get read. But here goes. My parents are divorced. And my laptop is the server. So to make it easier on my friends I would like my client to try to connect to one ip, if it cant, then try to connect to another. If both fail, then it will show the error message. If anyone can help me with this I would be eternally grateful. Or at least be grateful until the end of the day. ~IFX
  12. Definitely will add the **** out of this.
  13. So what exactly does this do? give you an item that goes away after a while that gives you an exp multiplier? I like the concept. Maybe could add in some form of cool animation when it runs out. Idk. Totally going to use this though.
  14. IFX

    Party Only Chat

    Have not yet implemented this yet. but i definitely will. Apparently on export UpdateShowChatText is not defined. Grand.
  15. IFX

    [EO 2.0] Bank Tabs

    blt bank sub or function not defined. what do?
  16. *slow clap* okay. i get it. I'm just going to go put that project on the back burner, and go do something else.
  17. > "Replace Width and Height with your current **frmMain's** res EO uses **785x****594 **THIS IS NOT DIVISIBLE > by 12 you MUST change frmMain's size to be divisible by 12 > " > > > > ReplacewithWidth and ReplaceWithHeight are not actual variables, you have to set their values. Is there any way to set that to be the users screen resolution?
  18. OHHHHH!!!! Now that i read that i realize how dumb of a mistake that was. Way to go IFX. also. Thanks. *applauds your fantastic system* it works brilliantly now.
  19. Okay, i know i'm a little on the late end of things, but i get a "variable not defined" on replacewithwidth. I'm using a vanilla copy of eo3
×
×
  • Create New...