Jump to content

allenpogi

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by allenpogi

  1. Need help on harmony sorry for posting it here because its my last option. im having problema with my harmony its tell grf modification etc etc when any of my players has a cart. But my cart sprite is on default. Anybody know how to fix this? again im sorry for posting it here.:(

  2. Sorry if i posted this in the wrong section. anyway my problem is this when i log in to my server or when on game already there is a chance that i will receive Don't Send Error both winXP and win7 but there is no gravity error. It only say Don't Send. Please help me. Thanks in advance.



    Bump. Please HELP.:(

  3. Im using the default BG im trying to change the number of players to start. buy tested it didn't work. tried changing both tierra and flavius. this is what i changed in the script.

     

    OnInit:
        waitingroom "Battle Station",5,"start#bat_b01::OnReadyCheck",1,0,80;
        end;
    OnEnterBG:
        set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit","");
        end;
    }
    bat_room,85,204,0    script    Lieutenant Thelokus    414,{
        end;
    OnInit:
        waitingroom "Battle Station",5,"start#bat_b01::OnReadyCheck",1,0,80;
        end;
    OnEnterBG:
        set $@FlaviusBG1_id2, waitingroom2bg("bat_b01",390,10,"start#bat_b01::OnCroixQuit","");
        end;
    }
    OnReadyCheck:
        if( $@FlaviusBG1 )
            end;
        set .@Guillaume, getwaitingroomstate(0,"Lieutenant Ator");
        set .@Croix, getwaitingroomstate(0,"Lieutenant Thelokus");
        if( !.@Guillaume && !.@Croix ) {
            donpcevent "#bat_b01_timer::OnStop";
            end;
        }
        if( .@Guillaume < 4 || .@Croix < 4 )
            end;
        set $@FlaviusBG1, 1;
        set $@FlaviusBG1_Victory, 0;
        set $@Croix_ScoreBG1, 0;
        set $@Guill_ScoreBG1, 0;
        bg_updatescore "bat_b01",$@Guill_ScoreBG1,$@Croix_ScoreBG1;
    

     

    Sorry don't know how to use spoiler. I just want to make it 5v5 only. Please Help Thanks in advance.
  4. Please look at my file. everything is correct:(

     

    Only reasons that could happen that I know of.

     

    1. Idnumresname table has incorrect name of your sprite

    2. The actual item sprite itself is blank

    3. Check your data folder incase you have a conflicting idnumresname file that is overwriting it

    Please look at my files. everything is correct and this is in my itemdb2

     

    30001,epic_inu_wings,Epic Wings,5,10,,10,,3,,1,0xFFFFFFFF,7,2,1,,,1,1291,{},{},{}

     

    data.rar

  5. I dont know if im in the right thread. But anybody now how to add a custom vending? Example I want to vend Fluff but instead of zeny i want them to buy it with TCG card. Thanks in advance.

×
×
  • Create New...