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

Jacquelinett

Members
  • Posts

    844
  • Joined

  • Last visited

    Never

Everything posted by Jacquelinett

  1. My goodness… I was lazy to open my admin panel and warp myself to another map so i typed in my chatbox: /warpto 1 to warp to map 1\. Then suddenly the Runtime Error appear, said that file not found. Then my whole game just crash (the server is fine). At first, i thought it was the server problem, so i replaced map 1, and delete all character, and reopen it, the problem still here. So I tried to reinstall the runtime file, but when i try to reinstall, the window told me that it was unable to install. Help T.T
  2. No! XD You understanded it wrong!!! lol, when I said C, i mean Do-re-mi-fa and stuff! I love music so i want to add something to my game that is about music lol. The C is a note, i dont know how to explain it, but it is like C-D-E-F-G-A-B. You know… the keyboard xD
  3. Okay… I was trying to make a Harp playing system. Har001 mean Harp001, which is the C sound. So, I created a new form called frmHarp. I added a bunch of command box there and each box i gave it a: PlaySound "har001.wav" (har002,...) THe har001 file is inside the sound folder.
  4. what is the solution??? -.- lol i put that in and it didnt work :P
  5. Heh… I jump the post xD ok... does this work for EO 2.0? Some of the code doesn't work
  6. This is what I put: Sub Something i dont remember blah blah_Click PlaySound "Har001.wav" End Sub That is it
  7. I added a form with lots of PlaySound command and i added in modInput /bard to open the form. But when i open the form in the game, the server crashed and said "Error Type Mismatch". What should I do?
  8. oh yeah… forgot to tell you that xD
  9. I know… but when I open a new form using command /bard, it just crash.
  10. u mean like how I name it? Just click on Form1, and look on the side, you will see "Form1", change it to FrmAdminMenu. About the error… Did you change anything? o.O cuz I never encounter a problem like that before
  11. of course you can :) Just open frmMain, create a new form called "frmAdminMenu". Then copy the admin panel in the frmMain to the new frm you make. Then go to modInput, find /admin, change the PicAdmin or something like that into frmAdminMenu.Visible = True Dont understand? Just post here, i will explain more
  12. Hi, I have a question, what vb6 command do i use to play a sound from sound folder in the data file folder?
  13. Simple but easy: remove flash on frmmain :P DONE, WORKING, IM SAVED :D THANK EVERYONE ^.^
  14. I am using Modification(S)'s 2.6 version. The normal version of eclipse is fine, there is nothing wrong with it. I tried to redownload the Modification's version and extract, the problem still happen. In case you want to know, look at this, this maybe the problem: this is the frmMain.log: [![](http://img801.imageshack.us/img801/6162/unledyx.png)](http://img801.imageshack.us/i/unledyx.png/) Uploaded with [ImageShack.us](http://imageshack.us) I dont think this is the problem since I can't even save the frmMain.
  15. this is not portable version. This is enterprise version.
  16. Okay… Look at this... My old computer was infected so i moved to my new laptop. I make sured that I have visual basic 6, library file and shockwave player installed. But this thing keep happen everytime i open frm.main! I dont know what to do T.T [![](http://img707.imageshack.us/img707/9085/problemke.png)](http://img707.imageshack.us/i/problemke.png/) Uploaded with [ImageShack.us](http://imageshack.us)
  17. I am trying to learn Visual Basic 6 from Eclipse Origin and I want to code stuff for my own game, I have lots of question about coding (Im really curious :) ). So… if you please answer these question for me, I would really be happy :) First: In Eclipse Origin, if im not wrong, there are a total of 14 modules, can you please explain what each of them are and what do they do and if I code where do I put in? Second: I don’t know what sub or function should I call when I write a script. If you can please explain some of these for me: If I want a player to stand on a tile, what should I call? Is it like “If Player is on tile1 then” something or do I use Playerdir? Sorry I am new, I don’t know lots If I want to check if player is on a tile that I want or not, do I code this: “Dim X, Dim Y, Dim Map, if Player X= 4; Y=6; Map = 1 Then Player.Sprite = 1? “ I wonder if that is right. In item section, I see that there are scripted item, where do I edit scripted item? Is there scripted spell? If I want to make the spell move (which mean from one place to another), which mod should I edit? What is the clsBuffer do? I still have lots of question, just that I can’t remember what it is :P Thank :)
  18. Jacquelinett

    Byte

    So can I declare it as a character?
  19. Jacquelinett

    Byte

    How to raise max byte in the client and server file? the default was 255, i changed it to 1000 and it said overflow
  20. I was thinking about making Eclipse Origin game in half 3d half 2d game. So… what I come up in my mind was making a second map with the same size as map one. Then all the house on the second map is 90 degree (base on map one). I dunno if you understand what im talking about, but is this possible? I will explain more
  21. dunno, i asked this question efore, no answer
  22. Hi again, Im trying to make a piano keyboard for my game. So… I have piano wav file but i dunno wether it will work or not (i havent tested yet) but i have another question too: - How do i make the sound player on all client? (which mean if i play a sound, everyone will hear it)
×
×
  • Create New...