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

teh jimpie

Members
  • Posts

    561
  • Joined

  • Last visited

    Never

Everything posted by teh jimpie

  1. hello is it possible to protect your files while sending your client to others? I mean, my mate wants to make PD sheets, but not when they can get stolen. Also, in your client folder is a folder "maps" and "scripts" there are the script in what you've used. they can steal that easy too, is it possible to hide it on anyway? When I go to the properties of the folder I'll see this: [![](http://img155.imageshack.us/img155/4250/naamloostn.jpg)](http://img155.imageshack.us/i/naamloostn.jpg/) Uploaded with [ImageShack.us](http://imageshack.us) but when I'll do that, my client gives error while starting up "RTE 75". thanks
  2. teh jimpie

    Website

    actually I started with webs? :/ very basicly, but it's easy. But I need a http server for my auto-updater, is that possible with webs.com? (I don't know alot about it)
  3. teh jimpie

    Website

    hey, I'm pretty far with my game, but its not finished. I want to make a website, does anybody have tips? If its possible I want a website where I can put a auto updater on, tips please? :)
  4. So I just change that 7000 in that code to the ammount of miliseconds I want? Also, should it be possible to have 30 seconds on the left, and 7 seconds on the right? Im making a pm system so Im using the left for the messages XD
  5. hey Im trying to make a "note-pad" ingame. You can put notes here, something what you wont forget in the game. But how I've a problem with the listbox, how do I create a line with text in it? this is how it'll look like: [![](http://img714.imageshack.us/img714/4471/naamloosus.jpg)](http://img714.imageshack.us/I/naamloosus.jpg/) Uploaded with [ImageShack.us](http://imageshack.us) so under the "add note" button I need a code that will add a new line with text in the listbox, how do I do this? ``` If txtNote.Text = vbNullString Then Call AddText("Please enter a valid note!") Exit Sub End If NoteList.??? = txtNote.Text ```I've tried alot of thing, but no1 did work for me. Could somebody please post the code? :/
  6. teh jimpie

    Url

    mkay thanks:) do you have some good sites for rpg music's?
  7. teh jimpie

    Url

    @Ballie: > A Youtube URL is not a music file. If you want to include a Youtube video's sound in your game, you'll have to rip it, then either host it or include it with your game. thanks, I guess by saying I need to "rip" it, its illegal, right?
  8. teh jimpie

    Url

    hello I want to add music to my game, but how do the "URL Music" work? When I put a movie from e.g. youtube, it wont play the sound.
  9. teh jimpie

    Vb enter

    Hello I want to make this command send the data to the commands.ess, so I just do that by typing something. But I need to know how to make it so it press "enter" for you, so it says it. so how do I make it so that i'll autmaticly press enter for you ``` Private Sub UpdatePlayers()_Click txtMyTextBox.Text = vbNullString txtMyTextBox.Text = /update Call VbKey(Enter) End Sub ```
  10. @Ballie: > When the text appears, it records a variable set to GetTickCount, which holds the amount of time a program has been running, in milliseconds, if I'm not mistaken. Regardless, you can check that variable against the current GetTickCount value. I'm sorry, I'm not understanding 100%. So every TickCount is a diffrent time? That's obviously. But where is the TickCount value then?
  11. hehe this is mine XD But I'm not playing alot anymore, I gave my account to a mate what plays on it since I reached 99 strength (2-3 weeks ago) oh, ye, I hate skilling :) [![](http://img195.imageshack.us/img195/5288/naamloosho.jpg)](http://img195.imageshack.us/i/naamloosho.jpg/) Uploaded with [ImageShack.us](http://imageshack.us)
  12. teh jimpie

    Party

    Hey, I'm now almost a year busy with eclipse, but I still don't know whats the function of a "party" (you know the command; /party ) can someone explain me? thanks
  13. hey I want to change the battlemessage's time. I've looked up for it in the source at the time but, at the time it says: "GetTickCount". Where is that exactly? Isnt it just set by a timer? Im using eclipse stable 1.2.2 thanks
  14. @Ballie: > As for the second error, that says that the syntax for using regsvr32 is to type 'regsvr32 [filename]', whereas I see he only typed 'regsvr32'. Have him type 'regsvr32 msscript.ocx', and it should work, so long as he is running as admin. > > If that doesn't work, just have him find the file MsScript.ocx, and right click it. Go to properties and where it says "Opens With", click "change". Navigate to Windows\System32 and look for regsvr32\. Then, whenever you double click an OCX file, it will register it. :) thanks, ballie my friend is offline now, but I'll tell it him tomorrow. I'll get an error when I do it, 0x0008005 or something, maybe because I've already registered it?
  15. He did install the eli on windows service 2000 or higher, so it couldnt be that
  16. @Robin: > [http://www.touchofdeathforums.com/smf/index.php/topic,58493.msg618740.html#msg618740](http://www.touchofdeathforums.com/smf/index.php/topic,58493.msg618740.html#msg618740) > Although I created this with Origins in mind, it'll work with anything whether it's Eclipse related or not. arg im stupid
  17. Hello, I've searched on google / youtube to find something to make a auto-updater. All I found was something with visualbasic.net, but I guess I need an auto-updater with vb6 I would like to make a installer and auto-updater, because when I keep sending newer client versions it takes alot of time for me, and for my team. can someone helpe me / give me some information about how to make this? thanks in advanced
  18. Hey, I have a friend, what want to play my game, but, he get loads of errors. He could play before but he cant anymore after a system update. 1\. It says he doesnt have DirectX 2\. Missing files ..? here you'll see a movie he made of the errors: >! http://www.youtube.com/watch?v=TRdgg5ctcw0 how did he try to fix: 1) He have installed DirectX, you can see it at the last part of the movie. 2) The client folder isnt missing any files, however, he installed the ELI and tried to register the msscript.ocx (see pic down here, he'll get error by that too) >! [![](http://img24.imageshack.us/img24/9002/naamloospe.jpg)](http://img24.imageshack.us/i/naamloospe.jpg/) >! Uploaded with [ImageShack.us](http://imageshack.us) what could he do?
  19. Download the latest version of eclipse stable, it was bugged, but now fixed
  20. teh jimpie

    Deleting a Map

    @R0nan: > Hello.. > How do I delete a map please? I need to delete the first map of my game. 2 options. 1\. Go to your mapeditor, and press "clear", you need to do this by every attribute / layer 2\. shut down your server, go to your server folder and open the folder "maps" delete map1.dat and you're done. Start your server again. > Warning - while you were typing a new reply has been posted. You may wish to review your post. ugh >.<
  21. @Alatar: > I think that, in the Form_Load of frmMainGame it says something about the Width of it, check that :) Not really, I guess :( ``` Private Sub Form_Load() picAdmin.Left = 10 picDrop.Left = txtMyChat.Left picDrop.Top = txtMyChat.Top Me.width = 10545 End Sub ``` Then, the 2th point. It's my game, isnt it? :/
  22. Hey I guess this wont be hard to do. I want to change the size of the eo maingame frame. in vb6 it shows bigger then its right now >! [![](http://img580.imageshack.us/img580/8053/naamloosm.jpg)](http://img580.imageshack.us/i/naamloosm.jpg/) >! Uploaded with [ImageShack.us](http://imageshack.us)[![](http://img101.imageshack.us/img101/5622/naamloosvrr.jpg)](http://img101.imageshack.us/i/naamloosvrr.jpg/) >! Uploaded with [ImageShack.us](http://imageshack.us) as you see im missing ingame a piece of the game. how do I fix this?
  23. teh jimpie

    Eo bug?

    @Robin: > No, that's not a bug. how do I fix it then? Or isn't it be made to use more tilesets? nvm I just put all tiles in tiles1.bmp
  24. teh jimpie

    Eo bug?

    hey, I have a problem with eo, when I change the tile sets, it change the back ground too. this is how it should be >! [![](http://img96.imageshack.us/img96/9629/naamloos2md.jpg)](http://img96.imageshack.us/i/naamloos2md.jpg/) >! Uploaded with [ImageShack.us](http://imageshack.us) and this is what happen when i switch to another tile set to map >! [![](http://img175.imageshack.us/img175/8003/naamlooswz.jpg)](http://img175.imageshack.us/i/naamlooswz.jpg/) >! Uploaded with [ImageShack.us](http://imageshack.us)
  25. teh jimpie

    EO

    @Alatar: > 1) Here: Client -> modConstants: > ``` > ' Speed moving vars > Public Const WALK_SPEED As Byte = 4 > Public Const RUN_SPEED As Byte = 6 > ``` > 2) Like the Shift button or like what? 1) Thanks, but when I'm right, in EO you're always running, not? I want you're always walking. so I just make RUN_SPEED the lowest and the WALK_SPEED the highest 2) Yes, but now not just shift, but an option somewere on your game. By clicking it you keep walking or running
×
×
  • Create New...