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

minipimp

Members
  • Posts

    527
  • Joined

  • Last visited

    Never

minipimp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok. and here is an updated screen just for reference. My DPI is messed up so ignored that. ![](http://tsbeats.com/eldrum/images/11.png)
  2. Looking for decent mapper. Heres a screenshot of the game. I just need someone to map my world… I have mach up drawings ..
  3. Growlith is amazing, his work is great and he is fantastic to work with. Ill vouch for him as he is currently helping me with a few things!
  4. Hey, Eldrum's server is online and looking for Mappers….. Im looking for anyone who can get the job done in a timely manner. Doesnt have to work 24/7... but still knows how to make progress.. Im looking for someone to start immediately, Here is a screenshot of the city you start out in. I need someone who can finish this city and expand. I have a drawn up template so you would just have to work your magic looking at a template rather than pulling stuff out of your rear. PM if interested , show me your work. :) ![](http://tsbeats.com/images/desk.png)
  5. Before and after paint change. Sold a few things and what not.
  6. I looked this rip up from a while back on another post from a year or 2 ago. I guess I can go find the sub from it ^-^ . Thanks yall
  7. Okay I got it to work with using that If statement and myTarget = (bestIndex). I took out the targettype npc. how would i add it in ? ``` ' target the best If bestIndex > 0 And bestIndex myTarget Then myTarget = (bestIndex) End If ```
  8. There is no playerTarget sub for that to run to though.
  9. ``` Public Sub FindNearestTarget() Dim i As Long, x As Long, y As Long, x2 As Long, y2 As Long, xDif As Long, yDif As Long Dim bestX As Long, bestY As Long, bestIndex As Long x2 = GetPlayerX(MyIndex) y2 = GetPlayerY(MyIndex) bestX = 255 bestY = 255 For i = 1 To MAX_MAP_NPCS If MapNpc(i).num > 0 Then x = MapNpc(i).x y = MapNpc(i).y ' find the difference - x If x < x2 Then xDif = x2 - x ElseIf x > x2 Then xDif = x - x2 Else xDif = 0 End If ' find the difference - y If y < y2 Then yDif = y2 - y ElseIf y > y2 Then yDif = y - y2 Else yDif = 0 End If ' best so far? If (xDif + yDif) < (bestX + bestY) Then bestX = xDif bestY = yDif bestIndex = i End If End If Next ' target the best If bestIndex > 0 And bestIndex myTarget Then playertarget bestIndex, TARGET_TYPE_NPC End Sub ``` It says the sub or function of PLAYERTARGET BESTINDEX is undefined. im trying to place this in my engine that is based off of Prospects engine. ( dont hate for using this engine ) How could I convert it to work? Im placing this so when I push the tab button i can cycle through all the nearest npcs around my character instead of using the point to click method.
  10. minipimp

    Gui Showoff

    What yall think of my UI im working on. Its still a wip and a few things need to be changed so I can add more but what do yall think of it.?
  11. Im working on paying for tiles to be made. Yes eventually after everything is set in stone graphic wise.
  12. You might have to pay someone, Ive noticed not many people will do free quality work .
  13. Dusk-Reborn:The story of eldrum needs a full time mapper. At the moment we are using the breeze tilesets as they fit the style it needs to be. I am looking for someone who does decent work and has a lot of free time on their hand to work on maps. I have a sketched out template of how the maps will be so you have something to go off of. There is autotile so it will be easier than the rather annoying oldschool mapping. I have a screenshot of the games interface so you see what the game looks like. If you want more information look at the Wip or go to [www.eldrum.com](http://www.eldrum.com) ( site is undergoing construction but still has info). Wip page : [http://www.eclipseorigins.com/community/index.php?/topic/133650-dusk-rebornthe-story-of-eldrum/](http://www.eclipseorigins.com/community/index.php?/topic/133650-dusk-rebornthe-story-of-eldrum/) If you are interested , feel free to PM me.. Im always on lol.
×
×
  • Create New...