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

Fatmidget

Members
  • Posts

    30
  • Joined

  • Last visited

    Never

Posts posted by Fatmidget

  1. I have a brief question… When the game compiles the sprites and makes them it still splits them into 4x4 sprites so If you add the fifth it compiles my sprites all weird... How do I fix this? Anyone know what I'm talking about?

    Edit : By the way Connor is definitely right, it's 4 frames vertical and 5 horizontal...
  2. Hello people, I havent done eclipse in a while and recently downloaded it on my laptop (I figured out how to get it working finally)  I noticed i am having some problems with my tiles…  Whenever I draw my own tree or something along those lines I use mask to put in the tree and there is always BLACK lining behind it... I cant figure out why this is even though I KNOW the black is the darkest it can be... Could someone show me how to fix this so that the background behind the tree is CLEAR

    Thanks In Advance!
  3. Hey everybody,
    I have a question about spells kinda… Well the only spell that works is the area spell and Im OK with that but I was wondering if i could change that area spell to be able to hit players ALSO
    (If it is in My main could you tell me where)
    Thank you! Answers much appreciated
  4. Hey everybody… I was wondering what exactly key open and key does... I want to set something up so you need a certain key to cross a bridge but i dont quite understand how they work so i dont know how to set this up... could someone please help me? or revert me to a place that can?
  5. Alrighty this should be a fairly basic thing you can help me with… So i set up an item that switches my character to sprite number 5, sprite number 5 is my character with a car, i was wondering what script i would implement on the end to make me turn back from the car to my normal sprite by clicking the item again, thanks!

    Sub ScriptedItem(index, Script)
    Select Case Script
        Case 0
    Call SetPlayerSprite(Index, 5)
    Call PlayerMsg(Index, "You Hop in the car.", WHITE)
    SendPlayerData
    End Select
    End Sub

    (Also i was wondering if there was a feature where i could change my sprites speed, if not thanks anyways)
  6. Hey everyone, I was wondering if any of you guys know where i can get some decent mount sprites… or some decent mounts that i can place some sprites on or something along those lines.... THANKS, (EVEN IF YOU WERE NOT ABLE TO HELP ME!  :cheesy:)
  7. alright guys… not a huge issue but i have a problem.  I have the newest version (i believe.... The one where you get to actually move around on the maps and the screen moves with you) and i am unable to get the shops to work exactly right.  What i want to do is i want to be able to make the shop buy things but i dont understand how i can get the shop to buy stuff... I.E a monster drops a gem, i want to be able to sell that to the shop to get money for items and other equips... Thanks!
  8. Hey guys… Im having a problem with the classes on the newest version... I was able to make classes on the older versions but the classes just arent working for me.. can someone post how to make classes a little bit in depth? thanks!  :sad:
×
×
  • Create New...