Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Takerio

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Takerio

  1. On 1/4/2021 at 4:22 AM, WhiteEagle said:

    Hey,
    first of all thanks for sharing the Ambernite event.
    I just tested it and somehow it doesn't seem to take over the chances correctly.
    In theory, you should be able to get through to the end safely if all the odds are set to 100.
    But this is not the case. Even if I set it to 99, it lands extremely often on Green/Blue Egg.

    Would be great if you could help me.

    Greetings, as an euRO/fRO player. ?

    Hello

    change

            if(.@event == 2){
                setarray .@chance[1],100,99,81,66,46,43,36; //Event spezial


    to
     

            if(.@event == 2){
                setarray .@chance[1],100,100,100,100,100,100,100; //Event spezial

    goto your sql database npc_setting and set the option 2
    grafik.png.a55339ff79218b2d0aed29852bfa71d2.png

    you can pm me on discord 

    .Markus#1135

     

  2. 3 hours ago, skymia said:

    Can anyone update for working @afk script bcoz the old script wont work anymore

    -    script    AFK_1    -1,{
          
    OnInit:
        bindatcmd("afk", strnpcinfo(3) +"::OnAFK");
    end;
     
    OnAFK:
        if (@AFK) {
        set @AFK, 0;
        changelook 4,headupper;
        dispbottom "AFK mode is OFF.";
    end;
        } else {
        set @AFK, 1;
        headupper=getlook(4);
        changelook 4,471;
        dispbottom "AFK mode is ON.";
        end;
    }
    }

     

  3. hallo erstmal

     

    ich habe vor ca einer stund mal das vip system angemacht und nun bekommt man beim mvp töten nicht mehr das MVP Symbol

    muss ich das irgendwo wieder einstellen?

  4. Hey

     

    könnte mir jemand helfen ich bekomme bei homu S (getestet bei DIETER Lava Slide) immer diesen error

    There is no target in attack range vicinity. Please use 'Alt + Right Click' to command Homunculus attacks a  target

×
×
  • Create New...