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. Thank you guys really big help wow even Eclipse can handle Cheat engine while some big mmorpg's cant ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)
  2. **Ok well in this Topic say 1 troll that is your favorite and make it good ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)**

    **My troll:**

    Dude you smell like rice!

    **Funny part rice has no smell XD**
  3. Oreo I did put in admin constants but put this instead public const Player_Member as bye = 5

    In both server and Client because I dont want to mistake it as admin
  4. I added access level 5 am I missing something it keep saying invalid access level I using Dragon Eclipse and Access level does not appear ethier on access slider on server so Did i miss a place to make max access level or add level 5? It go up to 4 by default.
  5. Ok I want this script not to just announce their name but color there name in game after it announce:

    If GetPlayerAccess(n) <= 5 Then

    Call GlobalMsg(GetPlayerName(n) & " has became a Member.", BrightGreen)

    WHAT DO I ADD HERE TO COLOR THEIR NAME?

    End If

    So what script do I add before it end to change player's name ingame to the color I would like.
  6. Ok I want this script not to just announce their name but color there name in game after it announce:

    If GetPlayerAccess(n) <= 5 Then

    Call GlobalMsg(GetPlayerName(n) & " has became a Member.", BrightGreen)

    WHAT DO I ADD HERE TO COLOR THEIR NAME?

    End If
  7. Hello first let me say I trying to add Access level 5 since EO only goes up to 4 it a bit hard and Here what I did *Red words is what I added

    In mod constants for server and client I added

    ' Membership constants

    Public Const Player_Membership As Byte = 5

    I did that then I added this at end for client just since it not it the server

    ' Check access level

    If PK = NO Then

    Select Case Access

    Case 0

    colour = RGB(255, 96, 0)

    Case 1

    colour = QBColor(DarkGrey)

    Case 2

    colour = QBColor(Cyan)

    Case 3

    colour = QBColor(BrightGreen)

    Case 4

    colour = QBColor(Yellow)

    Case 5

    colour = QBColor(BrightGreen)

    End Select

    Else

    colour = QBColor(BrightRed)

    End If

    So I went into my game with a friend typed in admin panel his name and access level I would like to give him and it said Invalid Access level. Is there anyway to make me make Access level go up to 5 instead of 4? If you can help ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)
  8. Nope because it just space chatbox i found out it enter ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)

    Also is their anyway to change the player's max health and combat level after they maxed out to 100 I would like to make max level to 172 and they can only carry 100 hp instead of 908 hp
×
×
  • Create New...