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. Hi i am kinda new at the desiging life but these are my buttons i made yesterday :D
  2. @denis_sacred: > i have faces but idk how to add then to server :-? faces (in game folder):1.2.3.4.5.7…. > maleface=1.bmp? OH all you have to do is add the number for example: ``` MaleSprite=1,53,111,342 FemaleSprite=2,106,222,684 ```and so on.Is that wat you were wanting?
  3. lol some brands of routers may need to be turned off and turned back on for your port to be accessed by others.
  4. WARNING Some routers require a restart before the port is usable.Just sayin' :3
  5. @-: > Here we go again The code that says 192.168.0.106 is your internal ip.
  6. oh lol goto the control panel, then goto internet connections, select your main connection and click on support, you will find a code that has the name IP Address: 192.168.1.x That is your internal ip, or so that is how i found mine out
  7. dude just goto google and type in What's my ip The first thing that pops up should be something like 75.83.115.xxx The xxx is numbers also, i am not giving out my ip like that XD
  8. there is already a tutorial on the fullscreen and the answer to number two is: go into modConstants in the client and the server(I think the server too) and look for ``` ' Bank constants Public Const BankTop As Long = 38 Public Const BankLeft As Long = 42 Public Const BankOffsetY As Long = 3 Public Const BankOffsetX As Long = 4 Public Const BankColumns As Long = 11 ```now you can change all of that. The BankColumns will add another row going down i think.
  9. Hello and welcome to my tutorial of how to make a menustone! Let's get started. First! open up your client and go into the code of frmMain and look for ``` Select Case KeyCode Case vbKeyEsc ```now replace it with ``` Case vbKeyEscape If picMenustone.Visible = False Then picMenustone.Visible = True Else picMenustone.Visible = False picInventory.Visible = False picParty.Visible = False picCharacter.Visible = False picSpells.Visible = False picOptions.Visible = False End If ```and then! go to the object veiwer and add a picture box and call it picMenustone. ok here is how to make it so if you click on a label, it closes all pics down and opens the one designated to that label. add a label and name it something like lblInventory and double click it and add this in: ``` If picInventory.Visible = False Then picInventory.Visible = True picCharacter.Visible = False picSpells.Visible = False picOptions.Visible = False picParty.Visible = False End If ```And so forth on all the other labels, NOTE:You can modify this how ever you like. NOTE2:I will post a screenshot of what it looks like so no one gets confused. sincerely, Growlith1223
  10. Hi um i know this is kinda irrelevant but…Is there a converter on here so i can convert my code from VB6 to C#?
  11. Did you add an exception to your firewall so your port is allowed and your server can broadcast its connection?
  12. @kibbelz: > Stop drafting off topic, unless you have anything useful to say don't post. I hope there is a fix for this :3 I am on topic, you are the one off topic…
  13. @Crest: > I was gonna make this than I realized it was yet another pmd game, so I decided against it What is so bad about pmd games?
  14. @Growlith1223: > it's probably gotta do with the server been on too long and it's not processing everything…I don't know i am just thinking that is the problem xD /shot…That was my answer...
  15. This has never occurred on my game :/ it's probably gotta do with the server been on too long and it's not processing everything…I don't know i am just thinking that is the problem xD
  16. Does this work for EO 2.0 too?I was thinking of making my screen larger xD
  17. You have to code it in…I will send you the required codes to make those sprites work. EDIT:Oh hey dark wave XD I will send you a download to a client with the required codes already in them XD
  18. Have you tried Portforwarding THEN shutting down the router and turning it back on?I had to do that to fix my problem XD
  19. um….I don't understand your system...Does the tiles have to be in the same slot??? Like if you select the first tile in the 11th tileset, does the other tiles have to be on the same slot but on the other tilesets??Your system is so confusing! >.<
  20. I did that before you told me, it only popped up the trde window….It never shows the items in the littlw windows on the trade window.
  21. Delete any edits you made to the classes.ini file.
  22. I was editing the GUI positions and when i get on, it works perfectly untill…..I get....to the trade part... It won't work anymore, when i change the img button for trade to a command button, it won't show up my items and the other player's items, i don't know if the trade is set to the img button but if there is a way to change it, could someone tell me how? :S
  23. Have you tried connecting to the server when the server is on the computer with the direct line to the Router?
×
×
  • Create New...