¤ The Complete PW Package ¤

Page 75 of 333 FirstFirst ... 2565676869707172737475767778798081828385125175 ... LastLast
Results 1,111 to 1,125 of 4995
  1. #1111
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by Psytrac View Post
    can you confirm this 343?
    I'm no the road right now sorry, not at my actual dev PC :(

  2. #1112
    Black Magic Development das7002 is offline
    MemberRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by 343 View Post
    om PWi using sMODfix (as someone else has already pointed out)

    If assuring all models you're trying to 'import' have been 'fixed' and it still crashes... Then IDK, maybe there is a file size limit on the PCK @.@

    Only possibility for a pck size limit I can think of is around 4gb OR 2gb depending on if the int is signed or not... (since it reads file size from the pck itself)

  3. #1113
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    @Das that would make sense...

  4. #1114
    Psy Sins Psytrac is online now
    MemberRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,012Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by 343 View Post
    I'm no the road right now sorry, not at my actual dev PC :(
    ah.. pm me that info later then? (or post it here, whichever) I'm nto in any real hurry for it, I can just play official for now lol

  5. #1115
    RaGEaholic crxfreak is offline
    MemberRank
    Jul 2011 Join Date
    United StatesLocation
    625Posts

    Re: ¤ The Complete PW Package ¤

    343, if I wanted to just import changes of the new server files, particularly pwAdmin addons needing the user/pw in htdocs, would I copy both pwAdmin folder and htdocs or can those addons function without htdocs that?

  6. #1116
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    htdocs is 100% needed (it's only a re-direct link in pwAdmin)

  7. #1117
    RaGEaholic crxfreak is offline
    MemberRank
    Jul 2011 Join Date
    United StatesLocation
    625Posts

    Re: ¤ The Complete PW Package ¤

    OK thank you.

  8. #1118
    Viva la Vida NaMeLeS is offline
    MemberRank
    Jul 2011 Join Date
    613Posts

    Re: ¤ The Complete PW Package ¤

    ugh now I have another problem,

    I can start the server with pwAdmin fine no problems there
    I can then log in and do whatever

    BUT

    When I try start a map with pwAdmin it either
    1)Crashes gs
    2)Takes the world map offline
    3)Doesn't start the map
    and then after it does either of those things it seems to crash apache

    ---------- Post added at 04:23 PM ---------- Previous post was at 04:05 PM ----------

    Oh and I have reinstalled twice and still have same problem
    Last edited by NaMeLeS; 11-09-11 at 06:21 AM.

  9. #1119

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by twister495 View Post
    Ok thanks, I've just combined the PWi models.pck with the one from your older release and it works fine, apart from the mob I tested standing there like it's got a stick up it's rear end, obviously need to fix those. So I think it's safe to assume that the .pcks have a limit of 2GB I would say.
    OK, assuming that you have sMODfixed all models you have to replace all added ecms (with Notepad++ it's easy to do mass-replace for all added files)
    it should fix their movement (sMODfix doesnt't fix it):
    Code:
    CombineActName: 奔跑
    replace with: 
    CombineActName: 快速移动
    this should fix mobs attack (probably unneeded, because sMODfix fixes it)
    Code:
    gfx 1:
    CombineActName: 技能攻击1
    CombineActName: 技能施放落
    
    gfx 2:
    CombineActName: 技能攻击2
    CombineActName: 技能施放起
    
    atak 3:
    CombineActName: 技能攻击3
    CombineActName: 愤怒施放落
    
    gfx 4:
    CombineActName: 技能攻击4
    CombineActName: 愤怒施放起
    
    gfx 5:
    CombineActName: 技能攻击5
    CombineActName: 普攻5落
    
    normal hit1:
    CombineActName: 普通攻击1
    CombineActName: 普攻1起
    
    normal hit2:
    CombineActName: 普通攻击2
    CombineActName: 普攻2起
    
    wav1
    CombineActName: 行走
    CombineActName: 慢速移动
    
    wav2
    CombineActName: 战斗站立
    CombineActName: 戒备
    Quote Originally Posted by NaMeLeS View Post
    When I try start a map with pwAdmin it either
    1)Crashes gs
    2)Takes the world map offline
    3)Doesn't start the map
    and then after it does either of those things it seems to crash apache
    probably items in GSshop that don't exist in elements.data OR errors in elements.data
    Try mine I uploaded some pages before in this thread (page 62).
    And check logs ;)
    Last edited by avalanche3; 11-09-11 at 09:46 AM.

  10. #1120
    Viva la Vida NaMeLeS is offline
    MemberRank
    Jul 2011 Join Date
    613Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by avalanche3 View Post
    probably items in GSshop that don't exist in elements.data OR errors in elements.data
    Try mine I uploaded some pages before in this thread (page 62).
    And check logs ;)
    I am 100% sure that is not the problem

    Just to update what is going on with my problem:
    I reinstalled the whole server using another computer,
    If I start the server with that computer, it runs fine, world maps + other maps,

    However when I put the HD back in the server computer, I went to pwAdmin, started the server, that was fine. Then I started a map and it crashed the world map. Then apache or something chrashed, I couldnt get pwAdmin back and on the computer I got this error
    Code:
    *** glibc detected *** ./gs free(): invalid next size (normal): 0x1108e938 ***                                 [OK]
    Here is the gs log, translated with bing
    Spoiler:
    Code:
    Profiles: 'gs.conf' added to the configuration file: 'gsalias.conf'
    A total of 1318-like goods in the treasure house
    Monster speeds too small 11,518, walking: 0.010000, run: 0.010000
    Speed Monster is 13,641 and walking: 0.010000, run: 0.010000
    Monster speeds too small 13,642, walking: 0.010000, run: 0.010000
    Monster speeds too small 13,683, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 13,683
    Monster 1503 14,663 policy could not be found in the policy file
    Monster 1503 14,665 policy could not be found in the policy file
    Monster 1503 14,666 policy could not be found in the policy file
    Monster 1503 14,667 policy could not be found in the policy file
    Monster 1503 14,668 policy could not be found in the policy file
    Monster 1503 14,669 policy could not be found in the policy file
    Monster 1503 14,670 policy could not be found in the policy file
    Monster 1503 14,671 policy could not be found in the policy file
    Monster 15,468, no skill set 0
    Monster 15,469 does not set the skill number 0
    Monster 15,470 does not set the skill number 0
    Monster 15,471 does not set the skill number 0
    Monster 15,472 does not set the skill number 0
    Monster 15,473 does not set the skill number 0
    Monster 15,483 does not set the skill number 0
    Monster 15,554 does not set the skill number 0
    Monster 15,555 does not set the skill number 0
    Monster 15,556, no skill set 0
    Monster 15,557 does not set the skill number 0
    Monster 15,558 does not set the skill number 0
    Monster 15,560 does not set the skill number 0
    Monster 15,561 does not set the skill number 0
    Monster 15,562 does not set the skill number 0
    Monster 15,563 does not set the skill number 0
    Monster 15,564 no skill set, 0
    Monster 15,632 no skill set, 0
    Monster 15,633 does not set the skill number 0
    Monster 15,672 does not set the skill number 0
    Monster 15,674 does not set the skill number 0
    Monster 15,680 does not set the skill number 0
    Monster speeds too small 16,255, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 16,255
    Monster speeds too small 16,786, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 16,786
    Monster 16,941 skills-882 did not exist
    Monster 16,971 skills-882 did not exist
    Monster skills-883 16,980 does not exist
    16,988 skills-892 of the Monster does not exist
    Monster skills-883 16,995 does not exist
    16,996 skills-882 of the Monster does not exist
    Monster 17,005 skills-882 did not exist
    Monster 17,008 skills-882 did not exist
    Monster 17,011 skills-882 did not exist
    17,016 skills-882 of the Monster does not exist
    17,041 skills-885 of the Monster does not exist
    17,051 skills-885 of the Monster does not exist
    Monster 17,061 skills-883 does not exist
    Monster 17,061 does not set the skill number 0
    Monster 17,077 skills-882 did not exist
    17,078 skills-884 of the Monster does not exist
    Monster skills-883 17,085 does not exist
    Monster 17,088 skills-888 does not exist
    Monster 17,089 skills-889 does not exist
    17,090 skills-892 of the Monster does not exist
    17,091 Monster skills-890 does not exist
    17,092 skills-891 of the Monster does not exist
    Monster speeds too small 17,105, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 17,105
    Monster skills-887 17,983 does not exist
    17,984 Monster skills 887 does not exist
    17,985 Monster skills 887 does not exist
    17,986 skills-887 of the Monster does not exist
    Found errors of Monster templates 18,321
    Monster 18,727 skills-867 does not exist
    Monster 18,795 skills-867 does not exist
    Monsters speed small 19,039, walking: 0.000000, run: 0.000000
    Monster skills-895 19,041 does not exist
    Monster skills-895 19,042 does not exist
    Monster skills-895 19,043 does not exist
    Monster 19,044 skills-895 does not exist
    Monster skills-895 19,065 does not exist
    19,066 skills-895 of the Monster does not exist
    Monster skills-895 19,067 does not exist
    Monster skills-895 19,068 does not exist
    Monster skills-895 19,069 does not exist
    Monster skills-895 19,070 does not exist
    Monster 19,325 skills-867 does not exist
    Monster speeds too small 20,941, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 20,941
    21,103 skills-957 of the Monster does not exist
    Monster skills-945 21,104 does not exist
    Monster 21,104 does not set the skill number 0
    Monster skills-946 21,105 does not exist
    Monster 21,105 does not set the skill number 0
    Monster 21,106 skills-947 did not exist
    Monster 21,106 does not set the skill number 0
    Monster 21,107 skills-948 did not exist
    Monster 21,107 does not set the skill number 0
    21,108 skills-949 of the Monster does not exist
    Monster 21,108 does not set the skill number 0
    Monster skills-945 21,330 does not exist
    Monster 21,330 no skill set, 0
    Monster skills-946 21,331 does not exist
    Monster 21,331 does not set the skill number 0
    Monster 21,332 skills-947 did not exist
    Monster 21,332 does not set the skill number 0
    Monster 21,333 skills-948 did not exist
    Monster 21,333, no skill set 0
    21,334 skills-949 of the Monster does not exist
    Monster 21,334 does not set the skill number 0
    Monster skills-945 21,335 does not exist
    Monster 21,335 does not set the skill number 0
    21,336 Monster skills 946 does not exist
    21,336 skills monster has no skill set, 0
    21,337 Monster skills 947 does not exist
    Monster 21,337 does not set the skill number 0
    Monster 21,338 skills-948 did not exist
    Monster 21,338 does not set the skill number 0
    Monster skills-949 21,339 does not exist
    Monster 21,339 does not set the skill number 0
    Monster skills-945 21,340 does not exist
    Monster 21,340 does not set the skill number 0
    Monster skills-946 21,341 does not exist
    Monster 21,341 does not set the skill number 0
    Monster 21,342 skills-947 did not exist
    Monster 21,342 does not set the skill number 0
    Monster 21,343 skills-948 did not exist
    Monster 21,343 does not set the skill number 0
    21,344 skills-949 of the Monster does not exist
    Monster 21,344 does not set the skill number 0
    21,433 skills-957 of the Monster does not exist
    Monsters speed small 21,515, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 21,515
    Monster speeds too small 21,516, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 21,516
    Monster speeds too small a 21,517, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 21,517
    Monsters speed small 21,518, walking: 0.000000, run: 0.000000
    Monster discovered the error template 21,518
    Monster speeds too small 21,520, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 21,520
    Monster skills-957 21,617 does not exist
    21,618 skills-957 of the Monster does not exist
    22,127 skills-957 of the Monster does not exist
    Monster skills-957 22,128 does not exist
    Monster speeds too small 22,206, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 22,206
    Monster speeds too small 22,207, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 22,207
    22,988 skills-957 of the Monster does not exist
    Monster skills-957 22,989 does not exist
    Monster skills-957 22,990 does not exist
    Monster skills-957 22,991 does not exist
    22,992 skills-957 of the Monster does not exist
    Monster skills-957 22,993 does not exist
    22,994 skills-957 of the Monster does not exist
    Monster skills-957 22,995 does not exist
    Monster skills-957 22,996 does not exist
    22,997 skills-957 of the Monster does not exist
    Monster skills-957 22,998 does not exist
    Monster skills-957 22,999 does not exist
    Skills-957 23,000 of the Monster does not exist
    23,001 skills-957 of the Monster does not exist
    Monster skills-957 23,002 does not exist
    23,003 Monster skills-957 does not exist
    Monster skills-957 23,004 does not exist
    Monster skills-957 23,005 does not exist
    23,006 skills-957 of the Monster does not exist
    Monster skills-957 23,007 does not exist
    23,008 skills-957 of the Monster does not exist
    23,601 skills-957 of the Monster does not exist
    23,602 skills-957 of the Monster does not exist
    Monster skills-957 23,603 does not exist
    Monster skills-957 23,604 does not exist
    23,605 skills-957 of the Monster does not exist
    23,606 skills-957 of the Monster does not exist
    23,607 skills-957 of the Monster does not exist
    Monster skills-957 23,608 does not exist
    Monster skills-957 23,609 does not exist
    23,621 skills-957 of the Monster does not exist
    Freak 23,622 skills-957 does not exist
    23,624 skills-847 of the Monster does not exist
    23,625 skills-847 of the Monster does not exist
    23,626 skills-847 of the Monster does not exist
    23,633 skills-957 of the Monster does not exist
    23,634 skills-957 of the Monster does not exist
    23,635 skills-957 of the Monster does not exist
    23,636 skills-957 of the Monster does not exist
    Monster skills-957 23,637 does not exist
    Monster skills-957 23,638 does not exist
    23,639 skills-957 of the Monster does not exist
    Monster skills-957 23,640 does not exist
    Monster skills-957 23,694 does not exist
    Monster skills-1065 24,547 does not exist
    Monster skills-1064 24,548 does not exist
    Monster skills-1068 24,550 does not exist
    Monster skills-1067 24,551 does not exist
    Monster skills-1066 24,552 does not exist
    Monster skills-1063 24,553 does not exist
    24,554 Monster skills 1061 does not exist
    Monster 24,555 skills-1062 did not exist
    24,556 skills-1058 of the Monster does not exist
    Monster 24,557 skills-1059 does not exist
    Monster skills-1060 24,558 does not exist
    Monster skills-1057 24,559 does not exist
    Monster 24,560 skills-1054 does not exist
    Monster 24,561 skills-1056 does not exist
    24,646 skills-887 of the Monster does not exist
    24,647 skills-887 of the Monster does not exist
    Monster skills-887 24,648 does not exist
    24,649 skills-887 of the Monster does not exist
    24,650 Monster skills 887 does not exist
    Monster speeds too small 24,861, walking: 0.000000, run: 0.000000
    Found errors of Monster templates 24,861
    Monster skills-1158 25,592 does not exist
    25,607 skills-1161 of the Monster does not exist
    Monster 25,607 does not set the skill number 0
    Monster skills-1158 25,824 does not exist
    26,143 skills-957 of the Monster does not exist
    Monster skills-1193 26,715 does not exist
    Monster 26,715 does not set the skill number 0
    Monster skills-1193 26,716 does not exist
    Monster 26,716 does not set the skill number 0
    Monster skills-1193 26,717 does not exist
    Monster 26,717 does not set the skill number 0
    Monster skills-1193 26,718 does not exist
    Monster 26,718 does not set the skill number 0
    Monster 26,719 skills-1193 does not exist
    Monster 26,719 does not set the skill number 0
    Monster skills-1193 26,720 does not exist
    Monster 26,720 does not set the skill number 0
    Monster skills-1193 26,721 does not exist
    Monster 26,721 does not set the skill number 0
    Monster skills-1193 26,961 does not exist
    26,961 skills monster, no skill set 0
    Monster skills-1193 27,358 does not exist
    Monster 27,358 does not set the skill number 0
    Monster skills-1193 27,359 does not exist
    Monster 27,359 does not set the skill number 0
    Monster 27,360 skills-1193 does not exist
    Monster 27,360 does not set the skill number 0
    Monster skills-1194 27,390 does not exist
    Monster skills-1193 28,014 does not exist
    Monster skills-1063 28,014 does not exist
    Monster skills-1193 28,016 does not exist
    Monster skills-1063 28,016 does not exist
    Monster skills-1193 28,017 does not exist
    Monster skills-1063 28,017 does not exist
    Monster skills-1193 28,018 does not exist
    Monster skills-1063 28,018 does not exist
    1491 Monster 28,077 policy could not be found in the policy file
    Monster speeds too small 28,077, walking: 0.000000, run: 0.000000
    1491 Monster 28,078 policy could not be found in the policy file
    Monster speeds too small 28,078, walking: 0.000000, run: 0.000000
    Monster 28,079 policy 1492 from policy file found
    28,081 skills-1329 of the Monster does not exist
    Monster 28,081 does not set the skill number 0
    Monster skills-1330 28,118 does not exist
    Monster 28,118 does not set the skill number 0
    28,121 skills-1331 of the Monster does not exist
    Monster 28,121 does not set the skill number 0
    Monster 28,123 strategy 1493 could not be found in the policy file
    Monster speeds too small 28,124 and walking: 0.000000, run: 0.000000
    Monster 1499 28,125 policy could not be found in the policy file
    Monster skills-1334 28,125 does not exist
    Monster speeds too small 28,125, walking: 0.000000, run: 0.000000
    1500 Monster 28,126 policy could not be found in the policy file
    Monster skills-1332 28,126 does not exist
    Monsters speed small 28,126, walking: 0.000000, run: 0.000000
    28,128 skills-1333 of the Monster does not exist
    Monster speeds too small 28,128, walking: 0.000000, run: 0.000000
    Monster 1498 28,259 policy could not be found in the policy file
    Monster 1498 28,260 policy could not be found in the policy file
    Monster 1498 28,261 policy could not be found in the policy file
    Monster 1498 28,262 policy could not be found in the policy file
    Monster 1498 28,263 policy could not be found in the policy file
    Monster 1498 28,264 policy could not be found in the policy file
    Monster 1498 28,265 policy could not be found in the policy file
    Monster 1498 28,266 policy could not be found in the policy file
    Monster 1494 28,270 policy could not be found in the policy file
    Monster speeds too small 28,270, walking: 0.000000, run: 0.000000
    Monster 28,271 strategy 1495 could not be found in the policy file
    Monster speeds too small 28,271, walking: 0.000000, run: 0.000000
    Monster 1496 28,272 policy could not be found in the policy file
    Monster speeds too small 28,272, walking: 0.000000, run: 0.000000
    Monster 1497 28,273 policy could not be found in the policy file
    Monster speeds too small 28,273, walking: 0.000000, run: 0.000000
    Monster 28,284 strategy 1501 could not be found in the policy file
    1502 Monster 28,285 policy could not be found in the policy file
    1506 Monster 28,361 policy could not be found in the policy file
    28,361 Monster skills-1056 does not exist
    Monster skills-1057 28,361 does not exist
    28,364 Monster skills-1060 does not exist
    Monster 28,364 does not set the skill number 0
    1504 Monster 28,421 policy could not be found in the policy file
    1505 Monster 28,422 policy could not be found in the policy file
    1507 Monster 28,427 policy could not be found in the policy file
    1509 Monster 28,480 policy could not be found in the policy file
    1509 Monster 28,481 policy could not be found in the policy file
    Monster 28,482 policy 1509 from policy file found
    1509 Monster 28,483 policy could not be found in the policy file
    1509 Monster 28,484 policy could not be found in the policy file
    Monster 1514 28,485 policy could not be found in the policy file
    NPC 2,171 error service delivery objectives (index:10,target:7901)
    NPC 2,187 error service delivery objectives (index:8,target:7901)
    NPC 2,202 error service delivery objectives (index:9,target:7901)
    NPC 4,453 error service delivery objectives (index:12,target:7901)
    NPC 4,454 error service delivery objectives (index:12,target:7901)
    NPC 4,460 error service delivery objectives (index:12,target:7901)
    Error function of NPC templates 14,115, there is no corresponding Monster ID 0
    Error function of NPC templates 14,126, there is no corresponding Monster ID 0
    14,127 error function of NPC template, there is no corresponding Monster ID 0
    14,128 error function of NPC template, there is no corresponding Monster ID 0
    Error function of NPC templates 14,145, there is no corresponding Monster ID 0
    Error function of NPC templates 16,174, there is no corresponding Monster ID 0
    16,261 error function of NPC template, there is no corresponding Monster ID 0
    Error function of NPC templates 16,262, there is no corresponding Monster ID 0
    17,369 error function of NPC template, there is no corresponding Monster ID 17,197
    17,370 error function of NPC template, no corresponding Monster ID 17,198
    Error function of NPC templates 17,371, there is no corresponding Monster ID 17,199
    17,372 error function of NPC template, there is no corresponding Monster ID 17,200
    17,373 error function of NPC template, there is no corresponding Monster ID 17,201
    Error function of NPC templates 17,374, there is no corresponding Monster ID 17,202
    17,375 error function of NPC template, no corresponding Monster ID 17,203
    17,376 error function of NPC template, there is no corresponding Monster ID 17,204
    Error function of NPC templates 17,377, there is no corresponding Monster ID of 17,205
    Error function of NPC templates 17,378, there is no corresponding Monster ID 17,206
    Error function of NPC templates 17,379, there is no corresponding Monster ID 17,207
    Error function of NPC templates 17,380, there is no corresponding Monster ID 17,208
    17,381 error function of NPC template, there is no corresponding Monster ID 17,209
    17,382 error function of NPC template, there is no corresponding Monster ID 17,210
    Error function of NPC templates 17,383, there is no corresponding Monster ID 17,211
    Error function of NPC templates 17,384, there is no corresponding Monster ID 17,212
    Error function of NPC templates 17,385, there is no corresponding Monster ID 17,213
    Error function of NPC templates 17,386, there is no corresponding Monster ID 17,214
    17,387 error function of NPC template, there is no corresponding Monster ID 17,215
    17,388 error function of NPC template, there is no corresponding Monster ID 17,216
    17,389 error function of NPC template, there is no corresponding Monster ID 17,217
    17,390 error function of NPC template, no corresponding Monster ID 17,218
    Error function of NPC templates 17,391, there is no corresponding Monster ID 17,218
    17,392 error function of NPC template, there is no corresponding Monster ID 17,219
    Error function of NPC templates 17,393, there is no corresponding Monster ID 17,220
    Error function of NPC templates 17,394, there is no corresponding Monster ID 17,221
    17,395 error function of NPC template, there is no corresponding Monster ID 17,222
    Error function of NPC templates 17,396, there is no corresponding Monster ID 17,224
    Error function of NPC templates 17,397, there is no corresponding Monster ID 17,225
    17,398 error function of NPC template, there is no corresponding Monster ID 17,226
    17,399 error function of NPC template, there is no corresponding Monster ID 17,229
    Error function of NPC templates 17,400, there is no corresponding Monster ID 17,230
    Error function of NPC templates 17,401, there is no corresponding Monster ID 17,231
    17,402 error function of NPC template, there is no corresponding Monster ID 17,234
    17,403 error function of NPC template, there is no corresponding Monster ID 17,235
    Error function of NPC templates 17,404, there is no corresponding Monster ID 17,236
    Error function of NPC templates 20,556, there is no corresponding Monster ID 0
    20,685 Error function of NPC template, there is no corresponding Monster ID 0
    20,686 error function of NPC template, no corresponding Monster ID 0
    20,687 error function of NPC template, no corresponding Monster ID 0
    Error function of NPC templates 20,731, there is no corresponding Monster ID 0
    Error function of NPC templates 22,986, there is no corresponding Monster ID 0
    Error function of NPC templates 24,934, there is no corresponding Monster ID 0
    NPC 25,533 error service delivery objectives (index:0,target:7102)
    NPC 25,533 error service delivery objectives (index:1,target:7101)
    NPC 25,533 error service delivery objectives (index:2,target:7902)
    NPC 25,533 error service delivery objectives (index:3,target:7801)
    NPC 25,533 error service delivery objectives (index:4,target:7802)
    Npc25533 find the service ID is not correct 7,901
    NPC 25,811 error service delivery objectives (index:0,target:7102)
    NPC 25,811 error service delivery objectives (index:1,target:7901)
    NPC 25,811 error service delivery objectives (index:2,target:7902)
    Npc25811 find the service ID is not correct 7,101
    NPC 25,812 errors service delivery objective (index:0,target:7101)
    NPC 25,812 error service delivery objectives (index:1,target:7901)
    NPC 25,812 error service delivery objectives (index:2,target:7902)
    Npc25812 find the service ID is not correct 7,102
    NPC 25,831 error service delivery objectives (index:0,target:7902)
    NPC 25,831 error service delivery objectives (index:1,target:7901)
    NPC 25,831 errors service delivery objective (index:2,target:7802)
    Npc25831 find the service ID is not correct 7,801
    NPC 25,843 error service delivery objectives (index:0,target:7102)
    NPC 25,843 error service delivery objectives (index:1,target:7901)
    NPC 25,843 error service delivery objectives (index:2,target:7902)
    Npc25843 find the service ID is not correct 7,101
    NPC 25,844 error service delivery objectives (index:0,target:7101)
    NPC 25,844 errors service delivery objective (index:1,target:7901)
    NPC 25,844 error service delivery objectives (index:2,target:7902)
    Npc25844 find the service ID is not correct 7,102
    NPC 25,845 error service delivery objectives (index:0,target:7101)
    NPC 25,845 error service delivery objectives (index:1,target:7102)
    NPC 25,845 error service delivery objectives (index:2,target:7901)
    NPC 25,845 error service delivery objectives (index:3,target:7801)
    NPC 25,845 error service delivery objectives (index:4,target:7802)
    Npc25845 find the service ID is not correct 7,902
    NPC 25,866 errors service delivery objective (index:0,target:7801)
    NPC 25,866 error service delivery objectives (index:1,target:7902)
    NPC 25,866 error service delivery objectives (index:2,target:7901)
    Npc25866 find the service ID is not correct 7,802
    Error function of NPC templates 28,349, there is no corresponding Monster ID 0
    Error function of NPC templates 28,365, there is no corresponding Monster ID 0
    Mineral parameter errors, ID:6849
    Mineral parameter errors, ID:6850
    Mineral parameter errors, ID:6851
    Mineral parameter errors, ID:6852
    Mineral parameter errors, ID:6853
    Mineral parameter errors, ID:15636
    Mineral parameter errors, ID:15637
    Mineral parameter errors, ID:22203
    Mineral parameter errors, ID:22204
    Wrong task mine 24,496
    Wrong task mine 24,497
    Wrong task mine 24,498
    Wrong task mine 24,499
    Wrong task mine 24,500
    Wrong task mine 24,501
    Wrong task mine 24,502
    Wrong task mine 24,503
    Wrong task mine 24,504
    Wrong task mine 24,505
    Wrong task mine 24,506
    Wrong task mine 24,507
    Wrong task mine 24,508
    Wrong task mine 2,450
    Wrong task mine 24,509
    Wrong task mine 24,510
    Wrong task mine 24,511
    Mineral parameter errors, ID:24630
    Mineral parameter errors, ID:24631
    Mineral parameter errors, ID:24675
    Mineral parameter errors, ID:24692
    Mineral parameter errors, ID:26017
    Mineral parameter errors, ID:26021
    Mineral parameter errors, ID:26023
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Set error properties
    Error formula of 2,100 (with 0), the total number of raw materials is 0
    2,919 error formula (with 0), the total number of raw materials is 0
    Error formula of 2,920 (with 0), the total number of raw materials is 0
    Error formula of 2,922 (with 0), the total number of raw materials is 0
    Error formula of 2,931 (with 0), the total number of raw materials is 0
    Error formula of 2,932 (manufacturing 0), total raw number 0
    Error formula of 2,934 (with 0), the total number of raw materials is 0
    Error formula of 2,935 (with 0), the total number of raw materials is 0
    Error formula of 2,937 (with 0), the total number of raw materials is 0
    Error formula of 2,938 (with 0), the total number of raw materials is 0
    Error formula of 2,946 (with 0), the total number of raw materials is 0
    Error formula of 2,947 (with 0), the total number of raw materials is 0
    2,958 error formula (with 0), the total number of raw materials is 0
    Error formula of 2,959 (with 0), the total number of raw materials is 0
    Error formula of 2,970 (manufacturing 0), total raw number 0
    Error formula of 2,977 (manufacturing 0), total raw number 0
    Error formula of 2,980 (with 0), the total number of raw materials is 0
    Error formula of 2,983 (with 0), the total number of raw materials is 0
    2,986 error formula (with 0), the total number of raw materials is 0
    Error formula of 2,989 (with 0), the total number of raw materials is 0
    Error formula of 2,992 (manufacturing 0), total raw number 0
    Error formula of 2,995 (with 0), the total number of raw materials is 0
    Error formula of 2,998 (with 0), the total number of raw materials is 0
    Error formula of 3,001 (with 0), the total number of raw materials is 0
    Error formula of 3,004 (with 0), the total number of raw materials is 0
    Error formula of 3,007 (with 0), the total number of raw materials is 0
    Error formula of 3,010 (manufacturing 0), total raw number 0
    Error formula of 3,013 (manufacturing 0), total raw number 0
    Error formula of 3,016 (with 0), the total number of raw materials is 0
    Error formula of 3,019 (with 0), the total number of raw materials is 0
    Error formula of 3,023 (with 0), the total number of raw materials is 0
    Error formula of 3,026 (with 0), the total number of raw materials is 0
    3,029 error formula (with 0), the total number of raw materials is 0
    Error formula of 3,032 (with 0), the total number of raw materials is 0
    Error formula of 3,035 (with 0), the total number of raw materials is 0
    Error formula of 3,038 (with 0), the total number of raw materials is 0
    Error formula of 3,041 (manufacturing 0), total raw number 0
    Error formula of 3,044 (with 0), the total number of raw materials is 0
    Error formula 3,357 (manufacturing 4,692), the total number of raw materials is 0
    Error formula of 3,358 (manufacturing 4,693), the total number of raw materials is 0
    Error formula of 3,359 (manufacturing 4,694), the total number of raw materials is 0
    Error formula of 3,360 (manufacturing 4,695), the total number of raw materials is 0
    Error formula of 3,361 (manufacturing 5,845), the total number of raw materials is 0
    Error formula of 3,362 (manufacturing 5,846), the total number of raw materials is 0
    Error formula of 3,363 (manufacturing 4,700), the total number of raw materials is 0
    Error formula of 3,364 (manufacturing 4,701), the total number of raw materials is 0
    Error formula of 3,365 (manufacturing 4,702), the total number of raw materials is 0
    Error formula of 3,366 (manufacturing 4,703), total raw number 0
    Error formula of 3,367 (manufacturing 5,887), the total number of raw materials is 0
    Error formula of 3,368 (manufacturing 5,888), the total number of raw materials is 0
    Error formula 3,369 (manufacturing 4,708), the total number of raw materials is 0
    Error formula of 3,370 (manufacturing 4,709), the total number of raw materials is 0
    Error formula 3,371 (manufacturing 4,710), the total number of raw materials is 0
    Error formula of 3,372 (manufacturing 4,711), total raw number 0
    Error formula of 3,373 (manufacturing 5,824), the total number of raw materials is 0
    Error formula of 3,374 (manufacturing 5,825), the total number of raw materials is 0
    Error formula of 3,375 (manufacturing 4,716), the total number of raw materials is 0
    Error formula of 3,376 (manufacturing 4,717), the total number of raw materials is 0
    Error formula 3,377 (manufacture of 4,718), the total number of raw materials is 0
    Error formula of 3,378 (manufacturing 4,719), the total number of raw materials is 0
    Error formula of 3,379 (manufacturing 5,866), the total number of raw materials is 0
    Error formula of 3,380 (with 5,867), the total number of raw materials is 0
    Error formula of 3,381 (manufacturing 4,732), the total number of raw materials is 0
    Error formula of 3,382 (manufacturing 4,733), the total number of raw materials is 0
    Error formula of 3,383 (manufacturing 4,734), total raw number 0
    Error formula of 3,384 (manufacturing 4,735), total raw number 0
    Error formula of 3,385 (manufacturing 5,740), the total number of raw materials is 0
    Error formula of 3,386 (manufacturing 5,741), the total number of raw materials is 0
    Error formula of 3,387 (manufacturing 4,740), the total number of raw materials is 0
    Error formula of 3,388 (manufacturing 4,741), the total number of raw materials is 0
    Error formula of 3,389 (manufacturing 4,742), the total number of raw materials is 0
    Error formula of 3,390 (manufacturing 4,743), the total number of raw materials is 0
    Error formula of 3,391 (manufacturing 5,782), the total number of raw materials is 0
    Error formula of 3,392 (manufacturing 5,783), the total number of raw materials is 0
    Error formula of 3,393 (manufacturing 4,756), the total number of raw materials is 0
    Error formula 3,394 (manufacturing 4,757), the total number of raw materials is 0
    Error formula of 3,395 (manufacturing 4,758), the total number of raw materials is 0
    Error formula of 3,396 (manufacturing 4,759), the total number of raw materials is 0
    Error formula of 3,397 (manufacturing 5,677), the total number of raw materials is 0
    Error formula of 3,398 (manufacturing 5,678), the total number of raw materials is 0
    Error formula of 3,399 (manufacturing 4,764), the total number of raw materials is 0
    Error formula of 3,400 (manufacturing 4,765), the total number of raw materials is 0
    Error formula 3,401 (manufacturing 4,766), the total number of raw materials is 0
    Error formula of 3,402 (manufacturing 4,767), the total number of raw materials is 0
    Error formula of 3,403 (manufacturing 5,600), the total number of raw materials is 0
    Error formula of 3,404 (manufacturing 5,601), the total number of raw materials is 0
    Error formula of 3,405 (manufacturing 4,772), the total number of raw materials is 0
    Error formula of 3,406 (manufacturing 4,773), the total number of raw materials is 0
    Error formula of 3,407 (manufacturing 4,774), the total number of raw materials is 0
    Error formula of 3,408 (manufacture of 4,775), total raw number 0
    Error formula of 3,409 (manufacturing 5,656), the total number of raw materials is 0
    Error formula 3,410 (manufacturing 5,657), the total number of raw materials is 0
    Error formula of 3,411 (manufacturing 4,780), the total number of raw materials is 0
    Error formula of 3,412 (manufacturing 4,781), the total number of raw materials is 0
    Error formula of 3,413 (manufacturing 4,782), the total number of raw materials is 0
    Error formula of 3,414 (manufacturing 4,783), total raw number 0
    Error formula of 3,415 (manufacturing 5,614), the total number of raw materials is 0
    Error formula of 3,416 (manufacturing 5,615), the total number of raw materials is 0
    Error formula of 3,417 (manufacturing 4,788), the total number of raw materials is 0
    Error formula of 3,418 (manufacturing 4,789), the total number of raw materials is 0
    Error formula of 3,419 (manufacturing 4,790), the total number of raw materials is 0
    Error formula of 3,420 (manufacturing 4,791), the total number of raw materials is 0
    Error formula of 3,421 (manufacturing 5,516), the total number of raw materials is 0
    Error formula of 3,422 (manufacturing 5,517), the total number of raw materials is 0
    Error formula of 3,423 (manufacturing 4,796), the total number of raw materials is 0
    Error formula of 3,424 (manufacturing 4,797), the total number of raw materials is 0
    Error formula of 3,425 (manufacturing 4,798), total raw number 0
    Error formula of 3,426 (manufacturing 4,799), total raw number 0
    Error formula of 3,427 (manufacturing 5,495), the total number of raw materials is 0
    Error formula 3,428 (manufacturing 5,496), the total number of raw materials is 0
    Error formula of 3,429 (manufacturing 4,804), the total number of raw materials is 0
    Error formula 3,430 (manufacturing 4,805), the total number of raw materials is 0
    Error formula of 3,431 (manufacturing 4,806), total raw number 0
    Error formula of 3,432 (manufacturing 4,807), the total number of raw materials is 0
    Error formula 3,433 (manufacturing 5,579), the total number of raw materials is 0
    Error formula of 3,434 (manufacturing 5,580), the total number of raw materials is 0
    Error formula of 3,435 (manufacturing 4,812), the total number of raw materials is 0
    Error formula of 3,436 (manufacturing 4,813), the total number of raw materials is 0
    Error formula of 3,437 (manufacturing 4,814), the total number of raw materials is 0
    Error formula of 3,438 (manufacturing 4,815), total raw number 0
    Error formula of 3,439 (manufacturing 5,536), the total number of raw materials is 0
    Error formula of 3,440 (manufacturing 5,537), the total number of raw materials is 0
    Error formula of 3,441 (manufacturing 4,820), the total number of raw materials is 0
    Error formula of 3,442 (manufacturing 4,821), the total number of raw materials is 0
    Error formula of 3,443 (manufacturing 4,822), the total number of raw materials is 0
    Error formula of 3,444 (manufacturing 4,823), the total number of raw materials is 0
    Error formula of 3,445 (make 5,557), the total number of raw materials is 0
    Error formula of 3,446 (manufacturing 5,558), the total number of raw materials is 0
    Error formula of 3,447 (manufacturing 4,844), total raw number 0
    Error formula of 3,448 (manufacturing 4,845), the total number of raw materials is 0
    Error formula of 3,449 (manufacturing 4,846), the total number of raw materials is 0
    Error formula of 3,450 (manufacture of 4,847), the total number of raw materials is 0
    Error formula of 3,451 (manufacturing 5,474), the total number of raw materials is 0
    Error formula of 3,452 (manufacturing 5,475), the total number of raw materials is 0
    Error formula of 3,453 (manufacturing 4,852), the total number of raw materials is 0
    Error formula of 3,454 (manufacturing 4,853), the total number of raw materials is 0
    Error formula of 3,455 (manufacturing 4,854), the total number of raw materials is 0
    Error formula of 3,456 (manufacturing 4,855), the total number of raw materials is 0
    Error formula of 3,457 (manufacturing 5,453), the total number of raw materials is 0
    Error formula 3,458 (manufacturing 5,454), the total number of raw materials is 0
    Error formula of 3,459 (manufacturing 4,860), the total number of raw materials is 0
    Error formula of 3,460 (manufacture of 4,861), total raw number 0
    Error formula of 3,461 (manufacturing 4,862), the total number of raw materials is 0
    Error formula of 3,462 (manufacturing 4,863), the total number of raw materials is 0
    Error formula of 3,463 (manufacturing 5,432), the total number of raw materials is 0
    Error formula 3,464 (manufacturing 5,433), the total number of raw materials is 0
    Error formula of 3,465 (manufacturing 4,868), the total number of raw materials is 0
    Error formula of 3,466 (manufacturing 4,869), the total number of raw materials is 0
    Error formula of 3,467 (manufacturing 4,870), the total number of raw materials is 0
    Error formula of 3,468 (manufacturing 4,871), the total number of raw materials is 0
    Error formula of 3,469 (manufacturing 5,417), the total number of raw materials is 0
    Error formula of 3,470 (manufacturing 5,416), the total number of raw materials is 0
    Error formula of 3,472 (manufacturing 4,876), the total number of raw materials is 0
    Error formula of 3,473 (manufacturing 4,877), the total number of raw materials is 0
    Error formula of 3,474 (manufacturing 4,878), the total number of raw materials is 0
    Error formula of 3,475 (manufacturing 4,879), the total number of raw materials is 0
    Error formula of 3,476 (manufacturing 6,071), the total number of raw materials is 0
    Error formula 3,477 (manufacturing 6,072), the total number of raw materials is 0
    Error formula of 3,478 (manufacturing 6,073), the total number of raw materials is 0
    Error formula of 3,479 (manufacturing 4,884), the total number of raw materials is 0
    Error formula of 3,480 (manufacturing 4,885), the total number of raw materials is 0
    Error formula of 3,481 (manufacturing 4,886), total raw number 0
    Error formula of 3,482 (manufacturing 4,887), the total number of raw materials is 0
    Error formula of 3,483 (manufacturing 6,053), the total number of raw materials is 0
    Error formula of 3,484 (manufacturing 6,054), the total number of raw materials is 0
    Error formula of 3,485 (manufacturing 6,055), the total number of raw materials is 0
    Error formula of 3,486 (manufacturing 4,892), the total number of raw materials is 0
    Error formula of 3,487 (manufacturing 4,893), the total number of raw materials is 0
    Error formula of 3,488 (manufacturing 4,894), the total number of raw materials is 0
    Error formula of 3,489 (manufacturing 4,895), total raw number 0
    Error formula of 3,490 (manufacturing 6,035), the total number of raw materials is 0
    Error formula of 3,491 (manufacturing 6,036), the total number of raw materials is 0
    Error formula of 3,492 (manufacturing 6,037), the total number of raw materials is 0
    Error formula of 3,493 (manufacturing 4,900), the total number of raw materials is 0
    Error formula 3,494 (manufacturing 4,901), the total number of raw materials is 0
    Error formula of 3,495 (manufacturing 4,902), the total number of raw materials is 0
    Error formula of 3,496 (manufacturing 4,903), the total number of raw materials is 0
    Error formula of 3,497 (manufacturing 5,998), the total number of raw materials is 0
    Error formula of 3,498 (manufacturing 5,999), the total number of raw materials is 0
    Error formula of 3,499 (manufacture of 6,000), the total number of raw materials is 0
    Error formula of 3,500 (manufacturing 4,908), total raw number 0
    Error formula of 3,501 (manufacturing 4,909), the total number of raw materials is 0
    Error formula of 3,502 (manufacturing 4,910), the total number of raw materials is 0
    Error formula of 3,503 (manufacturing 4,911), the total number of raw materials is 0
    Error formula of 3,504 (manufacturing 5,979), the total number of raw materials is 0
    Error formula of 3,505 (manufacturing 5,980), the total number of raw materials is 0
    Error formula of 3,506 (manufacturing 5,981), the total number of raw materials is 0
    Error formula of 3,507 (manufacturing 4,916), the total number of raw materials is 0
    Error formula of 3,508 (manufacturing 4,917), the total number of raw materials is 0
    Error formula 3,509 (manufacturing 4,918), the total number of raw materials is 0
    Error formula of 3,510 (manufacturing 4,919), the total number of raw materials is 0
    Error formula of 3,511 (manufacturing 5,961), the total number of raw materials is 0
    Error formula of 3,512 (manufacturing 5,962), the total number of raw materials is 0
    Error formula of 3,513 (manufacturing 5,963), the total number of raw materials is 0
    Error formula of 3,514 (manufacturing 4,924), the total number of raw materials is 0
    Error formula of 3,515 (manufacturing 4,925), the total number of raw materials is 0
    Error formula of 3,516 (manufacturing 4,926), the total number of raw materials is 0
    Error formula of 3,517 (manufacturing 4,927), the total number of raw materials is 0
    Error formula of 3,518 (manufacturing 6,161), total raw number 0
    Error formula of 3,519 (manufacturing 6,162), the total number of raw materials is 0
    Error formula of 3,520 (manufacturing 4,932), the total number of raw materials is 0
    Error formula of 3,521 (manufacturing 4,933), the total number of raw materials is 0
    Error formula of 3,522 (manufacturing 4,934), the total number of raw materials is 0
    Error formula of 3,523 (manufacturing 4,935), total raw number 0
    Error formula of 3,524 (manufacturing 6,125), the total number of raw materials is 0
    Error formula of 3,525 (manufacturing 6,126), the total number of raw materials is 0
    Error formula of 3,526 (manufacturing 4,940), the total number of raw materials is 0
    Error formula of 3,527 (manufacturing 4,941), the total number of raw materials is 0
    Error formula of 3,528 (manufacturing 4,942), the total number of raw materials is 0
    Error formula of 3,529 (manufacturing 4,943), the total number of raw materials is 0
    Error formula of 3,530 (manufacturing 6,143), the total number of raw materials is 0
    Error formula of 3,531 (manufacturing 6,144), the total number of raw materials is 0
    Error formula of 3,532 (with 4,948), total raw number 0
    Error formula of 3,533 (manufacturing 4,949), the total number of raw materials is 0
    Error formula of 3,534 (manufacturing 4,950), the total number of raw materials is 0
    Error formula of 3,535 (manufacturing 4,951), the total number of raw materials is 0
    Error formula of 3,536 (manufacturing 5,899), the total number of raw materials is 0
    Error formula of 3,537 (manufacturing 5,900), the total number of raw materials is 0
    Error formula of 3,538 (manufacturing 5,901), the total number of raw materials is 0
    Error formula of 3,539 (manufacturing 4,956), the total number of raw materials is 0
    Error formula of 3,540 (manufacturing 4,957), the total number of raw materials is 0
    Error formula of 3,541 (manufacturing 4,958), total raw number 0
    Error formula of 3,542 (manufacturing 4,959), the total number of raw materials is 0
    Error formula of 3,543 (manufacturing 5,917), the total number of raw materials is 0
    Error formula of 3,544 (manufacture of 5,918), total raw number 0
    Error formula 3,545 (manufacturing 5,919), the total number of raw materials is 0
    Error formula of 3,546 (manufacturing 4,964), the total number of raw materials is 0
    Error formula of 3,547 (manufacturing 4,965), the total number of raw materials is 0
    Error formula of 3,548 (manufacturing 4,966), the total number of raw materials is 0
    Error formula of 3,549 (manufacturing 4,967), the total number of raw materials is 0
    Error formula of 3,550 (manufacturing 5,935), the total number of raw materials is 0
    Error formula of 3,551 (manufacturing 5,936), the total number of raw materials is 0
    Error formula of 3,552 (manufacturing 5,937), the total number of raw materials is 0
    Error formula of 3,553 (manufacturing 4,972), the total number of raw materials is 0
    Error formula of 3,554 (manufacturing 4,973), the total number of raw materials is 0
    Error formula of 3,555 (manufacturing 4,974), the total number of raw materials is 0
    Error formula of 3,556 (manufacturing 4,975), the total number of raw materials is 0
    Error formula of 3,557 (manufacturing 6,107), the total number of raw materials is 0
    Error formula of 3,558 (manufacturing 6,108), the total number of raw materials is 0
    Error formula of 3,559 (manufacturing 6,109), the total number of raw materials is 0
    Error formula of 3,560 (manufacturing 4,980), the total number of raw materials is 0
    Error formula of 3,561 (manufacturing 4,981), the total number of raw materials is 0
    Error formula of 3,562 (manufacturing 4,982), the total number of raw materials is 0
    Error formula of 3,563 (manufacturing 4,983), the total number of raw materials is 0
    Error formula of 3,564 (manufacturing 6,089), the total number of raw materials is 0
    Error formula 3,565 (manufacturing 6,090), the total number of raw materials is 0
    Error formula of 3,566 (manufacturing 6,091), the total number of raw materials is 0
    Error formula of 3,567 (manufacturing 4,988), the total number of raw materials is 0
    Error formula of 3,568 (manufacturing 4,989), the total number of raw materials is 0
    Error formula of 3,569 (manufacturing 4,990), the total number of raw materials is 0
    Error formula of 3,570 (manufacturing 4,991), the total number of raw materials is 0
    Error formula of 3,571 (manufacturing 6,016), the total number of raw materials is 0
    Error formula of 3,572 (manufacturing 6,017), the total number of raw materials is 0
    Error formula of 3,574 (manufacturing 5,118), total raw number 0
    Error formula of 3,575 (manufacturing 5,119), the total number of raw materials is 0
    Error formula of 3,576 (manufacturing 5,120), the total number of raw materials is 0
    Error formula of 3,577 (manufacturing 5,121), the total number of raw materials is 0
    Error formula of 3,578 (manufacturing 6,245), the total number of raw materials is 0
    Error formula of 3,579 (manufacturing 6,246), the total number of raw materials is 0
    Error formula of 3,580 (manufacturing 6,247), total raw number 0
    Error formula of 3,581 (manufacturing 5,126), the total number of raw materials is 0
    Error formula of 3,582 (manufacturing 5,127), the total number of raw materials is 0
    Error formula of 3,583 (manufacturing 5,128), the total number of raw materials is 0
    Error formula 3,584 (manufacturing 5,129), the total number of raw materials is 0
    Error formula of 3,585 (manufacturing 6,266), the total number of raw materials is 0
    Error formula of 3,586 (manufacturing 6,267), the total number of raw materials is 0
    Error formula of 3,587 (manufacturing 6,268), the total number of raw materials is 0
    Error formula of 3,588 (manufacturing 5,134), the total number of raw materials is 0
    Error formula of 3,589 (manufacturing 5,135), the total number of raw materials is 0
    Error formula of 3,590 (manufacturing 5,136), the total number of raw materials is 0
    Error formula of 3,591 (manufacturing 5,137), the total number of raw materials is 0
    Error formula of 3,592 (manufacturing 6,224), the total number of raw materials is 0
    Error formula of 3,593 (manufacturing 6,225), the total number of raw materials is 0
    Error formula of 3,594 (manufacturing 6,226), the total number of raw materials is 0
    Error formula of 3,595 (manufacturing 5,142), the total number of raw materials is 0
    Error formula of 3,596 (manufacturing 5,143), the total number of raw materials is 0
    Error formula of 3,597 (manufacturing 5,144), the total number of raw materials is 0
    Error formula of 3,598 (manufacturing 5,145), total raw number 0
    Error formula of 3,599 (manufacturing 6,287), the total number of raw materials is 0
    Error formula 3,600 (manufacturing 6,288), the total number of raw materials is 0
    Error formula of 3,601 (manufacturing 6,289), the total number of raw materials is 0
    Error formula of 3,602 (manufacturing 5,150), the total number of raw materials is 0
    Error formula of 3,603 (manufacturing 5,151), the total number of raw materials is 0
    Error formula of 3,604 (manufacturing 5,152), the total number of raw materials is 0
    Error formula of 3,605 (manufacturing 5,153), the total number of raw materials is 0
    Error formula of 3,606 (manufacturing 6,301), the total number of raw materials is 0
    Error formula of 3,607 (manufacturing 6,302), the total number of raw materials is 0
    Error formula of 3,608 (manufacturing 6,303), the total number of raw materials is 0
    Error formula of 3,609 (manufacturing 5,158), the total number of raw materials is 0
    Error formula of 3,610 (manufacturing 5,159), the total number of raw materials is 0
    Error formula of 3,611 (manufacturing 5,160), the total number of raw materials is 0
    Error formula of 3,612 (manufacturing 5,161), the total number of raw materials is 0
    Error formula of 3,613 (manufacturing 6,329), the total number of raw materials is 0
    Error formula of 3,614 (manufacturing 6,330), total raw number 0
    Error formula of 3,615 (manufacturing 6,331), the total number of raw materials is 0
    Error formula of 3,616 (manufacturing 5,166), the total number of raw materials is 0
    Error formula of 3,617 (manufacturing 5,167), the total number of raw materials is 0
    Error formula of 3,618 (manufacturing 5,168), the total number of raw materials is 0
    Error formula of 3,619 (manufacturing 5,169), the total number of raw materials is 0
    Error formula of 3,620 (manufacturing 6,182), the total number of raw materials is 0
    Error formula of 3,621 (manufacturing 6,183), the total number of raw materials is 0
    Error formula of 3,622 (manufacturing 5,174), the total number of raw materials is 0
    Error formula of 3,623 (manufacturing 5,175), the total number of raw materials is 0
    Error formula of 3,624 (manufacturing 5,176), the total number of raw materials is 0
    Error formula of 3,625 (manufacturing 5,177), the total number of raw materials is 0
    Error formula of 3,626 (manufacturing 6,203), the total number of raw materials is 0
    Error formula of 3,627 (manufacturing 6,204), the total number of raw materials is 0
    Error formula of 3,751 (with 0), the total number of raw materials is 0
    Error formula of 4,149 (with 0), the total number of raw materials is 0
    Error formula of 4,594 (with 0), the total number of raw materials is 0
    Error formula of 4,595 (with 0), the total number of raw materials is 0
    Join a total of 4,225 manufacturing formula
    Delete no dismantling of the production formula object 12,834
    Delete no dismantling of the production formula object 13,332
    Delete no dismantling of the production formula object 14,836
    Delete no dismantling of the production formula object 16,327
    Delete no dismantling of the production formula object 16,328
    Removed does not produce disassemble the prescription of 16,329
    Not disassemble the prescription of objects are deleted 16,851
    Delete no dismantling of the production formula object 20,217
    Delete no dismantling of the production formula object 20,219
    Delete no dismantling of the production formula object 20,220
    Delete no dismantling of the production formula object 20,221
    Delete no dismantling of the production formula object 20,222
    Delete no dismantling of the production formula object 20,223
    Delete no dismantling of the production formula object 20,224
    Delete no dismantling of the production formula object 20,225
    Delete no dismantling of the production formula object 20,226
    Delete no dismantling of the production formula object 20,227
    Delete no dismantling of the production formula object 20,228
    Delete no dismantling of the production formula object 20,229
    Delete no dismantling of the production formula object 20,230
    Delete no dismantling of the production formula object 20,231
    Delete no dismantling of the production formula object 20,232
    Delete no dismantling of the production formula object 20,233
    Delete no dismantling of the production formula object 20,234
    Delete no dismantling of the production formula object 20,235
    Delete no dismantling of the production formula object 20,236
    Delete no dismantling of the production formula object 20,237
    Delete no dismantling of the production formula object 20,239
    Delete no dismantling object composition for production of 20,242
    Delete no dismantling object composition for production of 20,244
    Delete no dismantling of the production formula object 20,247
    Delete no dismantling of the production formula object 20,250
    Delete no dismantling of the production formula object 20,252
    Delete no dismantling of the production formula object 20,253
    Delete no dismantling of the production formula object 20,254
    Delete no dismantling of the production formula object 20,258
    Delete no dismantling of the production formula object 20,261
    Delete no dismantling of the production formula object 20,263
    Delete no dismantling of the production formula object 20,266
    Delete no dismantling of the production formula object 20,270
    Removed without dismantling object composition for production of 20,272
    Delete no dismantling of the production formula object 20,273
    Delete no dismantling of the production formula object 20,274
    Delete no dismantling of the production formula object 20,276
    Delete no dismantling of the production formula object 20,278
    Delete no dismantling of the production formula object 20,280
    Delete no dismantling of the production formula object 20,282
    Delete no dismantling of the production formula object 20,284
    Not disassemble the prescription of objects are deleted 20,285
    Delete no dismantling of the production formula object 20,286
    Delete no dismantling of the production formula object 20,287
    Removed without dismantling of the production formula object 20,291
    Delete no dismantling of the production formula object 20,294
    Not disassemble the prescription of objects are deleted 20,296
    Delete no dismantling of the production formula object 20,299
    Delete no dismantling of the production formula object 20,300
    Delete no dismantling of the production formula object 20,372
    Delete no dismantling of the production formula object 20,398
    Delete no dismantling of the production formula object 20,950
    Delete no dismantling of the production formula object 20,951
    Delete no dismantling of the production formula object 20,952
    Delete no dismantling of the production formula object 20,953
    Delete no dismantling of the production formula object 20,954
    Delete no dismantling of the production formula object 20,955
    Delete no dismantling of the production formula object 20,956
    Delete no dismantling of the production formula object 20,957
    Delete no dismantling of the production formula object 21,063
    Delete no dismantling of the production formula object 21,064
    Removed does not produce disassemble the prescription of 21,491
    Delete no dismantling of the production formula object 23,395
    Delete no dismantling of the production formula object 23,396
    Delete no dismantling of the production formula object 23,397
    Delete no dismantling of the production formula object 23,398
    Delete no dismantling of the production formula object 23,399
    Removed does not produce disassemble the prescription of 23,400
    Not disassemble the prescription of objects are deleted 23,474
    Delete no dismantling of the production formula object 23,475
    Delete no dismantling of the production formula object 23,476
    Delete no dismantling of the production formula object 23,477
    Not disassemble the prescription of objects are deleted 23,478
    Delete no dismantling of the production formula object 23,479
    Delete no dismantling of the production formula object 23,835
    Delete no dismantling of the production formula object 23,836
    Delete no dismantling of the production formula object 23,838
    Delete no dismantling of the production formula object 23,839
    Delete no dismantling of the production formula object 23,841
    Not disassemble the prescription of objects are deleted 23,842
    Delete no dismantling of the production formula object 23,844
    Delete no dismantling of the production formula object 23,845
    Delete no dismantling of the production formula object 23,847
    Delete no dismantling of the production formula object 23,848
    Not disassemble the prescription of objects are deleted 23,850
    Not disassemble the prescription of objects are deleted 23,851
    Not disassemble the prescription of objects are deleted 23,853
    Delete no dismantling of the production formula object 23,854
    Delete no dismantling of the production formula object 23,856
    Delete no dismantling of the production formula object 23,857
    Delete no dismantling of the production formula object 23,859
    Not disassemble the prescription of objects are deleted 23,860
    Delete no dismantling of the production formula object 23,862
    Delete no dismantling of the production formula object 23,863
    Delete no dismantling of the production formula object 23,865
    Delete no dismantling of the production formula object 23,866
    Delete no dismantling of the production formula object 23,868
    Not disassemble the prescription of objects are deleted 23,869
    Delete no dismantling of the production formula object 23,871
    Delete no dismantling of the production formula object 23,872
    Delete no dismantling of the production formula object 23,874
    Delete no dismantling of the production formula object 23,875
    Delete no dismantling of the production formula object 23,877
    Delete no dismantling of the production formula object 23,878
    Delete no dismantling of the production formula object 23,880
    Delete no dismantling of the production formula object 23,881
    Not disassemble the prescription of objects are deleted 23,883
    Delete no dismantling of the production formula object 23,884
    Delete no dismantling of the production formula object 23,886
    Delete no dismantling of the production formula object 23,887
    Delete no dismantling of the production formula object 23,888
    Delete no dismantling of the production formula object 23,890
    Delete no dismantling of the production formula object 23,891
    Delete no dismantling of the production formula object 23,893
    Delete no dismantling of the production formula object 23,894
    Delete no dismantling of the production formula object 23,931
    Delete no dismantling of the production formula object 23,932
    Delete no dismantling of the production formula object 23,933
    Delete no dismantling of the production formula object 23,934
    Delete no dismantling of the production formula object 23,935
    Not disassemble the prescription of objects are deleted 23,936
    Delete no dismantling of the production formula object 23,937
    Delete no dismantling of the production formula object 23,938
    Delete no dismantling of the production formula object 23,939
    Delete no dismantling of the production formula object 23,940
    Delete no dismantling of the production formula object 23,941
    Delete no dismantling of the production formula object 23,942
    Delete no dismantling of the production formula object 24,924
    Delete no dismantling of the production formula object 24,930
    Delete no dismantling of the production formula object 24,931
    Delete no dismantling of the production formula object 25,135
    Delete no dismantling of the production formula object 25,171
    Delete no dismantling of the production formula object 25,172
    Delete no dismantling of the production formula object 25,178
    Delete no dismantling of the production formula object 25,179
    Delete no dismantling of the production formula object 25,180
    Delete no dismantling of the production formula object 25,181
    Delete no dismantling of the production formula object 25,182
    Delete no dismantling of the production formula object 25,184
    Delete no dismantling of the production formula object 25,186
    Delete no dismantling of the production formula object 25,190
    Delete no dismantling of the production formula object 25,191
    Delete no dismantling of the production formula object 25,192
    Delete no dismantling of the production formula object 25,194
    Delete no dismantling of the production formula object 25,195
    Delete no dismantling of the production formula object 25,196
    Delete no dismantling of the production formula object 25,197
    Delete no dismantling of the production formula object 25,199
    Delete no dismantling of the production formula object 25,201
    Delete no dismantling of the production formula object 25,202
    Delete no dismantling of the production formula object 25,203
    Delete no dismantling of the production formula object 25,204
    Not disassemble the prescription of objects are deleted 25,205
    Not disassemble the prescription of objects are deleted 25,206
    Not disassemble the prescription of objects are deleted 25,208
    Delete no dismantling of the production formula object 25,209
    Delete no dismantling of the production formula object 25,327
    Delete no dismantling of the production formula object 25,328
    Delete no dismantling of the production formula object 25,329
    Delete no dismantling of the production formula object 25,377
    Delete no dismantling of the production formula object 25,378
    Delete no dismantling of the production formula object 25,379
    Delete no dismantling of the production formula object 25,380
    Delete no dismantling of the production formula object 25,381
    Delete no dismantling of the production formula object 25,382
    Not disassemble the prescription of objects are deleted 25,386
    Delete no dismantling of the production formula object 25,387
    Delete no dismantling of the production formula object 25,388
    Delete no dismantling of the production formula object 25,390
    Delete no dismantling of the production formula object 25,391
    Delete no dismantling of the production formula object 25,392
    Delete no dismantling of the production formula object 25,393
    Delete no dismantling of the production formula object 25,396
    Delete no dismantling of the production formula object 25,397
    Delete no dismantling of the production formula object 25,398
    Delete no dismantling of the production formula object 25,742
    Delete no dismantling of the production formula object 25,743
    Delete no dismantling of the production formula object 25,744
    Delete no dismantling of the production formula object 25,745
    Removed does not produce disassemble the prescription of 25,746
    Delete no dismantling of the production formula object 25,747
    Delete no dismantling of the production formula object 25,748
    Delete no dismantling of the production formula object 25,749
    Delete no dismantling of the production formula object 25,750
    Delete no dismantling of the production formula object 25,751
    Not disassemble the prescription of objects are deleted 25,752
    Delete no dismantling of the production formula object 25,753
    Delete no dismantling of the production formula object 25,754
    Delete no dismantling of the production formula object 25,755
    Delete no dismantling of the production formula object 25,756
    Not disassemble the prescription of objects are deleted 25,757
    Not disassemble the prescription of objects are deleted 25,758
    Delete no dismantling of the production formula object 25,759
    Delete no dismantling of the production formula object 25,760
    Delete no dismantling of the production formula object 25,761
    Delete no dismantling of the production formula object 26,049
    Delete no dismantling of the production formula object 26,057
    Delete no dismantling of the production formula object 26,192
    Delete no dismantling of the production formula object 26,193
    Delete no dismantling of the production formula object 26,194
    Delete no dismantling of the production formula object 26,195
    Delete no dismantling of the production formula object 26,196
    Delete no dismantling of the production formula object 26,197
    Delete no dismantling of the production formula solution 26,198
    Delete no dismantling of the production formula object 26,199
    Delete no dismantling of the production formula object 26,200
    Delete no dismantling of the production formula object 26,201
    Delete no dismantling of the production formula object 26,202
    Delete no dismantling of the production formula object 26,203
    Delete no dismantling of the production formula object 26,212
    Delete no dismantling of the production formula object 26,213
    Delete no dismantling of the production formula object 26,214
    Delete no dismantling of the production formula object 26,215
    Delete no dismantling of the production formula object 26,216
    Delete no dismantling of the production formula object 26,217
    Delete no dismantling of the production formula object 26,218
    Delete no dismantling of the production formula object 26,219
    Delete no dismantling of the production formula object 28,507
    Delete no dismantling of the production formula object 28,512
    Delete no dismantling of the production formula object 28,516
    Delete no dismantling of the production formula object 28,517
    Delete no dismantling of the production formula object 28,518
    Not disassemble the prescription of objects are deleted 28,519
    Delete no dismantling of the production formula object 28,527
    Delete no dismantling of the production formula object 28,528
    Delete no dismantling of the production formula object 28,529
    Delete no dismantling of the production formula object 28,530
    Delete no dismantling of the production formula object 28,531
    Not disassemble the prescription of objects are deleted 28,532
    Delete no dismantling of the production formula object 28,533
    Delete no dismantling of the production formula object 28,534
    Delete no dismantling of the production formula object 28,611
    Delete no dismantling of the production formula object 28,612
    Delete no dismantling of the production formula object 28,636
    Not disassemble the prescription of objects are deleted 28,637
    Automatic matching of 2,925 breaking formula, there are 242 equipment did not have a matching formula
    Pet data errors, pet ID:10584
    Join a total of 133 rare items
    There are 1159 Yuan in total items
    LUA Script version 102
    Initialize gs01
    Start logic to initialize the world ...
    Three time parameters for 180,300,1140-addiction, addiction recovery, ' day zero '
    Drowning prevention function system shutdown
    Anti-hack punishment is turned off
    Sun Sep 11 20:32:43 2011
    
    Starting world No.1
    Double experience time after time per week are: 01:00 on Monday
    Resource directory: '/PWServer/gamed/config/world/'
    Create grid: 800*800 with step 25.000000
    Grid Region: {-10000.00,-10000.00} - {10000.00,10000.00}
    Connect to the remote game server: 'arena01', using the UNIX way:/tmp/gssock_arena01
    Connect to the remote game server: 'arena02', using the UNIX way:/tmp/gssock_arena02
    Connect to the remote game server: 'arena03', using the UNIX way:/tmp/gssock_arena03
    Connect to the remote game server: 'arena04', using the UNIX way:/tmp/gssock_arena04
    Connect to the remote game server: 'b05', using the UNIX way:/tmp/gssock_b05
    Remote game server: 'house1' using UNIX:/tmp/gssock_house1
    Connect to the remote game server: 'house2', using the UNIX way:/tmp/gssock_house2
    Connect to the remote game server: 'house3', using the UNIX way:/tmp/gssock_house3
    Connect to the remote game server: 'house4', using the UNIX way:/tmp/gssock_house4
    Connect to the remote game server: 'house5', using the UNIX way:/tmp/gssock_house5
    Connect to the remote game server: 'house6', using the UNIX way:/tmp/gssock_house6
    Remote game server: 'jail' using UNIX:/tmp/gssock_jail
    Connect to the remote game server: 'is01', using the UNIX way:/tmp/gssock_is01
    Connect to the remote game server: 'is02', using the UNIX way:/tmp/gssock_is02
    Connect to the remote game server: 'is12', using the UNIX way:/tmp/gssock_is12
    Connect to the remote game server: 'is13', using the UNIX way:/tmp/gssock_is13
    Connect to the remote game server: 'is18', using the UNIX way:/tmp/gssock_is18
    Connect to the remote game server: 'is19', using the UNIX way:/tmp/gssock_is19
    Connect to the remote game server: 'is20', using the UNIX way:/tmp/gssock_is20
    Connect to the remote game server: 'is21', using the UNIX way:/tmp/gssock_is21
    Remote game server: 'is22' using UNIX:/tmp/gssock_is22
    Connect to the remote game server: 'is32', using the UNIX way:/tmp/gssock_is32
    Connect to the remote game server: 'is33', using the UNIX way:/tmp/gssock_is33
    Connect to the remote game server: 'is34', using the UNIX way:/tmp/gssock_is34
    Connect to the remote game server: 'is35', using the UNIX way:/tmp/gssock_is35
    Connect to the remote game server: 'bg01', using the UNIX way:/tmp/gssock_bg01
    Connect to the remote game server: 'bg02', using the UNIX way:/tmp/gssock_bg02
    Connect to the remote game server: 'bg03', using the UNIX way:/tmp/gssock_bg03
    Connect to the remote game server: 'bg04', using the UNIX way:/tmp/gssock_bg04
    Connect to the remote game server: 'bg05', using the UNIX way:/tmp/gssock_bg05
    Connect to the remote game server: 'bg06', using the UNIX way:/tmp/gssock_bg06
    Connect to the remote game server: 'is05', using the UNIX way:/tmp/gssock_is05
    Connect to the remote game server: 'is06', using the UNIX way:/tmp/gssock_is06
    Connect to the remote game server: 'is07', using the UNIX way:/tmp/gssock_is07
    Connect to the remote game server: 'is08',


    Sorry it is rather large, I don't think the first part is important but I included it just in case.

    If anyone knows what the problems is that would be great, for now I am just going to keep searching and using trial and error to try get it working

    Regards,
    NaMeLeS

    ---------- Post added at 09:02 PM ---------- Previous post was at 09:00 PM ----------

    Oh and when I try ./start.sh or ./stop.sh AFTER it has crashed and I have got the error message I posted above, I get
    Code:
    Segmentation fault


    ---------- Post added at 09:13 PM ---------- Previous post was at 09:02 PM ----------

    I then tried
    Code:
    halt
    and got

    Code:
    malloc: ../bash/make_cmd.c:507: asertion botched
    malloc: block on free list clobbered
    last command: halt
    Aborting...
    I then get taken to the login screen, I put in root and password, do nothing else and get
    [code]run-parts: /etc/update-motd.d/50-landscape-sysinfo exited with return code 139

    Then all the welcome to ubuntu system info blah blah and then:

    malloc: ../bash/subst.c:666: asertion botched
    free: start and end chunk sizes differ
    Aborting...[code]

    I then get taken to the logon screen again where I get:

    Code:
    Traceback (most recent call last):
        File "/usr/lib/python2.7/os.py", line 68, in <module>
            import os
        File "/usr/lib/python2.7/os.py", line 299, in <module> 
            __all__.append("walk")
    Type error: 'tuple object is not callable
    Segmentation fault
    Segmentation fault
    *** glibc detected *** sh: free(): invalid size: 0x099d6028 ***
    Then all the welcome stuff and another logon screen

    Time to pull out the power methinks...

    ---------- Post added at 09:19 PM ---------- Previous post was at 09:13 PM ----------

    pulled power, switched it back on, started the server started a map via command line (./gs a29)

    Got a segmentation error which crashed everything again

    ---------- Post added at 09:25 PM ---------- Previous post was at 09:19 PM ----------

    Alright so I put the HD back in the other computer, it runs fine, multiple maps open and no problems,

    Guess it must be some kind of problem with the server computer o.O

    This is really weird

  11. #1121
    The One And Only DaMadBoy is offline
    MemberRank
    Jun 2009 Join Date
    Behind You!Location
    545Posts

    Re: ¤ The Complete PW Package ¤

    I'm having some trouble with my new mobs, I fixed the PWi files with modfix and added them to gfx.pck, everything loads fine but when I spawn the mob ingame I just get an ERR that moves around.

    I've checked the file reference in elements.data, orginally it was models\npcs\chinesename\etc... and changed it to gfx\npcs\chinesename\etc... but no luck.

    Is it because it's in gfx.pck? Maybe causing a conflict because the gfx file is also in gfx.pck? I thought at first it was case sensitive so I put it in lower casing and still no luck but the files are there, I copied the directory from elements.data and put it into my explorer bar and it came up with "Use program to open .ecm"

    Any ideas are welcome.

  12. #1122

    Re: ¤ The Complete PW Package ¤

    Did you change location in *.ecm files?
    For example you have mob in elements.data:
    configs\mobs\人面蜘蛛女\人面蜘蛛女.ecm

    so you open that ecm with Notepad++ and change there the reference to *.smd file:
    configs\mobs\\人面蜘蛛女\人面蜘蛛女.smd

    but before you have to set the chinese (simplified) character set... of course in Notepad++

    ---------- Post added at 02:00 PM ---------- Previous post was at 01:57 PM ----------

    Later you will find a way how to do mass replaces in whole directory using N.++ :P

  13. #1123
    The One And Only DaMadBoy is offline
    MemberRank
    Jun 2009 Join Date
    Behind You!Location
    545Posts

    Re: ¤ The Complete PW Package ¤

    Ahh no I didn't, didn't realise you needed to do that. I already have notepad++, bloody lovely program It's the text editor version of VCL player, opens anything.

    Thanks avalanche

    Edit: Well I got it all working now but there is one problem, the mob doesn't attack back but he moves around fine. I removed it's skills thinking maybe the original skills for the mob don't exist on my server and he doesn't even attack using physical attack.

    Edit2: I fixed it, changed line 12 in elements.data to 0 from 3 and now the mob kicked my arse :D fantastic
    Last edited by DaMadBoy; 11-09-11 at 06:44 PM.

  14. #1124

    Re: ¤ The Complete PW Package ¤

    If the mob doesn't fight back then it's skill ID was too high. Our server files can handle IDs up to around 870, but not higher.
    If the mob doesn't animate, then sMODfix and replace in all ecms:
    CombineActName: 奔跑
    with:
    CombineActName: 快速移动

  15. #1125
    RaGEaholic crxfreak is offline
    MemberRank
    Jul 2011 Join Date
    United StatesLocation
    625Posts

    Re: ¤ The Complete PW Package ¤

    OK coming back to the whole CPW thing, after waiting for what seemed forever for initial build to get done, I added files to get the client up to date with my current server. Ran the client patcher and it updated, however after completion I log in and thingsthat should be there working aren't. I have verified and re verified that all needed files are on the server. I then looked at the client, and found that all of my pcks are twice the size they should be.

    After discovering this I unpacked 1 and found inside the normal folder that should be there, plus one titled "ecmodelhull". Inside this folder is all of the folders that are typically found inside the models folder. So my question is, am I setting up the patch files structure wrong or the initial build or both? I will use models.pck for example. After unpacking I get models.pck.files, the first time I did the build I simply renamed models.pck.files to models, so the structure was models/models/all files typically inside. When that didn't work I assumed I was suppose to just take the models folder that was inside of models.pck.files, however this did not work either.

    If I could get clarification on which way is proper I would greatly appreciate it.



Advertisement