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

Zzbrandon

Members
  • Posts

    662
  • Joined

  • Last visited

    Never

Posts posted by Zzbrandon

  1. I prefer medival I dont like games with medival and guns mixed i prefer melee,range,mage skills ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)
  2. Well Dragon Eclipse you cannot see players or npc's name in game inless you put your mouse over the selected sprite. Eclipse 2.3 there name automatically appears for both Character's and Npc's. My question is is their anyway to make it so the names stay like Eclipse 2.3 on DragonEclipse I dont really like putting mouse over player or Npc to see name. If you can help it would be great.
  3. Ok I have been trying to fix this I made a other access level 5 and I want to disable admin panel so I edited the code and it is not disabling I did in Client on DragonEclipse.

    ' If debug mode, handle error then exit out

    If Options.Debug = 1 Then On Error GoTo errorhandler

    Select Case KeyCode

    Case vbKeyInsert

    If Player(MyIndex).Access = 5 Then

    picAdmin.Visible = False

    End If

    End Select

    Select Case KeyCode

    Case vbKeyInsert

    If Player(MyIndex).Access > 0 Then

    picAdmin.Visible = Not picAdmin.Visible

    End If

    End Select
×
×
  • Create New...