Results 1 to 4 of 4

Thread: player experiance and levels

  1. #1
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default player experience and levels

    ok well im probably going to sound stupid, but how do you find the players skill experience and skill level with reflection in simba.

    i have been trying to find out for the last hour looking through all the includes and i cant find it anywhere

    i used to use GetMe in scar but it isnt in GetMe in simba

    ~shut

    EDIT: ok another thing i cant find, how do you get the ID of what i am weilding?
    so if im holding a sword, how would i get the ID?
    Last edited by Shuttleu; 06-17-2010 at 03:15 PM.

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    HTML Code:
    {*******************************************************************************
    function GetEquppedIDAt(spot: integer): Integer;
    By: Drags111
    Description: Returns a the ID of the item in the slot.
    *******************************************************************************
    
     GetEquppedIDAt(EQUIPMENT_WEAPON);
    ^^ question 2

    And I can't find the xp and lvl either, maybe we don't have it yet. In the old reflection we had GetMe.Levels[i] but not anymore, unless level is the new levels?
    Last edited by masterBB; 06-17-2010 at 03:09 PM.

  3. #3
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    The fields for skill levels and experience haven't been added yet. I think I saw Drags mention that he would work on getting them added, so keep an eye out for them shortly.
    :-)

  4. #4
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    HTML Code:
    {*******************************************************************************
    function GetEquppedIDAt(spot: integer): Integer;
    By: Drags111
    Description: Returns a the ID of the item in the slot.
    *******************************************************************************
    
     GetEquppedIDAt(EQUIPMENT_WEAPON);
    ^^ question 2

    And I can't find the xp and lvl either, maybe we don't have it yet. In the old reflection we had GetMe.Levels[i] but not anymore, unless level is the new levels?
    ahh thank you, for somereason i didnt check equipment.simba
    Quote Originally Posted by Method View Post
    The fields for skill levels and experience haven't been added yet. I think I saw Drags mention that he would work on getting them added, so keep an eye out for them shortly.
    ah ok, thanks for clearing that up for me

    ~shut

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •