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

Daneta

Members
  • Posts

    636
  • Joined

  • Last visited

    Never

Daneta's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Daneta

    Delete please XD

    @Lurv i just did the tut i linked. also the rest of the sub isnt exactly relevant but here http://pastebin.com/9CGCpJGK in the sub since, the original part of the tut was to add to the snipped part, i just added the "Call drawHair" part at the top.
  2. Daneta

    Delete please XD

    FIXED… delete post please
  3. Anyone got a tut for this, there are a few things i dont get like the goto, or how no npc are shown as an option for the npc spawn event, and a few others SO anyone got a tut… the search bars being useless XDD saying there arent any results
  4. nope… im using prospekt dev edition, i think a edited CS; DE XD @Colonello
  5. Would it be hard to replace deathbeams event system with the EO 3 event system????????? XD OR atleast ripping the npc move route stuff XD
  6. i have a post if you wanna go see it lol
  7. Joyce you were right hahah i figure it out yesterday hafter @Growlith legit told me this "Myindex, Hint" XDDDD and baron its all good lol just that runtime error though lol
  8. Soooo this happens lol (Engine Prospekt Dev edition) I did this tut http://www.eclipseorigins.com/thread-27-page-2.html And When i click an NPC, I get RTE 9 subscript out of range in "GameLoop" "ModGameLogic"… No idea why XDD the code where it happens ``` Public Sub DrawTargetDetails() Dim I As Long, x As Long, y As Long, npcNum As Long Dim Width As Long, Height As Long, SpriteNum As Long Dim MapNpcNum As Long Dim Name As String Dim HpBar As String ' render the window Width = 256 Height = 64 ' render the window on screen x = 300 y = 64 ' render the details Directx8.RenderTexture Tex_GUI(24), x, y, 0, 0, Width, Height, Width, Height 'ERROR HAPPENS ON THIS LINE' npcNum = MapNpc(myTarget).Num ' exists? If npcNum > 0 Then Name = Trim$(NPC(npcNum).Name) HpBar = Trim$(MapNpc(npcNum).Vital(HP)) ' show the information RenderText Font_GeorgiaShadow, Name, x + 10, y + 4, Yellow RenderText Font_GeorgiaShadow, MapNpc(myTarget).Vital(HP) & "/" & NPC(MapNpc(myTarget).Num).HP, x + 66, y + 15, Yellow RenderText Font_GeorgiaShadow, NPC(npcNum).Level, x + 150, y + 4, Yellow End If End Sub ``` Mytarget value is the npc number that im clicking, from map property order and npcnum is its number from when its made XD
  9. Hey, So When I click an npc, I get error 9 sub script out of range in "GameLoop" "ModGameLogic" .. no idea why XD
  10. Yas i will test it too, MY skype is Danito A
×
×
  • Create New...