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

kira423

Members
  • Posts

    279
  • Joined

  • Last visited

    Never

Everything posted by kira423

  1. @Growlith1223: > The reason for that is…This tutorial is meant for the Face, not the character sprites.... When your source is implemented it doesn't show faces, it only shows the FULL sprite picture, that is an error in the fixed code you put, I am not sure exactly what caused it as I am a bit new to VB6, but I had the same error he did and I followed your tutorial step by step
  2. @narut0no: > Please Help…!!! I had this problem too, what I did was left this line be ``` If frmMenu.optMale.Value = True Then Sprite = Class(frmMenu.cmbClass.ListIndex + 1).MaleSprite(newCharSprite) Else Sprite = Class(frmMenu.cmbClass.ListIndex + 1).FemaleSprite(newCharSprite) End If ``` and changed this code instead ``` If DDS_Character(Sprite) Is Nothing Then Call InitDDSurf("characters\" & Sprite, DDSD_Character(Sprite), DDS_Character(Sprite)) End If ``` to ``` If DDS_Character(Sprite) Is Nothing Then Call InitDDSurf("faces\" & Sprite, DDSD_Character(Sprite), DDS_Character(Sprite)) End If ``` you still want to change the ``` width = DDSD_Character(Sprite).lWidth / 4 height = DDSD_Character(Sprite).lHeight / 4 ``` to ``` width = DDSD_Character(Sprite).lWidth height = DDSD_Character(Sprite).lHeight ``` hope this helps
  3. Srsly :/ ![](http://img850.imageshack.us/img850/9392/screenyi.jpg) *Edit, Im about over my damn typos too…
  4. @Rose: > modPlayer -> _Public Sub UseItem_ > > Below: > ``` > Set Buffer = Nothing > > ``` I cannot find that line of code under here ->modPlayer -> _Public Sub UseItem_ maybe that is something you modded in that others don't have? Cause the only place I am finding Set Buffer = Nothing is under Sub On Death…. *Edit, I found out where to put it lol, but might wanna check into that
  5. ugh forget this, i forgot to compile the server, but it wont let me it keeps giving me errors, i'll just go back to the laggy stable I guess, cause this shit I just can't understand
  6. yea LOL, i may be blonde, but im not that dumb :P EDIT So I went to do it again just incase, and it compiles fine, but this time when I went to make EO.exe it says "Method or Member Data not Found" it didn't do that the first time… soo errr what have I done wrong now LOL
  7. ya I got it fixed LOL i feel stupid now thanks for all your help guys ^_^ **EDIT Well I thought I had it, everything was showing up right in Vis basic, but when I go to play the game its still not doing ne thing… grrrrrr
  8. No no no I don't wanna resize them if they are right, I was just confused on if they were supposed to be all over the place… like in the editor
  9. either way it shows you about how it would look and it all looks waaaaayyy off thats all im saying, so is it supposed to look off??
  10. I did, but the only real question i had, I mean I will figure it out eventually, but the sizes that u have they are enormous are they supposed to be that big like 1500x1500 for picSpeechFace…. just wondering if maybe i read that wrong or somethin
  11. Yes, I added it, at the bottom of modhandledata
  12. This is what i mean by normal boring text ![](http://www.touchofdeathforums.com/smf/index.php?action=dlattach;topic=68317.0;attach=18068)
  13. The normal text you know, the NPC name and then what you have it set for them to say
  14. I did everything step by step and can't get it to work, I'm not getting any errors, it's just not doing it, like I added all the pic boxes and the label and gave them the settings, and added all the code, but it's still showing the boring ole' text, I mean don't get me wrong I just downloaded EO today, wanting to get a refresh from Stable, as I haven't had internet in a good long while, but yea, any help would be much obliged :D
  15. I am looking to make a little bit of quick cash sooo… I am going to offer my paid services of music creation. I must forewarn you though I do not create MIDI music, but real instrumentals. I have worked on a few projects for groups working with UDK (Unreal Development Kit.) My prices vary, but a “basic” package of a looped 2 minute song would run you around 5 USD. I accept payments via PayPal. Right now the work is just part time, but I may start doing more work depending on how this goes. My time is Eastern Time, and I am online more often in the night time then in the day, so that’s about the best time to contact me, but I will reply to your e-mail promptly after I have read it. I have some demo’s attached, these belong to me so please don’t steal them. If you are interested in me creating game music for you please feel free to contact me at [email protected]
  16. kira423

    Baby Time

    ^_^ thank you all, she is a handful though let me tell you she has been awake for 3 hours, and still wont go to sleep, but I dunno if that is a good or bad thing cause she may sleep longer after she actually does doze off….
  17. kira423

    Baby Time

    Lillian Marie Born Saturday Jan. 9 at 8:22 pm EST Weight 8lbs 1oz Length 20in [![](http://www.freemmorpgmaker.com/files/imagehost/pics/de98431dd9657115217625a6ddd47374.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#de98431dd9657115217625a6ddd47374.jpg)
  18. kira423

    Baby Time

    It is supposed to be a little girl, and yes Pryex I know that there could be complications, but the chances are low, I am due Sat. so they said that with the progress that I have made that induction is going to be best for the baby.
  19. kira423

    Baby Time

    I figured I would let ya'll now… especially SHADERS that they are going to induce my labor today... sometime in the PM, so Imma be a mom in like the next 48 hours.... hopefully if my labor isn't long.... sooo yeah!! ;-d
  20. kira423

    Stat Increases

    Sorry for being off topic, but I'd hate to make a new one, but is there a skill script that works with ES?
  21. kira423

    Stat Increases

    Good lord that makes me feel like such a NEWB I completely forgot to check there first… thanks for your help 2 nights in a row ^^
  22. kira423

    Stat Increases

    Well I used the class editor to make a few classes, and when I made a new character and leveled up a few times I tried to add the stat points, and it tells me that they are maxed… I can't figure out why... is there a limit, or does the editor make it to where the classes stats can only be so high?
  23. You deserve the praise your the one who originally found all the resources, and posted them up ^^ I may take a little break now tho so I can work on my game a lil bit
  24. LoL Thanks… I will make another one with even more... I didn't have enough slots on this one
×
×
  • Create New...