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

iSKweek

Members
  • Posts

    479
  • Joined

  • Last visited

    Never

Everything posted by iSKweek

  1. Yes. http://visualbasic.freetutes.com/learn-vb6/
  2. I play, barely. I used to play heaps but I sorta got bored lol. Skweek is the username if you want to add me. [![](http://runetrack.com/sigs/stat/red/pose/999/Skweek.png)](http://runetrack.com/profile.php?user=Skweek) Kinda low levelled but meh ;P
  3. Haha, if only I had seen this earlier. I just gave everything I owned (well the decent stuff) to my friend XD sorry, lol.
  4. I am trying to add a spell that changes depending on what armour you are wearing. Can anyone please tell me the best way to go about doing this please? I am thinking of just creating a new spell type and making it check worn armour then setting the animation and vital. Is this going to work/be a decent way of doing this? Thanks, Skweek.
  5. Go to "File" -> "Make (your game).exe" then try :)
  6. Change the ip address for the client you use to localhost.
  7. I even started from scratch and just copy/pasted the whole lot. I dunno I will have a look when I get home from work :) EDIT: I have fixed my first issue, turns out I missed something (oops :P)
  8. I had all of that in there haha. I might just leave it til I understand it all a bit more, thanks though :)
  9. @leopoldobb: > Define the "TileScript", and check where do you paste the "If .type…. " Where would I define it? Sorry I am slightly noobish :P
  10. I got an invalid or unqualified reference error for``` If .Type = TILE_TYPE_SCRIPTED Then ``` Also a variable not defined error for``` .Data1 = TileScript ``` The rest of this is awesome though :D
  11. No I am opening it via client.vbp haha. I do have -some- experience with VB, not a huge amount, but enough to open a project. I thought he meant that it might not have loaded correctly or something.
  12. I think so, is there any way to tell?
  13. I don't think you understand what I mean. The variable isn't defined apparently. I don't want to change it at the moment. I guess I will just start from scratch and try again though.
  14. Hi there, small problem when I try to compile my Client source code. It tells me that "GAME_NAME" is not defined. I have searched through the server and client source to find it and the only part I can find it being defined in is``` Private Type OptionsRec Game_Name As String MOTD As String Port As Long Website As String End Type ```in modTypes. The only thing I have changed in the code so far is the starting position. It is probably something small that I overlooked but help would be very appreciated, thanks :D
  15. ~~I am getting this exact same error using Vista 32-Bit and VB6\. I have tried replacing the zlib.dll and that hasn't worked and I have searched Google for an answer but come up with nothing yet. Do you have any ideas as to how I can fix this?~~ Never mind it is working now, and I feel silly :P
×
×
  • Create New...