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

Geotri

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

Everything posted by Geotri

  1. Geotri

    FrmMain Editing

    Haha well thank you :) idk why i didnt think of that i must be turning computer illiterate from taking such a long break
  2. Geotri

    FrmMain Editing

    > I do not think there is a tutorial out there, what version of eclipse are you using? I'm using version 2.3 because its easiest to understand and code for me :)
  3. > Now for some reason is is showing correctly () but before it for some reason was shown as i posted above. And no problem :) lol probably for the same reason the css wasn't displaying and thank you again :)
  4. you sir are a genius thank you so much! > id="cole=ntainer" sty"width:1000px">
  5. Geotri

    FrmMain Editing

    Hey Eclipse Community, I was wondering if anyone knows where i can find a tutorial for editing the layout of frmMain, It would be of great help! Thank you, Geotri
  6. lol no my navigation is supposed to look pretty
  7. what language is the game programmed in??
  8. Hi guys, today i was working on my website and i decided to implement css to make it look nicer, so when i was done i uploaded the files to my ftp server and checked my website on google chrome and everything looked fine, when i opened internet explorer and firefox, none of my css showed up just my plain ugly html as you can see here: [http://tidesofdusk.site90.com](http://tidesofdusk.site90.com). Does anyone know why css wont work on internet explorer or firefox, but it will on chrome, please let me know or a way to fix it would be excellent too, thanks! :)
  9. > it should be > > ``` > LV = "[LV." & val(GetPlayerLevel(Index)) & "]" > Name = Name & LV > > ``` > not with "+"s instead of "&"s :P > > but other than that, nice little tutorial. keep them coming! :DD Haha thanks for the support! :) and haha yeah idk what i was thinking my head must still be in java mode lol
  10. Hello Eclipse Community, I've been working on my for a little now and i have a few graphic,s I've mostly worked on coding, and I have come to realize, my graphics suck, because i'm a horrible drawer, anyway would anyone be willing to help me with a few small graphics? it would be of great help! Geotri
  11. _**Client Side:**_ in modText(code) Search ``` Public Sub DrawPlayerName(ByVal Index As Long) ``` Under ``` Dim Name As String ``` Paste ``` Dim LV As String ``` Search ``` TextY = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - (DDSD_Character(GetPlayerSprite(Index)).lHeight / 4) + 16 ``` Above ``` Call DrawText(TexthDC, TextX, TextY, Name, color) ``` Paste ``` 'Get Level of Player set name string to name and level LV = "[Lv." & str(GetPlayerLevel(Index)) & "]" Name = Name & LV ``` this should give you something that looks like this above the players head: "Name[Lv.100]" Have Fun :)
  12. Haha thank you guys so much ^_^ this community is so lively and helpful!
  13. Hello Eclipse community, i could really use someones help, i just typed out some visual basic code and edited the code for the eclipse client. i compiled and ran the project and it worked flawlessly but then when i went to ride the executable file none of the changes were there, does anyone know why this is or could someone help me please? it Would be of great help :)
  14. Could some one reccomend a good torrent to use for visual basic 6.0 it would be much appreciated Thank you, Geotri
  15. Geotri

    Server Help

    No I did not let the server through the firewall: 1\. is it dangerous? 2.How do you do it?
  16. Geotri

    Filehost error

    @IAmMe: > I use Winrar to send it… Thank you both for your help i will try that
  17. Geotri

    Server Help

    Ok so i followed the tutorial completely: Installation, editing graphics, and publishing i restarted over and over again i forwarded my ports correctly used the right ip everything and the result i get a message that says the server is down can someone please help me i really want to be able to play with my friends :mad:
  18. Geotri

    Filehost error

    How do I send it to an rar file?
  19. I fixed the problem thank you for your help :cheesy:
  20. Geotri

    Filehost error

    i keep trying to upload my client .zip file but when i do it says "this type of file is not supported" can someone please help me? :mad:
  21. Hi im new to eclipse and im using the install tutorials but whenever i try to open the server it freezes and shuts down could some one please help me im positive i installed the library files correctly
×
×
  • Create New...