Jump to content

chowking

Members
  • Posts

    178
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by chowking

  1. those are just warnings,

     

    suggest explicit braces to avoid ambiguous 'else'
    

    follow the suggestion to remove the warning,

     

    skill.c:18327: warning: comparison is always false due to limited range of data type
    

    if i recall correctly this warning appears when trunk/src/core.h skill_damage_db is active

  2. Hello besides the sprite requirements in data/sprite, what are the needed changes in lua files to add job sprites specifically kagerou and oboro, client date is 2010-11-24, or does it require some diffing? please help :)

  3. well i think lua files or lub files are not the problem :c

     

    buf: bad precompiled chunk means theres something wrong in the lua file, theres some missing , or } , { , was planning to make you a working client but im still occuppied and work keeps piling up,

     

    I found the clean 2012-04-10 working client with datav4,i made for a friend, try this one : 2012-04-10 Working client (uploading)

     

    there a client there that says a RO you don't know please overwrite it with the one hexxed with your RO name: GummyRO.exe (reference from screenie)

     

    just rename damndata.grf and damndata2.grf,, if you're wondering why 2 grfs, i have separated the palletes grf from sprite and texture to have faster grf repacking after patching, edit DATA.INI

  4. theres setup in conf, that enables plagarism 

     

    in trunk/conf/battle/skill.conf

     

    // Can Rogues plagiarize advanced job skills
    // 0 = no restriction
    // 1 = only stalker may plagiarize advanced skills
    // 2 = advanced skills cannot be plagiarized by anyone
    // Official servers setting: 2
    copyskill_restrict: 2

     

    Replace:

    copyskill_restrict: 1
    


    or did you want to enable plagiarism exclusive on sacrifice only?

  5. I tried with that client and Alexandria's V4 data and when I diff without Load LUA before LUB it give me a bunch of errors and the client's window never opens

     

     

    Convert your data to grf , dont diff with load data folder and load lua before lub, use luac5.1.4

  6. did you try compiling lua -> lub ? 

     

    if not then, this is how i would do it,

     

    test another client date with proper lua/lub, recommend getting 2012 04 10, don't diff with read data folder 1st, and Load LUA before LUB, all lua files should be converted/compiled to lub use luac 5.1.4 (be sure to always keep your "lua" files for future editing), i've tested that client date with Alexandria's V4 data several times,

  7. problems 1-4:

    incorrect configuration in inter_athena.conf also the log in credentials in mySQL, don't set your account as wildcard %, create user in localhost, set values as localhost or 127.0.0.1 in inter_athena.conf, and also in char_athena.conf, and map_athena.conf,

    #5 error, 3 way problem

    1. either your client was diffed with read data folder 1st and put your lua in grf. or other way around,

    2. incorrect or incompatible lua files ( sometimes need lub, specifically for 2012-04-10 and up )

    3. corrupted grf.

×
×
  • Create New...