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

MeKonster

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Everything posted by MeKonster

  1. @'BeNjO': > when it errors over over each part of it, like mapnum / data1 / .health etc see where it is. Right its says .health is Out of range. I tried changing health values of tress, removing map, removing resources. Ect. In the default Prim7 Native Src. it errors out the same way too, So its nothing I did! Its not my tree im trying to fix this as a general error in the code.
  2. @'BeNjO': > Which bit is the error? I'm not completely sure. i think its data1?
  3. @'MeKonster': > So, i'm running into an issue. I made a map and use the default tree that came with the bundle and its collapsed my server. Runtime error 9; > > ResourceCache(mapnum).ResourceData(Resource_Count).cur_health = Resource(Map(mapnum).Tile(x, y).Data1).health > > Any idea? I d like my map back. I WORKED SO HARD! I tried this. the default Pim7 Engine, upon download- resources are broken; does the same thing.
  4. So, i'm running into an issue. I made a map and use the default tree that came with the bundle and its collapsed my server. Runtime error 9; ResourceCache(mapnum).ResourceData(Resource_Count).cur_health = Resource(Map(mapnum).Tile(x, y).Data1).health Any idea? I d like my map back. I WORKED SO HARD!
  5. Does anyone know the EXACT specs for an icon to be used in VB6? Im having a heck of a time trying to get it to work. Thanks!
  6. @'Essence': > @'Aurelijus1': > > > @'BeNjO': > > > > > Tutorial that Aurelijus1 used: > > > > > > ![](http://i.imgur.com/sW2DErM.png) > > > ![](http://i.imgur.com/TAShk8I.png) > > > > > > http://www.freemmorpgmaker.com/thread-4757.html?highlight=customization > > > > First time seeing it, it would have helped me alot. Anyway what makes you think that I use it? My and this system similar only because it has scrollbar too, because it's make able to change body parts to any color and I think it's the easiest way to create a color changing system. The RGB color model is an additive color model in which red, green, and blue are added together in various ways to reproduce a broad array of colors > > I'd say you copied it and just played around with it. OI! if your not going to help, take it to PM's. I'm asking for straight forward help, if your not here to help, then why are you here?
  7. @'BeNjO': > Tutorial that Aurelijus1 used: > > ![](http://i.imgur.com/sW2DErM.png) > ![](http://i.imgur.com/TAShk8I.png) > > http://www.freemmorpgmaker.com/thread-4757.html?highlight=customization So Im stuck; find DrawPlayer and under ``` Call DrawSprite(Sprite, x, y, rec) ```add ``` Call DrawHair(x, y, GetPlayerHair(Index), Anim, spritetop, GetPlayerHairTint(Index)) and at the bottom or somewhere in the module add ``` There is no DrawPlayer under DrawSprite except in the ERROR and that cant be right.
  8. @'Mohenjo: > Try reading this then watching this video > http://stackoverflow.com/questions/2501061/does-the-vb6-ide-run-on-windows-7-64-bit > https://www.youtube.com/watch?v=qqR_OGcFmFg Thanks mate, this helped!
  9. @'Mohenjo: > @'MeKonster': > > > I cant get it vb6 to run right on my computer- anyhelp would be lovely! > > What version of windows do you have? Windows 7, 8, or 10? Windows 7.
  10. @'Aurelijus1': > I have created on my own engine that when you create new character you can choose body, face, hair, legs and color them ^_^ Maybe when i have some time I will create tutorial. that would be amazing. I'm just interested in having it added to Skywyre v7 though, from what I understand you can just copy files over and it works? I know its not that simple but. I cant get it vb6 to run right on my computer- anyhelp would be lovely! * * * @'sherwin': > What character creation? > Do you mean Multiple Character on one account? or Skin Character Editor? or Alien Maker? > What do you mean by that? I mean, character customization. So skin wise yes! for 3x4 sprites like the ones in VX. I would love anyone forever for helping out- or i can straight up pay for it.
  11. I'm looking to pay someone or have someone from the kindness of their heart, rip or create a character creation plugin for skyware v7\. I cant seem to get vb to work on my pc, and its really not worth fighting with it. It seems like a simple task if you rip the one from the EO source- the current main download. Name your price or link me after compiled :)
  12. So, in the current build on the top of the page- I am switching my sprites over to XP rather then the goofy format that it starts with, all is well and fine, ive done that no problem. EXCEPT! In the Class.ini you can see how the headsets/face/ears works. I noticed that there is no M/f bodies value, how am i to select the body time for a female over a male if it always chooses the graphics/bodies/1.png? Thanks in advance!
×
×
  • Create New...