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

Naruto

Members
  • Posts

    92
  • Joined

  • Last visited

    Never

Everything posted by Naruto

  1. When i compile it i get a error with the txtChat all of them
  2. Does anyone know how to do this that is willing to guide me to adding it please It's just an image named light.jped other it and it follows the character how do i add this? ![](http://i.imgur.com/mCivN.png)
  3. I will apply for website developer PM me on forums for my work
  4. Marshy Dearest currently atm it's still in development seems i need to create like 366 pages while also uploading 366 episodes of 20 minuets each Should be up within the next week or 2 maybe 3 due to my eclipse project if you would like i can give u the link to one with no ads for the time being?
  5. I meant like what code i would be looking for because i cant find it
  6. Thank you for commenting and it kinda went with the look of the site so i just kept it
  7. > Don't bump a topic after only 3 hours. Everyone on here has different time zones.. you need to give it some time. I apologize sorry.
  8. Seems i cant start a topic in web development i thought id make one here ![](http://img577.imageshack.us/img577/2773/b6431b2754214656a414f71.png) ![](http://img842.imageshack.us/img842/5527/64a9ebddf309422c8d29772.png) Can you please give feed back on what could be improved and what you like thank you
  9. > o.O u guys need help XD there just old games!!! the worth depends from person to person ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) Everyone loves the classics.
  10. Im trying to make buttons so when you hoover over them it shows a bubble saying what it is Expectations - ![](http://i.imgur.com/dgjgl.png) How it actually turns out ![](http://i.imgur.com/b2DaY.png) The bubble is in the png with the actual button
  11. Yeah i did thanks for the reply though
  12. It was fixed until i logged out of client than back in ``` Sub ProcessNpcMovement(ByVal MapNpcNum As Long) If MapNpcNum = 0 Then Exit Sub ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler ' Check if NPC is walking, and if so process moving them over If TempMapNpc(MapNpcNum).Moving = MOVING_WALKING Then Select Case MapNpc(MapNpcNum).Dir Case DIR_UP TempMapNpc(MapNpcNum).yOffset = TempMapNpc(MapNpcNum).yOffset - ((ElapsedTime / 1000) * (Npc(MapNpc(MapNpcNum).num).speed * SIZE_X)) If TempMapNpc(MapNpcNum). ``` I asked for the other topic to be closed than 5minuets later the problem came back i apologize for basiqly making the same thread twice
  13. Thanks you very much that fixed my problem. Please can someone close this thread
  14. Hi guys i'm new to vb6 and when ever i warp i get Rune time error 9 here's the code it highlights In modGameLogic (code) ``` TempMapNpc(MapNpcNum).yOffset = TempMapNpc(MapNpcNum).yOffset - ((ElapsedTime / 1000) * (Npc(MapNpc(MapNpcNum).num).speed * SIZE_X)) ```
  15. Omg thank you very much ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  16. > after you save…you click: > > File > Make Eclipse Origins.exe (client ..what ever version you're using) to recompile the file you just modified. I dont have that I'm using Eclipse Advanced engine if that helps. But thanks for giving me knowledge for the other one if i switch
  17. > In the client.vbp (you need Visual Basic 6.0 for this), do Ctrl-F and in the "Search" box type in that message. When you find it simply changed it to whatever you want. I do that and save it but it says the same thing how do i fix this?
×
×
  • Create New...