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

Zappy

Members
  • Posts

    410
  • Joined

  • Last visited

    Never

Everything posted by Zappy

  1. Alrighty! I'll just read every file like a book, it's not problem I was just looking for a bit of a time saver x). If what i hear was true, that the new engine will include the ability to use sound and music, ranged weapons, and this combat system, this engine shall be practical perfection. I love the gui, so I don't mind not being able to edit it :).
  2. Ok sweet, that sounds rather fantastic! I'm not that "amazing" with the code, with data file would the code controlling the replenishing system be contained in? I've been looking through modPlayer, haven't found anything -.- is that the right one D:
  3. So I can't find the code and just remove it in this 1.1.0 version D:? I'll just have to accept this immortality until the next release? The reason I ask is because this quick replenishing makes spells and potions rather useless :O
  4. Hey, Just one quick question, I recently noticed that HP replenishes rather quickly, so I browsed through the available code trying to find what causes such so I could delete it, I found the part that allows NPC's to replenish, but I can't locate the part for players, where would it be :O? Or am I not able to turn it off xD?
  5. I don't really have an actual income yet, so I don't have much money, I had about 3 canadian dollars sitting in my paypal so I thought I might as well donate it, if every cent counts xD I feel so feeble D: x)
  6. SOUND YAY! : D Well for now I guess I'll continue creating without sound and wait for the next release to come out : 3 Im rather excited now, SOund and Ranged weapons we're like the only 2 let downs in this engine, but if those are under way then well the engine pretty much reached perfection : D! Side note! I'm just pointing out how the sign tile attribute isn't available in the engine, it's not a big deal, not a necessary really, it was just helpful for giving little instructions or information on how to get somewhere or how to play even. Nothing important, just stating my two cents Anyways, enough rambling, This engine is a masterpeice, good job y'all : D
  7. This engine is rather amazing! It's perfect :O The only problem I have with it, is the fact that sound and music are rather impossible to implement Y_Y and really, sound is the most important thing ever =\ but this engine was to awesome to resist for me D: But just saying, if it's possible, The only thing I really require in a new version would be the ability to run wav.'s, mp3', wma.'s, flac.'s, anything :D just not only midi.'s D: xD
  8. *sigh* D: so no music for it then I guess Y-Y that kinda takes all the lustre away from it, EO is rather magnificent. But Music is extremely important to me D: I guess I might have to switch back to 2.7 -.-
  9. Thank you Stephan :O if it's no trouble, I just need some guidance on how I would make any file type (that isn't midi.) to work :O I've downloaded and installed Direct Show like you suggested :O, I didn't really understand what I do with that after :O I've installed it, but what do I do afterwards in order to allow EO to play formats like mp3., wav., and aif. … or is that not what you meant ?
  10. I've been having some trouble, trying to convert my audio files into a supportable file format that will work with EO, but it hasn't been working out very pleasantly D: I tried wav., mp3., and for random reasons aif/aiff, and a multitude of formats my computer doesn't even have software for :O I'm assuming the only supportable format is Midi., but I can't locate a converter that will acctually replicate it identically D: Can anyone help :O?
  11. oh thank you very much :) it worked perfectly, now I can start work again :D
  12. I fixed the problem how it wouldnt even start because I realized I accidentaly saved an extra image in the gfx folder, so thats working fine now, but I already had the library files installed, and it didnt change the problem with the music playing, but i still tried installing it again, still nothing. does the music have to be in wav. format possibly?
  13. Probably a noobie thing here :P I just need help with something that shouldnt take long to help me figure out. As my topic title suggests, when I try to play music for my game, it comes up with an error that reads: Unable to play C:\Users\Zack\Desktop\Eclipse-Evolution 2.7\Client\Music\Linkin Park- In the end- Piano Instrumental.mp3 Either that path\url you type is incorrect, or your computer doesnt have the codec required to play it. Don't judge the song xD lmfao It started doing this after i turned the music setting to off when i was running two clients with different accounts so i could test the game with an admin and normal player at once. Than when I went to turn the music back on with just the admin acount, and the error occured :O and now it won't play. Since than I added two extra mp3\. files to the folder with music. I removed all the default music and it only contains 4 songs now. the other song was put in the folder by me while the music still worked. I think i said everything that could concern this situation im having :O Thanks alot for any help :) EDIT: Ok, now, i tried removing the songs i added, and it didn't even let me log in, as soon as i chose my character, Error 9 popped up, and said the subscript was out of range. So I think this program hates me. x) i put the files back in and it still wont work, so i have NO idea whats going on, since it worked right before I removed the files :(
  14. For version 2.7, you know how the paperdolling is kinda buggy, and walknig onto another board with someone on it wearing paperdoll also, it causes you to be wearing what the other person is? and how when you try and take it off it doesnt come off without going onto another board, is there a fix for this? And yes, theres a reason I'm not using 2.8, it doesnt work, I had it, installed library files, it still opened the client saying lots of things were missing, but still worked, but wouldnt play music, than I was told to get the vista fix, which made it so it doesnt run at all now. so any help?
  15. Hey, as the title states, My game won't play any media during the game, when i open it in windows media player it plays just fine, but if i try and play it for the game, it gives me an error stating " Unable to play, Either path/URL you stated is incorrect or your computer is missing codec required to play media file" or something along those lines, I'm running windows Vista. Anything you need to know about my computer to help solve the problem I can give. Help is appreciated =D
  16. Zappy

    Code Problem

    Hey, Im having problems with my coding, I have this code, if you have 30 bones, Caleb gives you a book, but all this code does when its played ith the npc is say the first line of speech, what am I doin wrong? Yes, those are the write numbers for the items and all. Case 0 Call PlayerMsg(index, "Caleb: Yo, "& Getplayername(index) &" If you give me let's say… 30 bones, I'll give you something awesome! ",GREEN) If CanTake(Index, 7, 30) = true Then Call TakeItem(index, 7, 30) Call GiveItem(index, 37, 1) Call PlayerMsg(index, "Caleb: Cool, thanks! I don't need this anyway, here, take it!", GREEN) End If End Select End Sub
  17. Thanks for all the help, but when I said" Where do I put them?" I meant, where do I put them "in" the main text., like how would I put this into a script I can use for npcs: Call Playermsg("Hey hey, blah blah") …
  18. I just don't know where to put them, or where to find a user guid that tells all the commands and what they do for me to study on, I'd ask if someone can eather give me the url to a tut on where to put all the dif scripts (spell scripts, npc scripts, item scripts,etc) thanks.
  19. Okay, Im using the newest version of Eclipse, and can't seem to find a tut on how to get the server online for others to play it, anyone able to help here?
  20. Zappy

    Transparency!!!

    Oh, thanks, that makes sense. Cool.
  21. Zappy

    Transparency!!!

    Hey everyone, its Zappy, I was just confused with how transparecny works with custom tiles, I have the tiles setup and can use them, but can't figure out how to make the pure black area transparent, and yes, I do put the tiles on a mask level, with a tile underneath on thr ground layer. Thanks
  22. Zappy

    Screwed up Paperdoll

    Don't get me wrong, i love paperdoll, but it's screwing my whole game up!!! First off, when ever i walk onto a board that another player is on, it turns me into him!! i mean im wearing everythng he's wearing! Even when im not wearing anything like him! Next, when ever i equip a weapon, the players get kicked! it's stupid! help me?
  23. How do i put scripts on tiles, how do i do that, didn't work for me, what folder do i put the scrpit in, because i put it in just the script folder, it looked like it was script 2 in the folder, so i set the scripted tile to 2, and nothing happened when i walked on it, sorry about all these questions, it starts to pile up, im just trying to get familiar with the program. :P Also, where is the scripted tile section?? i can't find that…
  24. Zappy

    An anoying error

    Run-time error '429': ActiveX component can't create object any idea what it means? Thats the exact error i get when i try and run my server!
×
×
  • Create New...