Jump to content

noobzter003

Members
  • Content Count

    54
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by noobzter003


  1. 1 hour ago, tathanvocuc017 said:

    i can't understand... Can you explain it better? :o

        change here^_^

    conf/map/battle/features.conf

     

    // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe
        // true:  enable (Default)
        // false: disable
        enable_attendance_system: true

        // Attendance End time in the format YearMonthDay
        feature_attendance_endtime: 20180331 -->> you should change this date the time you want to end yout attendance check


  2. 16 hours ago, 4144 said:

    Crash can be because patch "68 Enable 64k Hairstyle" or some other patches.

    Or may be some resource errors? Dont enable patch "71 Ignore Resource Errors" because you cant see resource errors.

    try use less patches for first tests, after if it works, try add more patches.

     

    Thank you very much!!!! now is working i love you bro hahahahahahahah!!!


  3. On 3/19/2018 at 2:29 AM, Archetype Saber said:

    Try to use this and save as "sclientinfo.xml"

      Hide contents

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
        <desc>Ragnarok Online Client Information</desc>
        <servicetype>korea</servicetype>
        <servertype>primary</servertype>
        <connection>
            <display>Local</display>
              <address>127.0.0.1</address>
              <port>6900</port>
              <version>46</version>
              <langtype>0</langtype>
            <registrationweb>www.ragnarok.com</registrationweb>
            <loading>
                <image>loading00.jpg</image>
                <image>loading01.jpg</image>
                <image>loading02.jpg</image>
                <image>loading03.jpg</image>
                <image>loading04.jpg</image>
            </loading>
            <yellow>
                <admin>2000000</admin>
                <admin>2000001</admin>
                <admin>2000002</admin>
            </yellow>
           </connection>
    </clientinfo>

    as for the diff. (2018-03-07bRagexeRE)

    NEMO used: https://gitlab.com/4144/Nemo - Credits: @4144

      Reveal hidden contents

    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    97 Cancel to Login Window (Recommended)
    213 Disable Help Message on Login (Recommended)
     

    else if all fails. try to review your connections in conf folder of server side/trunk/master file

    STILL THE SAME T_T BUT IF IM USING 2013-07-08 I CAN CONNECT IN TO IT. 


  4. 3 hours ago, 4144 said:

    screen shorts show what your client never connected to server.

    clientinfo.xlm is typo? should be clientinfo.xml.

    also try put sclientinfo.xml file. Because some clients using clientinfo.xml and some other sclientinfo.xml.

     

    sorry wrong typ. mine is clientinfo.xml :)

    when i change my clientinfo.xml to sclientinfo.xml i got this error.

     

    Untitled.png


  5. im using 2018-03-21aRagexeRE

    mmo.h

    Quote

    #ifndef PACKETVER
        #define PACKETVER 20180321
    #endif // PACKETVER
     

    clientinfo.xml

    Quote

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>

        <desc>Ragnarok Online Client Information</desc>
        <servicetype>korea</servicetype>
        <servertype>primary</servertype>
        <hideaccountlist></hideaccountlist>
        <extendedslot></extendedslot>
        <readfolder></readfolder>
        
        <connection>
                <display>ZERO</display>
                  <address>My ip address</address>
                  <port>6900</port>
                <version>56</version>
                  <langtype>12</langtype>
            <aid>
                <admin>2000000</admin>
                <admin>2000001</admin>
                <admin>2000002</admin>
                <admin>2000003</admin>
                <admin>2000004</admin>
                <admin>2000005</admin>
                <admin>2000006</admin>
                <admin>2000007</admin>
                <admin>2000008</admin>
                <admin>2000009</admin>
                <admin>2000010</admin>
                <admin>2000011</admin>
                <admin>2000012</admin>
                <admin>2000013</admin>
                <admin>2000014</admin>
                <admin>2000015</admin>
                <admin>2000016</admin>
                <admin>2000017</admin>
                <admin>2000018</admin>
                <admin>2000019</admin>
                <admin>2000020</admin>
                <admin>2000021</admin>
                <admin>2000022</admin>
                <admin>2000023</admin>
                <admin>2000024</admin>
            </aid>
            <loading>
                <image>loading00.jpg</image>
                <image>loading01.jpg</image>
                <image>loading02.jpg</image>
                <image>loading03.jpg</image>
                <image>loading04.jpg</image>
                <image>loading05.jpg</image>
                <image>loading06.jpg</image>
                <image>loading07.jpg</image>
                <image>loading08.jpg</image>
                <image>loading09.jpg</image>
                <image>loading10.jpg</image>
            </loading>
           </connection>
    </clientinfo>

    client.conf

    Quote

    // Whether to enable the official packet obfuscation support (good vs WPE)
    // 0: disabled
    // 1: optional (not recommended) -- identifies whether it is required
    // 2: enabled (recommended)
    packet_obfuscation: 0
     

    Diff..

    Quote

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    32 Increase Zoom Out Max
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    61 Disable Packet Encryption
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    68 Enable 64k Hairstyle
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    84 Remove Serial Display (Recommended)
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    100 Disable Multiple Windows
    101 Skip Friend list Cheat Check
    102 Skip Guild Member Cheat Check
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    234 Ignore Lua Errors
     

    anyone can help me thanks in advance!!

    screen000.jpg

     

    Untitled.jpg


  6. im using 2018-03-21aRagexeRE

    mmo.h

    Quote

    #ifndef PACKETVER
        #define PACKETVER 20180321
    #endif // PACKETVER
     

    clientinfo.xlm

    Quote

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>

        <desc>Ragnarok Online Client Information</desc>
        <servicetype>korea</servicetype>
        <servertype>primary</servertype>
        <hideaccountlist></hideaccountlist>
        <extendedslot></extendedslot>
        <readfolder></readfolder>
        
        <connection>
                <display>ZERO</display>
                  <address>127.0.0.1</address>
                  <port>6900</port>
                <version>56</version>
                  <langtype>12</langtype>
            <aid>
                <admin>2000000</admin>
                <admin>2000001</admin>
                <admin>2000002</admin>
                <admin>2000003</admin>
                <admin>2000004</admin>
                <admin>2000005</admin>
                <admin>2000006</admin>
                <admin>2000007</admin>
                <admin>2000008</admin>
                <admin>2000009</admin>
                <admin>2000010</admin>
                <admin>2000011</admin>
                <admin>2000012</admin>
                <admin>2000013</admin>
                <admin>2000014</admin>
                <admin>2000015</admin>
                <admin>2000016</admin>
                <admin>2000017</admin>
                <admin>2000018</admin>
                <admin>2000019</admin>
                <admin>2000020</admin>
                <admin>2000021</admin>
                <admin>2000022</admin>
                <admin>2000023</admin>
                <admin>2000024</admin>
            </aid>
            <loading>
                <image>loading00.jpg</image>
                <image>loading01.jpg</image>
                <image>loading02.jpg</image>
                <image>loading03.jpg</image>
                <image>loading04.jpg</image>
                <image>loading05.jpg</image>
                <image>loading06.jpg</image>
                <image>loading07.jpg</image>
                <image>loading08.jpg</image>
                <image>loading09.jpg</image>
                <image>loading10.jpg</image>
            </loading>
           </connection>
    </clientinfo>

    client.conf

    Quote

    // Whether to enable the official packet obfuscation support (good vs WPE)
    // 0: disabled
    // 1: optional (not recommended) -- identifies whether it is required
    // 2: enabled (recommended)
    packet_obfuscation: 0
     

    Diff..

    Quote

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    23 Enable /who command (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    32 Increase Zoom Out Max
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    50 Skip License Screen
    53 Use Ascii on All LangTypes (Recommended)
    61 Disable Packet Encryption
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    68 Enable 64k Hairstyle
    71 Ignore Resource Errors
    72 Ignore Missing Palette Error
    84 Remove Serial Display (Recommended)
    88 Allow space in guild name
    90 Enable DNS Support (Recommended)
    91 Disconnect to Login Window
    100 Disable Multiple Windows
    101 Skip Friend list Cheat Check
    102 Skip Guild Member Cheat Check
    208 Restore Cash Shop Icon
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    234 Ignore Lua Errors
     

     

    anyone can help me thanks in advance!!

    screen000.jpg


  7. On 14/05/2018 at 9:00 PM, MikZ said:

    Someone please help.

    How to solve these warnings.

    
    hBG.c: In function ‘atcommand_reportafk’:
    hBG.c:2040:31: warning: unused variable ‘hBGsd’ [-Wunused-variable]
      struct hBG_map_session_data *hBGsd = NULL;
                                   ^
    hBG.c: In function ‘atcommand_leader’:
    hBG.c:2084:31: warning: unused variable ‘hBGsd’ [-Wunused-variable]
      struct hBG_map_session_data *hBGsd = NULL;
                                   ^
    hBG.c: In function ‘status_get_guild_id_pre’:
    hBG.c:3776:31: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
       && (bg_id = bg->team_get_id((struct block_list *)*bl)) > 0
                                   ^
    hBG.c: In function ‘status_get_emblem_id_pre’:
    hBG.c:3797:31: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
       && (bg_id = bg->team_get_id((struct block_list *)(*bl))) > 0
                                   ^
            PLUGIN  hBG

     

    Update ur hBG.c use this https://github.com/lucasljsb/HerculesBG/blob/50a1a3963fe2590a787aab27b27fa2faf9e1f277/src/plugins/hBG.c


  8. On 14/05/2018 at 9:00 PM, MikZ said:

    Someone please help.

    How to solve these warnings.

    
    hBG.c: In function ‘atcommand_reportafk’:
    hBG.c:2040:31: warning: unused variable ‘hBGsd’ [-Wunused-variable]
      struct hBG_map_session_data *hBGsd = NULL;
                                   ^
    hBG.c: In function ‘atcommand_leader’:
    hBG.c:2084:31: warning: unused variable ‘hBGsd’ [-Wunused-variable]
      struct hBG_map_session_data *hBGsd = NULL;
                                   ^
    hBG.c: In function ‘status_get_guild_id_pre’:
    hBG.c:3776:31: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
       && (bg_id = bg->team_get_id((struct block_list *)*bl)) > 0
                                   ^
    hBG.c: In function ‘status_get_emblem_id_pre’:
    hBG.c:3797:31: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
       && (bg_id = bg->team_get_id((struct block_list *)(*bl))) > 0
                                   ^
            PLUGIN  hBG

     

    activate your plugins in plugins.conf

    should be like this

    plugins_list: [
      "example",
      "other",
      ]
      -----------------------------------------
      Please note that your scripts need to be saved
      in the .c (source code) extension and placed in the /src/plugin/ folder.
      -----------------------------------------
      */
      plugins_list: [
      /* Enable HPMHooking when plugins in use rely on Hooking */
      "HPMHooking",
      "hBG",
       
      ]

  9. On 4/30/2018 at 5:14 PM, Cabrera said:

    Honestly @joinbg and @leavebg works just fine, also tested the Afk mode ( wherre if someones afk u can kick him) and tested 1 bg out and it works fine. The extra commands would need a closer look at if you want it to function perfectly. This is literally a free eamod version of BG with more user friendly commands for 2013-2017 + clients , just keep doing trial and error and you might just solve most of the problems.

    yeah i admit that this plugins almost all commands are working. but i dont have any knawledge to fix my problem i hope somebody can help me about my problem.
    please help me hhuhuhu


  10. On 4/29/2018 at 9:31 PM, Myriad said:

    it can be done you just need full understanding of the source itself as well as knowing the scripts like the back of your hand.

    sorry im  just new in herc emulator i dont have any idea to fix this i hope u can help me.
    i dont know how to read the script im just follow what i read in this tread i hope u can help me..


  11. 21 hours ago, caspe said:

    Just a small advice if you are developer & know what ur doing then use this plugin. This plugin is not complete & does not suit for live server, if you are thinking of using it on live server & don't know about Source editing & other stuff, just don't go with this plugin.

    If u just want to test it, then i should be fine.

    thanks for the advice this script alot of bugs ithink this plugins cannot be perfect.


  12. Just now, noobzter003 said:

    please help me! with this bug.

    after i choose battleggroundmode using @bgmode commands all the battleground modes isgoiing to start  after i use @bgstart commands .

    my problem is i cannot choose whch bgmodes i want to start..
    @bgmode is not working. still all the modes ar going to start after i use @bgstart

    i hope you guys understand what i mean.. sorry for my bad english

    Example i use @bgmode  9 ( i choose Battleground RUSH mode )
    but after i activate that mode using @bgstart all the modes are activating
    should be Battleground Rush mode only

     


  13. please help me! with this bug.

    after i choose battleggroundmode using @bgmode commands all the battleground modes isgoiing to start  after i use @bgstart commands .

    my problem is i cannot choose whch bgmodes i want to start..
    @bgmode is not working. still all the modes ar going to start after i use @bgstart

    i hope you guys understand what i mean.. sorry for my bad english


  14. 1 hour ago, Myriad said:

    these are clone maps you can make them using resnametable

    bat_a03 <-> bat_a01
    bat_a04 <-> bat_a01
    bat_a05 <-> bat_a01
    bat_b03 <-> bat_b01
    bat_b04 <-> bat_b01
    bat_b05 <-> bat_b01
    schg_cas06 <-> schg_cas01
    schg_cas07 <-> schg_cas02
    schg_cas08 <-> schg_cas03
    arug_cas06 <-> arug_cas01
    arug_cas07 <-> arug_cas02
    arug_cas08 <-> arug_cas03
    rush_cas01 <-> payg_cas01
    rush_cas02 <-> aldeg_cas01
    rush_cas03 <-> prtg_cas01
    rush_cas04 <-> gefg_cas03
    bat_c03 <-> bat_c01
    bat_c04 <-> bat_c01
    bat_c05 <-> bat_c01
    bat_c06 <-> bat_c01
    bat_c07 <-> bat_c01
    bat_c08 <-> bat_c01
    region_8 <-> guild_vs2

    thanks!


  15. Request BG Maps

     

    map: bat_a03
    map: bat_a04
    map: bat_a05
    map: bat_b03
    map: bat_b04
    map: bat_b05
    map: schg_cas06
    map: schg_cas07
    map: schg_cas08
    map: arug_cas06
    map: arug_cas07
    map: arug_cas08
    map: rush_cas01
    map: rush_cas02
    map: rush_cas03
    map: rush_cas04
    map: bat_c03
    map: bat_c04
    map: bat_c05
    map: bat_c06
    map: bat_c07
    map: bat_c08
    map: region_8
     
     
    Thanks in Advance!

  16. 3 hours ago, Rebel said:

    Should be,

    
    count += (map->addflooritem(bl, &item_tmp, 1, m, mx, my, 0, 0, 0, 4, false) != 0) ? 1 : 0;

     

    thank you very much but i have problem again i hope u ccan help me again.

    Quote

    [Error]: script error in file 'npc/custom/hBG/bg_common.txt' line 94 column 30
        parse_line: need ';'
        91:
        92:         /* * * * * DO NOT TOUCH ANYTHING BELOW THIS LINE * * * * * * * * * * * * * * * */
        93:         .TotalArenas = getarraysize(.BG_Arenas$);
    *   94:         .BG_Queue = hBG_queue_create("Battleground Arena","BG_Queue_Handler::OnQueueJoinEvent",.BGQueue_Level_Min);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        95:         .FFA_Queue = hBG_queue_create("Free For All Arena","BG_Queue_Handler::OnFFAQueueJoinEvent",.BGQueue_Level_Min);
        96:
        97:         // Move to Next Arena
    [Error]: script error in file 'npc/custom/hBG/bg_common.txt' line 344 column 4
        parse_line: expect command, missing function name or calling undeclared function
       341:                         mes "You must wait in any City until BG starts.";
       342:                         mes "Close this window to continue...";
       343:                         close2;
    *  344:                         hBG_queue_join getvariableofnpc(.BG_Queue,"BG_Queue_Handler");
            ~~~~~~~~~~~~~~~~~~~~~~~~^
       345:                         end;
       346:                 case 2:
       347:                         if (getcharid(1) == 0) {
    [Error]: script error in file 'npc/custom/hBG/bg_conquest.txt' line 53 column 32
        parse_line: need ';'
        50:                 case 5: set .Castle$,"arug_cas08"; set .GX,313; set .GY,154; set .CX,330; set .CY,154; set .DX,121; set .DY,318; set .AX,141; set .AY, 45; break;
        51:         }
        52:
    *   53:         set $@BG_Team1,hBG_team_create(.Castle$,.GX,.GY,0,"Conquest::OnGuillaumeQuit","");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        54:         set $@BG_Team2,hBG_team_create(.Castle$,.CX,.CY,1,"Conquest::OnCroixQuit","");
        55:         end;
        56:
    [Error]: script error in file 'npc/custom/hBG/bg_ffa.txt' line 26 column 35
        parse_line: need ';'
        23:         end;
        24:
        25: OnBuildTeams:
    *   26:         set $@FFA_Team[0],hBG_team_create("bat_c01",53,128,3, "FFA_Arena::OnQuit","FFA_Arena::OnKilled");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        27:         set $@FFA_Team[1],hBG_team_create("bat_c01",53,128,4, "FFA_Arena::OnQuit","FFA_Arena::OnKilled");
        28:         set $@FFA_Team[2],hBG_team_create("bat_c01",53,128,5, "FFA_Arena::OnQuit","FFA_Arena::OnKilled");
        29:         set $@FFA_Team[3],hBG_team_create("bat_c01",53,128,6, "FFA_Arena::OnQuit","FFA_Arena::OnKilled");
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_ctf.txt' line 66 column 3
        parse_line: expect command, missing function name or calling undeclared function
        63:         stopnpctimer;
        64:         if (.Flag_Status < 2) {
        65:                 getmapxy .@m$, .@x, .@y, 1;
    *   66:                 hBG_viewpointmap "bat_b02",1, .@x, .@y, 1, 0x0000FF;
            ~~~~~~~~~~~~~~~~^
        67:                 specialeffect 223;
        68:                 initnpctimer;
        69:         }
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_ctf.txt' line 135 column 3
        parse_line: expect command, missing function name or calling undeclared function
       132:         stopnpctimer;
       133:         if (.Flag_Status < 2) {
       134:                 getmapxy .@m$, .@x, .@y, 1;
    *  135:                 hBG_viewpointmap "bat_b02",1, .@x, .@y, 2, 0xFF0000;
            ~~~~~~~~~~~~~~~~^
       136:                 specialeffect 223;
       137:                 initnpctimer;
       138:         }
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_ctf.txt' line 159 column 3
        parse_line: expect command, missing function name or calling undeclared function
       156: OnBlueFlash:
       157:         if (getvariableofnpc(.Flag_Carrier,"Guillaume_Flag") == getcharid(0) && $@Arena_Status == 1 && getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") == "Flavius_CTF") {
       158:                 getmapxy .@m$, .@x, .@y, 0;
    *  159:                 hBG_viewpointmap "bat_b02",1, .@x, .@y, 1, 0x0000FF;
            ~~~~~~~~~~~~~~~~^
       160:                 specialeffect(EF_BOWLINGBASH);
       161:                 emotion e_hlp,1;
       162:                 addtimer 2000, "Flavius_CTF::OnBlueFlash";
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 34 column 32
        parse_line: need ';'
        31:         end;
        32:
        33: OnBuildTeams:
    *   34:         set $@BG_Team1,hBG_team_create("bat_b04",390,10,0,"Flavius_SC::OnGuillaumeQuit","Flavius_SC::OnGuillaumeDie");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        35:         set $@BG_Team2,hBG_team_create("bat_b04",10,290,1,"Flavius_SC::OnCroixQuit","Flavius_SC::OnCroixDie");
        36:         end;
        37:
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 195 column 2
        parse_line: expect command, missing function name or calling undeclared function
       192: OnTimer2000:
       193:         initnpctimer;
       194:         getmapxy .@m$, .@x, .@y, 1;
    *  195:         hBG_viewpointmap "bat_b04",1, .@x, .@y, atoi(strnpcinfo(2)), 0xFFFFFF;
            ~~~~~~~~^
       196:         end;
       197:
       198: OnBGStop:
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 257 column 2
        parse_line: expect command, missing function name or calling undeclared function
       254: OnTimer2000:
       255:         initnpctimer;
       256:         getmapxy .@m$, .@x, .@y, 1;
    *  257:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0xFF0000;
            ~~~~~~~~^
       258:         specialeffect 223;
       259:         if (set(.Count, .Count + 1) >= 5) {
       260:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 315 column 2
        parse_line: expect command, missing function name or calling undeclared function
       312: OnTimer2000:
       313:         initnpctimer;
       314:         getmapxy .@m$, .@x, .@y, 1;
    *  315:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0xFF0000;
            ~~~~~~~~^
       316:         specialeffect 223;
       317:         if (set(.Count, .Count + 1) >= 5) {
       318:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 373 column 2
        parse_line: expect command, missing function name or calling undeclared function
       370: OnTimer2000:
       371:         initnpctimer;
       372:         getmapxy .@m$, .@x, .@y, 1;
    *  373:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0xFF0000;
            ~~~~~~~~^
       374:         specialeffect 223;
       375:         if (set(.Count, .Count + 1) >= 5) {
       376:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 431 column 2
        parse_line: expect command, missing function name or calling undeclared function
       428: OnTimer2000:
       429:         initnpctimer;
       430:         getmapxy .@m$, .@x, .@y, 1;
    *  431:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0xFF0000;
            ~~~~~~~~^
       432:         specialeffect 223;
       433:         if (set(.Count, .Count + 1) >= 5) {
       434:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 489 column 2
        parse_line: expect command, missing function name or calling undeclared function
       486: OnTimer2000:
       487:         initnpctimer;
       488:         getmapxy .@m$, .@x, .@y, 1;
    *  489:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0xFF0000;
            ~~~~~~~~^
       490:         specialeffect 223;
       491:         if (set(.Count, .Count + 1) >= 5) {
       492:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 547 column 2
        parse_line: expect command, missing function name or calling undeclared function
       544: OnTimer2000:
       545:         initnpctimer;
       546:         getmapxy .@m$, .@x, .@y, 1;
    *  547:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0xFF0000;
            ~~~~~~~~^
       548:         specialeffect 223;
       549:         if (set(.Count, .Count + 1) >= 5) {
       550:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 608 column 2
        parse_line: expect command, missing function name or calling undeclared function
       605: OnTimer2000:
       606:         initnpctimer;
       607:         getmapxy .@m$, .@x, .@y, 1;
    *  608:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0x0000FF;
            ~~~~~~~~^
       609:         specialeffect 223;
       610:         if (set(.Count, .Count + 1) >= 5) {
       611:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 666 column 2
        parse_line: expect command, missing function name or calling undeclared function
       663: OnTimer2000:
       664:         initnpctimer;
       665:         getmapxy .@m$, .@x, .@y, 1;
    *  666:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0x0000FF;
            ~~~~~~~~^
       667:         specialeffect 223;
       668:         if (set(.Count, .Count + 1) >= 5) {
       669:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 724 column 2
        parse_line: expect command, missing function name or calling undeclared function
       721: OnTimer2000:
       722:         initnpctimer;
       723:         getmapxy .@m$, .@x, .@y, 1;
    *  724:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0x0000FF;
            ~~~~~~~~^
       725:         specialeffect 223;
       726:         if (set(.Count, .Count + 1) >= 5) {
       727:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 782 column 2
        parse_line: expect command, missing function name or calling undeclared function
       779: OnTimer2000:
       780:         initnpctimer;
       781:         getmapxy .@m$, .@x, .@y, 1;
    *  782:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0x0000FF;
            ~~~~~~~~^
       783:         specialeffect 223;
       784:         if (set(.Count, .Count + 1) >= 5) {
       785:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 840 column 2
        parse_line: expect command, missing function name or calling undeclared function
       837: OnTimer2000:
       838:         initnpctimer;
       839:         getmapxy .@m$, .@x, .@y, 1;
    *  840:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0x0000FF;
            ~~~~~~~~^
       841:         specialeffect 223;
       842:         if (set(.Count, .Count + 1) >= 5) {
       843:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_sc.txt' line 898 column 2
        parse_line: expect command, missing function name or calling undeclared function
       895: OnTimer2000:
       896:         initnpctimer;
       897:         getmapxy .@m$, .@x, .@y, 1;
    *  898:         hBG_viewpointmap "bat_b04",1, .@x, .@y, .Point, 0x0000FF;
            ~~~~~~~~^
       899:         specialeffect 223;
       900:         if (set(.Count, .Count + 1) >= 5) {
       901:                 set .Count, 0;
    [Error]: script error in file 'npc/custom/hBG/bg_flavius_td.txt' line 37 column 32
        parse_line: need ';'
        34:         end;
        35:
        36: OnBuildTeams:
    *   37:         set $@BG_Team1,hBG_team_create("bat_b03",390,10,0,"Flavius_TD::OnGuillaumeQuit","Flavius_TD::OnGuillaumeDie");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        38:         set $@BG_Team2,hBG_team_create("bat_b03",10,290,1,"Flavius_TD::OnCroixQuit","Flavius_TD::OnCroixDie");
        39:         end;
        40:
    [Error]: script error in file 'npc/custom/hBG/bg_rush.txt' line 45 column 32
        parse_line: need ';'
        42:         case 3: set .rush_castle$,"rush_cas04"; set .guil_x,270; set .guil_y,292; set .croix_x,270; set .croix_y,288; break;
        43:         }
        44:
    *   45:         set $@BG_Team1,hBG_team_create(.rush_castle$,.guil_x,.guil_y,0,"Rush::OnGuillaumeQuit","");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        46:         set $@BG_Team2,hBG_team_create(.rush_castle$,.croix_x,.croix_y,1,"Rush::OnCroixQuit","");
        47:         end;
        48:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_boss.txt' line 22 column 32
        parse_line: need ';'
        19:         end;
        20:
        21: OnBuildTeams:
    *   22:         set $@BG_Team1,hBG_team_create("bat_a03",50,374,0,"Tierra_Boss::OnGuillaumeQuit","");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        23:         set $@BG_Team2,hBG_team_create("bat_a03",42,16,1,"Tierra_Boss::OnCroixQuit","");
        24:         end;
        25:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_boss.txt' line 132 column 2
        parse_line: expect command, missing function name or calling undeclared function
       129:         set .@Boss, 2100 + getvariableofnpc(.guillaume_boss, "Tierra_Boss");
       130:         mapannounce "bat_a03","-- Guillaume Guardian [" + strmobinfo(2,.@Boss) + "] entering the battle --",1,0x0000FF;
       131:         set .Boss, bg_monster($@BG_Team1,"bat_a03",176,345,"Guillaume Guardian",.@Boss,"Guillaume_Boss::OnBoss");
    *  132:         hBG_monster_immunity .Boss,1;
            ~~~~~~~~^
       133:         initnpctimer;
       134:         end;
       135:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_boss.txt' line 167 column 2
        parse_line: expect command, missing function name or calling undeclared function
       164:         set .@Boss, 2100 + getvariableofnpc(.croix_boss, "Tierra_Boss");
       165:         mapannounce "bat_a03","-- Croix Guardian [" + strmobinfo(2,.@Boss) + "] entering the battle --",1,0xFF0000;
       166:         set .Boss, bg_monster($@BG_Team2,"bat_a03",167,50,"Croix Guardian",.@Boss,"Croix_Boss::OnBoss");
    *  167:         hBG_monster_immunity .Boss,1;
            ~~~~~~~~^
       168:         initnpctimer;
       169:         end;
       170:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_boss.txt' line 199 column 2
        parse_line: expect command, missing function name or calling undeclared function
       196:         end;
       197:
       198: OnBGStart:
    *  199:         hBG_viewpointmap "bat_a03",1,273,204,1,0xFFFFFF;
            ~~~~~~~~^
       200:         bg_monster 0,"bat_a03",273,204,"Balance Flag",1911,"Tierra_Boss::OnNeutralBreak";
       201:         initnpctimer;
       202:         end;
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_dom.txt' line 12 column 32
        parse_line: need ';'
         9:         end;
        10:
        11: OnBuildTeams:
    *   12:         set $@BG_Team1,hBG_team_create("bat_a04",50,374,0,"Tierra_DOM::OnGuillaumeQuit","");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        13:         set $@BG_Team2,hBG_team_create("bat_a04",42,16,1,"Tierra_DOM::OnCroixQuit","");
        14:         end;
        15:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_dom.txt' line 144 column 35
        parse_line: need ';'
       141:         if ($@Arena_Status != 1 || getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") != "Tierra_DOM")
       142:                 end;
       143:
    *  144:         set .@Guillaume, hBG_getareausers($@BG_Team1,"bat_a04",136,329,186,361);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       145:         set .@Croix, hBG_getareausers($@BG_Team2,"bat_a04",136,329,186,361);
       146:         set .Balance, .Balance + set(.@Balance, .@Guillaume - .@Croix);
       147:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_dom.txt' line 234 column 35
        parse_line: need ';'
       231:         if ($@Arena_Status != 1 || getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") != "Tierra_DOM")
       232:                 end;
       233:
    *  234:         set .@Guillaume, hBG_getareausers($@BG_Team1,"bat_a04",260,194,287,213);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       235:         set .@Croix, hBG_getareausers($@BG_Team2,"bat_a04",260,194,287,213);
       236:         set .Balance, .Balance + set(.@Balance, .@Guillaume - .@Croix);
       237:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_dom.txt' line 324 column 35
        parse_line: need ';'
       321:         if ($@Arena_Status != 1 || getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") != "Tierra_DOM")
       322:                 end;
       323:
    *  324:         set .@Guillaume, hBG_getareausers($@BG_Team1,"bat_a04",129,34,175,65);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       325:         set .@Croix, hBG_getareausers($@BG_Team2,"bat_a04",129,34,175,65);
       326:         set .Balance, .Balance + set(.@Balance, .@Guillaume - .@Croix);
       327:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_eoe.txt' line 53 column 32
        parse_line: need ';'
        50:         end;
        51:
        52: OnBuildTeams:
    *   53:         set $@BG_Team1,hBG_team_create("bat_a02",50,374,0,"Tierra_EOS::OnGuillaumeQuit","Tierra_EOS::OnGuillaumeDie");
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        54:         set $@BG_Team2,hBG_team_create("bat_a02",42,16,1,"Tierra_EOS::OnCroixQuit","Tierra_EOS::OnCroixDie");
        55:         end;
        56:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_eoe.txt' line 276 column 3
        parse_line: expect command, missing function name or calling undeclared function
       273:         stopnpctimer;
       274:         if (.Flag_Status == 0 && $@Arena_Status == 1 && getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") == "Tierra_EOS") {
       275:                 getmapxy .@m$, .@x, .@y, 1;
    *  276:                 hBG_viewpointmap "bat_a02",1,.@x,.@y,3,0xFFFF00;
            ~~~~~~~~~~~~~~~~^
       277:                 specialeffect 223;
       278:                 initnpctimer;
       279:         }
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_eoe.txt' line 336 column 35
        parse_line: need ';'
       333:         if ($@Arena_Status != 1 || getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") != "Tierra_EOS")
       334:                 end;
       335:
    *  336:         set .@Guillaume, hBG_getareausers($@BG_Team1,"bat_a02",136,329,186,361);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       337:         set .@Croix, hBG_getareausers($@BG_Team2,"bat_a02",136,329,186,361);
       338:         set .Balance, .Balance + set(.@Balance, .@Guillaume - .@Croix);
       339:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_eoe.txt' line 436 column 35
        parse_line: need ';'
       433:         if ($@Arena_Status != 1 || getvariableofnpc(.BG_Arena$,"BG_Queue_Handler") != "Tierra_EOS")
       434:                 end;
       435:
    *  436:         set .@Guillaume, hBG_getareausers($@BG_Team1,"bat_a02",129,34,175,65);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
       437:         set .@Croix, hBG_getareausers($@BG_Team2,"bat_a02",129,34,175,65);
       438:         set .Balance, .Balance + set(.@Balance, .@Guillaume - .@Croix);
       439:
    [Error]: script error in file 'npc/custom/hBG/bg_tierra_ti.txt' line 50 column 4
        parse_line: expect command, missing function name or calling undeclared function
        47:                         delitem 8967,.@id8967;
        48:                 // Drop Skulls
        49:                 if (.@id8965 > 0)
    *   50:                         hBG_flooritem2xy "region_8",.@x,.@y,8965,.@id8965;
            ~~~~~~~~~~~~~~~~~~~~~~~~^
        51:                 if (.@id8966 > 0)
        52:                         hBG_flooritem2xy "region_8",.@x,.@y,8966,.@id8966;
        53:                 if (.@id8967 > 0)

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.