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

Grimnnak

Members
  • Posts

    78
  • Joined

  • Last visited

    Never

Everything posted by Grimnnak

  1. Gui looks Alright, Although auto-updater looks bare, But as it says its not done. Good work.
  2. Thanks for adding me in credits Apple :D
  3. These are pretty good, if i made a Pokemon game id use these.
  4. @Gin-ji: > Don't be so sorry he is right but, you should probably use manners and give more details about what you want if no one reply's , here is a place where you can get tutorials on vb back to back from easy, to intermediate to hard. > take this, learn it embrace it and before you know it someone will be looking for your help. > > [http://www.youtube.com/watch?v=-TSigZD4D2E&feature=relmfu](http://www.youtube.com/watch?v=-TSigZD4D2E&feature=relmfu) I'm pretty sure thats vb.net….Not vb6....
  5. LOL you crossed out your name, thats kind of funny but anyways, your gonna have to delete your maps files.
  6. This will allow you to Open your picInventory, And then close it, the way your doing it is wrong, Using this way is more efficient, and This line:picInventory.Visible = Not picInventory.Visible Tells the client if its open, then if clicked again then it will close it.
  7. Don't use .ini's.
  8. Probably because the directory doesn't exit. You need to redo its directory and put it in the right section.
  9. By Click im guessing you mean by hitting CRTL on them, if you do then, you should add Scripted NPC's to your project. It will let you make your own commands for an NPC. http://www.touchofdeathforums.com/smf/index.php/topic,68426.0.html
  10. You dont need all that code take a look at my PicInventory: picInventory.Visible = Not picInventory.Visible picCharacter.Visible = False picSpells.Visible = False picOptions.Visible = False picParty.Visible = False BltInventory ' play sound PlaySound Sound_ButtonClick
  11. I feel like a fool for bumping this, but i need an answer…
  12. This might help you. :D http://www38.zippyshare.com/v/52879048/file.html
  13. Wrong place, Someone move this please..
  14. How come only the first person on the server can see the Quests? whats the fix?
  15. 1\. Yes,Look around for a sprite changing code. 2\. Yes go to Constants in Your VB6 Project And find "' Speed moving vars" And change Walk speed.
  16. I get a problem, When i try and get more than one quest only one shows up. :(
  17. How would i go about adding this in with: 'Draw level Call DrawText(TexthDC, TextA, TextB, "Level " & GetPlayerLevel(Index), color)
  18. Never mind they attack back, Thanks…
  19. Heres what the codes looks like…http://i55.tinypic.com/r2l3t4.png
  20. Ok,I can't walk thru NPC's, But they don't attack back now
×
×
  • Create New...