Search:

Type: Posts; User: Blazeron

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    1,827

    @swagdaddy thanks i will attempt to switch over...

    @swagdaddy thanks i will attempt to switch over to DTMs tommorow and get rid of as much hardcoded coords as i can
  2. Replies
    19
    Views
    1,827

    Are DTMs only for inventory or can i use them to...

    Are DTMs only for inventory or can i use them to get logs out of the bank?
  3. Replies
    19
    Views
    1,827

    Thanks for all the help everyone I will try some...

    Thanks for all the help everyone I will try some of these methods later
  4. Replies
    19
    Views
    1,827

    I've been trying to implement DTMs instead of...

    I've been trying to implement DTMs instead of hardcoding for the oakplanks and depositing but i cannot seem to get simba to recognize my commands the tutorial gave me

    program BloodRune;
    {$i...
  5. Replies
    19
    Views
    1,827

    Thanks for the input, Ya i been all over the...

    Thanks for the input, Ya i been all over the forums the last few days just not posting much :)
  6. Replies
    13
    Views
    3,069

    I attempted to make the oak planking script...

    I attempted to make the oak planking script myself and its working decently well but can't maintain for very long i tossed it over in "my first script" section
    ...
  7. Replies
    19
    Views
    1,827

    Blaze's Oak Planks

    Hi, I've been working on this Script that makes oak planks i need some suggestions like how to create a fail safe for walking as it occasionally misses its last point.

    Another issue im having is...
  8. Replies
    13
    Views
    3,069

    Private Oak Planks script

    Hi im looking for an Oak planks script for Private use im willing to pay in RSGP

    must have Anti ban and be reliable to the point i can leave it on over night

    Send me a PM and we can negotiate...
  9. Replies
    1
    Views
    629

    Identifier expected

    program SPSTut;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    {$i sps/sps.simba}

    Type
    LocationVar = Record
    DTMs: Array[0..1] of Integer;
    end;
    Var
  10. Replies
    4
    Views
    636

    program Oak Planks; {$DEFINE SMART} {$i...

    program Oak Planks;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    {$i sps/sps.simba}

    const
    BnkTab = 2;

    var
    PlanksMade,BSlotc,BSlotr,x,y:integer;
  11. Replies
    4
    Views
    636

    Bot not typing in Pin number

    Players[0].Pin :='';

    Is my current line but when it gets to the part where it needs to type in the pin it does nothing.

    Thanks for any help

    PS my main is

    begin
    Activateclient;
Results 1 to 11 of 11