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

Growlith1223

Members
  • Posts

    2042
  • Joined

  • Last visited

Everything posted by Growlith1223

  1. Hey I need a GUI for my game, it's a Pokemon Mystery Dungeon(PMD) game and i was hoping it could just be a simple one. Everything is still the same.
  2. @Nachos: > I love you! LOL @Nachos: > Any clues on the Windows seven color scheme? EO 2.0 works fine, it started happening after i started editing Um…I don't use Windows 7 so i don't know about that...It's gotta do with the DirectX.
  3. lol Since i am making a Pokemon game, i need to write that over and over 493 times because of the number of pokemon XD
  4. NVM i made it so it looks like this: ``` If Player(index).Level > 16 then If Player(Index).Sprite = [sprite] Then Player(index).Sprite = 2 End If Else PlayerMsg("You are not a high enough level to evolve", BrightRed) Exit Sub End If ```I just have to write this 493 times XD I don't know if that is efficient or not…
  5. You must have done something more like change the Client's revisions….Change them back to 1.3.0.0 It will fix that problem...If you are using CS:DE...I can't help you on that part XD
  6. How do i make This:``` If Player(index).Level > [lvl] then Player(index).Sprite = [sprite] End If ```Will load a rec and if the player is that rec, it checks if it's that lvl and changes it's rec?Help is greatly appreciated.
  7. No! Because before i edited it this last time, i was able to see other's items :S
  8. On here or on Facebook and if on Facebook, what is your name? XD
  9. But i do have something called Chatango…
  10. @Akio: > Growlith do you have MSN? No DX
  11. @Scott: > I plan on releasing a guild tutorial pretty soon, just finishing up the client side stuff (make/leave/invite/view guild), so just a matter of finishing that and ripping it to a tutorial. Have been doing a lot of De-bugging, I spend more time trying to break it than I do coding it, so it should be pretty bug free. So if you can wait for **a free one** keep an eye out for it. Ok i guess i can wait. @Captain: > I'll do it for a cost. What do you mean by a cost? Money???I can't give money, i don't gots none DX
  12. Ok so i was just editing adding in some new stuff, i play it and my friends play it and for some reason, none of us can see the dropped item that somone else droppend :S The person who dropped it can see it but we can't…Any help?!
  13. LOL I am knida new to coding XD So i guess i will just wait till Erwin finishes fixing his Guild System. @Excalibur: > I've one, but i'll not give it to you….. > > lol OMG I would be so happy if you would but I know you won't give me it DX
  14. @Justn: > It is easy to get it working for Eo2.0…. The problem is with the whole ini file saving... read my post above and you will see the issue. I just don't know how to convert it to an udt :( it still works though I will help u add it in if u want but making a tutorial would be pointless with the ini file still in place > Only thing is just don't let npcs sell houses to players do it manually or find some other way to keep more than one person from being able to click "buy" from the manager I do need help >.
  15. @Justn: > I forgot all about this let me try to add get tickcount instead of a timer :( as for ur problem with it only showing 5 letters I'm not really sure ryoku hasu did all the word wrapping stuff ill play around with it Have you tried figuring out the problem where only 5 letters appear?
  16. Could someone help me on this?I can't seem to get it to work. Everytime i try to type in /status message here, It doesn't add anything.It just stays at [|||||||||||||] Any command that relates to the commands, don't do anything. Any help would be appreciated. :O
  17. Did u edit the source in any way? If so you probably got a code wrong or you have a major bugged source.
  18. I got a problem with this D: It kinda works perfectly but now it just shows these little weird things in the status… Any help? D:
  19. Ok this is a tutorial on how to make it so you can switch from The IP you defined in the config.ini OR you can use a defined IP and Port in the source itself This is all Client sided! Ok let's start. FIRST Goto modClientTCP and goto the Remote host area And change it to this. ``` If frmMenu.IPPort = 1 Then frmMain.Socket.RemoteHost = Options.IP frmMain.Socket.RemotePort = Options.Port Else frmMain.Socket.RemoteHost = (Your IP address.) frmMain.Socket.RemotePort = (Your Port.) End If ```Now goto frmMenu and make a new Command button, Label, or imgbutton. For this one i will use a Command button Ok now make a new command button and double click on it and type: ``` If frmOptions.Visible = False Then frmOptions.Visible = True Else frmOptions.Visible = False End If ```Now make a picture box on frmOptions And make 2 of the radio thingies(lol thingies)and you don't have to name them but it's recommended if you ever wanna see what you made. Ok so once you have them done. Double click on the optIPPortOff and type in this: ``` frmMenu.IPPort = 0 ```And click on optIPPortOn and type in: ``` frmMenu.IPPort = 1 ``` Credit to me for thinking of it just now xD I don't know if this works because i just brainstormed it just now xD. This is probably a newbish way to make this and probably inefficient but i think it will work.
  20. Which version of EO are you using? If you are using version 1.1.0, That one has too many bugs.
  21. How come when you change the pic screen size, it makes the Maps not useable or bugged?
×
×
  • Create New...