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

Warden

Members
  • Posts

    62
  • Joined

  • Last visited

    Never

Everything posted by Warden

  1. Hello, when i try to run my game in vb6 it loads and then give an error Invalid operation at current state and highlights``` frmMain.Socket.RemoteHost = Options.IP ```under``` sub Tcpinit() ```what could cause this?thank you :)
  2. Warden

    How to make…

    Hello,well can anyone create tutorial for making new item sort,so if ya pick item you can add it on map like object or smth,and other ppls can damage it like barricades,thanks
  3. Warden

    Zombie

    RMXP i guess:D
  4. Warden

    Zombie

    "i have a few i made but im not releasing",why did ya even bother to write here:S
  5. Warden

    Zombie

    Hello,can anyone make a zombie character for my game?i really need it,thank you :)
  6. ummh,i did everything what tutorial said but when i shoot someone the projectile wont appear and NPC wont get any damage :/
  7. Warden

    Volume level

    Hello,is there any way to change the volume level?is there tutorial or smth?i want to make a volume level thingy in options so you can change how loud it is
  8. yay,i got it working for EOv2 ,it rocks,thank you :)
  9. Hello,i tried to resize the client in to bigger one but it didnt work,so can someone make tutorial for that?thanks it really would help
  10. its removed,i guess i wait till its reopened,but is there more clients with it?
  11. Hello,i tried to find some tutorial or client and server files with the skills like fishing woodcutting etc like you get level from it,is there any free clients and server files or there is a tutorial to make it?thank you ive been searching for it long time
  12. Hello,theres a site called reiner's tilesets and i want to add some characters from there (http://www.reinerstilesets.de/2d-grafiken/2d-humans/) but how can i add them?like it gives me 128 bitmap pictures how can i convert them together?thanks
  13. umm okay,but do ya have idea how to take the background off?
  14. Hello,i want to make a new GUI and i have trouble of getting off the background from the optionbutton,it has black background and i dont know how to take it off http://img263.imageshack.us/img263/9331/33465580.jpg
  15. 1\. Skills system,like woodcutting level etc…
  16. wow cool program,ima use it too,thanks
  17. Warden

    How to send error

    works now,thank you :P
  18. Warden

    How to send error

    gives me error variable not defined "Call Alertmsg"
  19. Warden

    How to send error

    Hey,how to send error message,like ummh if ya click some button it will show error "you cant Click this button" or smth like that
  20. Hello,i edited the script and added some things in it,now when i wanted to run it,it gives me error "bad file name or number" and shows me the line: > Public Function FileExist(ByVal Filename As String, Optional RAW As Boolean = False) As Boolean > ' If debug mode, handle error then exit out > If Options.Debug = 1 Then On Error GoTo errorhandler > > If Not RAW Then > this line –----------> If LenB(Dir(App.Path & "\" & Filename)) > 0 Then > FileExist = True > End If > > Else > > If LenB(Dir(Filename)) > 0 Then > FileExist = True > End If > End If > > ' Error handler > Exit Function > errorhandler: > HandleError "FileExist", "modDatabase", Err.Number, Err.Description, Err.Source, Err.HelpContext > Err.Clear > Exit Function > End Function but i even havent touched this line,so can anyone tell me what may be the problem?(i can send the full code if someone can help me,i really need help :( )
×
×
  • Create New...