Jump to content

Deity

Members
  • Posts

    93
  • Joined

  • Last visited

Posts posted by Deity

  1. I created a maps.grf

    data/testmap.gat
    data/testmap.gnd
    data/testmap.rsw

    and there's another one

    data/testmap.extra

    maps.grf is my #0 in data.ini

  2. Hi, Im getting the same Error.

    - map_cache : Done

    - map_index : Done

    - maps_athena : Done

    - mini map : Done

    - mapnametable : Done

    - mp3nametable : Done

    I can go to my custom map, but Im getting error :(

  3. eAthena Script

    // Waiting NPC
    bat_room,57,227,5 script Lieutenant Kalos 418,{
    end;
    
    OnInit:
    waitingroom "Battle Station",40,"start#bat_a01::OnReadyCheck",1,0,80,99;
    end;
    
    OnEnterBG:
    set $@TierraBG1_id1, waitingroom2bg("bat_a01",50,374,"start#bat_a01::OnGuillaumeQuit","");
    end;
    }[/Code]
    [code]// 40 Players
    else if( .@Guillaume < 40 || .@Croix < 40 )
     end;
    set $@TierraBG1,1;
    donpcevent "Lieutenant Kalos::OnEnterBG";
    

  4. Hi, is it possible to send morethan 32vs32 players in Battlegrounds?

    I changed the limit into 40 and we were able to get 80 players to join.

    but the problem is, after reaching the required players (40vs40) it didn't warp all of them, only 64 players (32vs32)

    How can I fix this? Thanks in advance!

×
×
  • Create New...