Beiträge von Saitan

    Hello, i have a little problem. I did this : Bitte melden Sie sich an, um diesen Link zu sehen. but i forget that i have special switchers for belts, is there aby way to put 2 switchers 1 for normal 1-5 bons and 1 for belts into this python switchbot ?:)

    Remove

    Code
    1. ch->IsOpenMailBox() ||

    from

    Code
    1. if (ch->GetExchange() || ch->IsOpenMailBox() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeOpen() || ch->isChangeLookOpened())

    Do this and show us Error+ line of code

    Bitte melden Sie sich an, um diesen Anhang zu sehen.

    Bitte melden Sie sich an, um diesen Anhang zu sehen.

    I tried it actually, still same error

    done x)

    Hello, today i tried co compile source and i got this problem


    putty :

    Code
    1. cmd_general.cpp: In function 'void do_mushroom_pick(LPCHARACTER, const char*, in t, int)':
    2. cmd_general.cpp: 1005 :93: error: 'class CHARACTER' has no member named 'IsOpenMai lBox'
    3. if (ch->GetExchange() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeO pen() || ch->IsOpenMailBox() || ch->isChangeLookOpened())



    CMD general :

    anyone knows why ? i tried to disable the system.. delete it and still dont work..