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

doomteam1

Members
  • Posts

    254
  • Joined

  • Last visited

    Never

Everything posted by doomteam1

  1. nice tutorial, too bad mine came out ugly
  2. are you going to do an overhead swing or just side?
  3. how much money do you actually have robin? i just hit my 20mil mark
  4. wow, only 70 cents for 1 mil? i thought i was rich in rs cause i have 12mil lol
  5. yes, when the chat is hidden there will be shortcuts. i just haven't decided on if i want all of them or just some.
  6. I'm not going to have a mage class. and if they want spells they can just put them in the hotbar.
  7. well, how often is a person going to be on their spells menu? Inv? i men you have a hotbar, and with everything on the screen, it will make it look cluttered.
  8. @Robin: > So it can fill up with another 160 pages of spam? No point cleaning it if it's just going to get dirty again. Same thing about taking a shower? ewwww lol jk Anyways i love the engine robin, just few stuff i cna't get to work. because i don't know how they work.
  9. what part doesn't look good, the whole thing in general? or the start button itself, or what?
  10. I need some suggestions on the GUI, so far, Am i going in the right direction, or should i change stuff up abit? http://www.youtube.com/watch?v=i54kYH2IQVo
  11. It scares me on how much you guys know about ponies.
  12. yes i've tried with 4 differnt computers, 2 mine, 2 from people in other countries. It has to do with this ``` x = x + picHotbar.Left + 1 ``` in this sub ``` Private Sub picHotbar_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single) Dim SlotNum As Long ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler SlotNum = IsHotbarSlot(x, y) If SlotNum 0 Then If Hotbar(SlotNum).sType = 1 Then ' item x = x + picHotbar.Left + 1 y = y + picHotbar.top - picItemDesc.height - 1 UpdateDescWindow Hotbar(SlotNum).Slot, x, y LastItemDesc = Hotbar(SlotNum).Slot ' set it so you don't re-set values Exit Sub ElseIf Hotbar(SlotNum).sType = 2 Then ' spell x = x + picHotbar.Left + 1 y = y + picHotbar.top - picSpellDesc.height - 1 UpdateSpellWindow Hotbar(SlotNum).Slot, x, y LastSpellDesc = Hotbar(SlotNum).Slot ' set it so you don't re-set values Exit Sub End If End If picItemDesc.Visible = False LastItemDesc = 0 ' no item was last loaded picSpellDesc.Visible = False LastSpellDesc = 0 ' no spell was last loaded ' Error handler Exit Sub errorhandler: HandleError "picHotbar_MouseMove", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub ```
  13. tried it, it does the same thing, has anyone else ever tried to change the map size and this error come up?
  14. so, anyone got a clue on why its doing it
  15. http://www.youtube.com/watch?v=TnqEhgOa4-M I made a video showing what is wrong, just incase i wasn't explaining it right.
  16. Ok, i fixed it, but i still am habng some sort of an alignment error, i moved my hotbar, but now the place where i have my mouse and the place where it says its at increases as i go right on the hot bar
×
×
  • Create New...