Simba Question

Discussion in 'RuneScape 3 Cheating' started by Barth, Mar 4, 2012.

Simba Question
  1. Unread #1 - Mar 4, 2012 at 3:29 AM
  2. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    So I am reading this guide here.
    http://villavu.com/forum/showthread.php?t=58935
    About variables/constants, and I am wondering what would be my variable for Chin_Xp.

    Would it be:
    DTM_Chin
    Or This:
    Chin_String: String;

    The line together looks like this: //Chin_XP: Extended;
    DTM_Chin, Chin_String: String;
     
  3. Unread #2 - Mar 4, 2012 at 3:35 AM
  4. Kyle_Undefined
    Joined:
    Feb 9, 2012
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    Kyle_Undefined Member

    Simba Question

    I'm a little confused as to what you're asking.
     
  5. Unread #3 - Mar 4, 2012 at 3:37 AM
  6. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    heres the line:
    //Chin_XP: Extended;
    DTM_Chin, Chin_String: String;

    Then down here:
    Writeln(IntToStr(Round(ChinsCaught * Chin_XP)) + ' xp gained (' + IntToStr(Round((ChinsCaught * Chin_XP) div (RunTime div 1000.0 div 60.0 div 60.0))) + ' xp/hr)');

    What do I replace Chin_Xp With?
     
  7. Unread #4 - Mar 4, 2012 at 3:40 AM
  8. Kyle_Undefined
    Joined:
    Feb 9, 2012
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    Kyle_Undefined Member

    Simba Question

    In Simba, // and {} are comments, which means they don't get compiled.
     
  9. Unread #5 - Mar 4, 2012 at 3:42 AM
  10. YoHoJo
    Joined:
    Sep 4, 2005
    Posts:
    6,379
    Referrals:
    15
    Sythe Gold:
    2,625
    St. Patrick's Day 2013 Christmas 2015 Halloween 2014 Lawrence Easter 2013 Heidy Halloween 2013

    YoHoJo Hero
    Scar Programmers $25 USD Donor New

    Simba Question

    In other words.
    Anything after // or between {}s the script doesn't look at/read.
     
  11. Unread #6 - Mar 4, 2012 at 3:45 AM
  12. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    Then what would be my variable for Chin_Xp from this?
    //Chin_XP: Extended;
    DTM_Chin, Chin_String: String;
     
  13. Unread #7 - Mar 4, 2012 at 3:49 AM
  14. Kyle_Undefined
    Joined:
    Feb 9, 2012
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    Kyle_Undefined Member

    Simba Question

    Your variable wouldn't be anything, our previous posts explain what needs to be done.

    Anything that's "blue" in Simba will not be read. As soon as it's not "blue" it will compile correctly.

    You just have to remove a little bit of code and it will work.
     
  15. Unread #8 - Mar 4, 2012 at 3:49 AM
  16. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Simba Question

  17. Unread #9 - Mar 4, 2012 at 3:52 AM
  18. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    They won't help me...
     
  19. Unread #10 - Mar 4, 2012 at 3:52 AM
  20. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    Remove everything in blue?
     
  21. Unread #11 - Mar 4, 2012 at 3:56 AM
  22. Kyle_Undefined
    Joined:
    Feb 9, 2012
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    Kyle_Undefined Member

    Simba Question

    Umm, no...

    Notice how the WriteLn procedure is looking for the Chin_XP variable? yet, the Chin_XP variable is already there, it's just commented out.

    And as YoHoJo put it:
    Understand what I'm trying to say? ;)
     
  23. Unread #12 - Mar 4, 2012 at 4:03 AM
  24. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    I know you guys are spoonfeeding me, but Im trying like im sooooooo frustrated, i've spent over 5 hours on this!

    Still not catching on i've tryed to put () around Chins.

    Edit: Got it to compile! Will post results :)
     
  25. Unread #13 - Mar 4, 2012 at 4:21 AM
  26. Barth
    Joined:
    Nov 6, 2005
    Posts:
    156
    Referrals:
    1
    Sythe Gold:
    0

    Barth Active Member
    Banned

    Simba Question

    I got it but it gets mine and others traps mixed up.
     
  27. Unread #14 - Mar 4, 2012 at 4:26 AM
  28. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Simba Question

    Do yours and other peoples traps look the same or different?
     
  29. Unread #15 - Mar 4, 2012 at 4:38 AM
  30. YoHoJo
    Joined:
    Sep 4, 2005
    Posts:
    6,379
    Referrals:
    15
    Sythe Gold:
    2,625
    St. Patrick's Day 2013 Christmas 2015 Halloween 2014 Lawrence Easter 2013 Heidy Halloween 2013

    YoHoJo Hero
    Scar Programmers $25 USD Donor New

    Simba Question

    Good job. Now that you have got it compiling, if you have any questions about how the script itself runs, I'd suggest just asking them in the script thread to get better/faster help.
     
< y Market.org - New Market community | Buy & Sell TODAY! | y Market.org - New Market community | JOIN TODAY! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site