Results 1 to 7 of 7

Thread: XP/Hour doesn't work

  1. #1
    Join Date
    Apr 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default XP/Hour doesn't work

    Hi everybody!

    I am pretty new to Simba, and I am loving it so far. A few weeks ago, when i started using the bot, the xp counter worked fine. however, now, i am using smart manager with the bot, and the xp counter fails to track xp.

    is there any way i can fix this? No script tracks xp anymore after i started to use smart manager. thanks everybody

  2. #2
    Join Date
    Mar 2012
    Location
    Grambling, LA
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Simba Code:
    XP_Old := GetXPBarTotal;
     
    Procedure Proggy;
    begin
        XP := (GetXPBarTotal - XP_Old);
        XPH:= Round(((XP) / (GetTimeRunning / 1000)) * 3600);
    end;

    Xp/hour works for me. Sometime it messes up, I dont know why.

    But the script above is the basic functional script, which would calculate XP/hour.
    Just double check if your script has a similar formula.

  3. #3
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    I perfer to do something else.

    Have it check how much XP each item gives, then when bank, increment XP variable by that amount.

    No XPBar needed.

  4. #4
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Unreliable.
    What if it lagged? And only resumed banking once it was close to done?
    Gg count?

  5. #5
    Join Date
    Apr 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the help guys, but it isn't a problem with the script i think. in the past, when i used other scripts, the xp counter worked also. now, it doesn't record anything, for any script :S

  6. #6
    Join Date
    Apr 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bump, can anybody help me?

  7. #7
    Join Date
    Apr 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Update!

    I fixed the problem!

    It wasn't simba's fault at all, it's because the xp counter went to "Lots!"

    I just disabled that xp counter, and now it is working. Thanks a lot for the help everybody, it really means a lot!

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
  •