Jump to content

rmon008

Members
  • Content Count

    35
  • Joined

  • Last visited

Posts posted by rmon008


  1.  

     

     

     

     

     

    can anyone help me with this ?

     

    i have all the cloth color and dye color but i cant still use it

     

    also in character creation the background is transparent and no words like Name , Hair Style , Hair color

     

    i'm using 2013-08-07 client

     

    attachicon.gifUntitled.png

     

     

    make sure that your kRO is fully updated and use those files in your data: https://github.com/ROClientSide/Translation

     

    i'm using Philippine RO client which is fully updated

     

    i'm also using the repository for my client and

    https://github.com/ROClientSide/Translation

     

    pallete grf from

     2013-12-23_Client_Side_Files

    http://hercules.endlessro.net/

    i don't think pRO have all the files needed for 2013 client. must better if you use kRO client to avoid any error problems like missing spr etc.

    Sir ,

     

    Just to make it clear ... Correct me if im wrong

     

    In my data.ini

    I have

    0=mygrf.grf

    1=pallete.grf

    2=data.grf

     

    So it will read first the pallete.grf which all the dyes are there.

     

    So even i'm using pro client as long as i read first the pallete.grf before data.grf it should have no problem right ?


  2. Wooh, seeing the error first time. But as it says recompile from scratch.

    I.e if using vs, right click solution and click rebuild the solution.

    Thats it.

    Or maybe in your source src/map is updated and src/char(or login) is not updated.

    Anyways, I cant find that message in hercules repo (or if someone found it, just tell).

     

     

    What's your emulator?

     

    im using ms. visual c++ express 2010 , i right click all, and clean , and rebuild a couple of times but still had the same error.

     

    i'm using hercules git


  3. Detail :

     

    GVG

    - ex. 5 guildmember vs 5guildmember will going to register in the npc, if all of them are already register (10players equal 5guildmember each), they will be warp in assigned map

     

    party vs party

    - party leader will register in the npc , ex. 4party member and 1 party leader = 5player if the npc count that the player is already equaled, two party will be warp in assigned map

     

    random player vs random player

    - like a battleground


  4. hi all,

     

    how about the only problem i'm having now is the item database that are not showing ?

     

    any guide >?

     

    using xantara flux cp

     

    i made some changes in my item_db sql

     

    i remove the matk  , equip_level_max

    - changed equip_level_min to equip_level

     

    after changing that columns, suddenly my item database in my flux cp not showing anymore


  5. If you no longer want them, just load item_db.sql, item_db2.sql, mob_db.sql, mob_db2.sql, mob_skill_db.sql and mob_skill_db2.sql from the sql-files folder into your main ragnarok database (named ´ragnarok´ by default). These scripts automatically drop the re databases if available, then work creating the new one.

     

    P.S.: You have both the re and the pre-re release on the same revision of Hercules.

     

    okay now i think my problem is the database....

     

    here is what happened,

     

    i download a latest git, and try to use my old database (the one with the files already)

    - this is where giving me error

     

    now, when i make another fresh database with a latest git... i'm not having any errors

     

    what i want to know now is how to properly still use my old database


  6.  

    Yeah, I told you the errors in pre-re arise because of a flaw that we spotted and corrected and the other ones are caused by your custom scripts, that don't work well with pre-re.

     

    on vnc viewer ( asurahosting )

     

    i right click my trunk folder

     

    *open command prompt here*

     

    type git pull

     

    then this appears

     

    i dont know what to do....

    post-2540-0-82830500-1382099038_thumb.png


  7. You should also comment the RENEWAL define, because that's what effectively disables Renewal (the other defines just disable some parts of Renewal)

     

    The Ponka Hontas and Dollshoi duplicates problem were a problem that previously was in official Hercules and they have already been solved, please update your revision;

    Also, it seems you are using custom scripts or shops that have items not available in pre-renewal. Please try booting your server without any custom NPCs to see if these error still keeps appearing.

     

    RENEWAL difine ? which line sir ?

    this ?

    #define _CONFIG_RENEWAL_H_

     

    i already disable this

    //#define RENEWAL

     

    but it gives me error which is in the pic


  8. // Copyright (c) Hercules Dev Team, licensed under GNU GPL.// See the LICENSE file// Portions Copyright (c) Athena Dev Teams#ifndef _CONFIG_RENEWAL_H_#define _CONFIG_RENEWAL_H_/** * Hercules configuration file (http://herc.ws) * For detailed guidance on these check http://herc.ws/wiki/SRC/config/ **//** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/#ifndef DISABLE_RENEWAL/// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas//#define RENEWAL/// renewal cast time/// (disable by commenting the line)////// leave this line to enable renewal casting time algorithms/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats./// example:///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a///  "fixed cast time" which can only be reduced by specialist items and skills//#define RENEWAL_CAST/// renewal drop rate algorithms/// (disable by commenting the line)////// leave this line to enable renewal item drop rate algorithms/// while enabled a special modified based on the difference between the player and monster level is applied/// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table//#define RENEWAL_DROP/// renewal exp rate algorithms/// (disable by commenting the line)////// leave this line to enable renewal item exp rate algorithms/// while enabled a special modified based on the difference between the player and monster level is applied//#define RENEWAL_EXP/// renewal level modifier on damage/// (disable by commenting the line)///// leave this line to enable renewal base level modifier on skill damage (selected skills only)//#define RENEWAL_LVDMG/// renewal enchant deadly poison algorithm////// leave this line to enable the renewed EDP algorithm/// under renewal mode:///  - damage is NOT increased by 400%///  - it does NOT affect grimtooth///  - weapon and status ATK are increased//#define RENEWAL_EDP/// renewal ASPD [malufett]/// (disable by commenting the line)////// leave this line to enable renewal ASPD/// - shield penalty is applied/// - AGI has a greater factor in ASPD increase/// - there is a change in how skills/items give ASPD/// - some skill/item ASPD bonuses won't stack//#define RENEWAL_ASPD#endif // DISABLE_RENEWAL#endif // _CONFIG_RENEWAL_H_

    when i change

    #define RENEWAL_ASPD

    #define RENEWAL_EDP

    #define RENEWAL_LVDMG

    #define RENEWAL_EXP

    #define RENEWAL_DROP

    #define RENEWAL_CAST

     

    to

     

     

    //#define RENEWAL_ASPD

    //#define RENEWAL_EDP

    //#define RENEWAL_LVDMG

    //#define RENEWAL_EXP

    //#define RENEWAL_DROP

    //#define RENEWAL_CAST

     

    it doesnt give me error

     

    but when i comment line the

    //#define RENEWAL

     

    it gives me this error

    post-2540-0-31071900-1382093974_thumb.png


  9. If you no longer want them, just load item_db.sql, item_db2.sql, mob_db.sql, mob_db2.sql, mob_skill_db.sql and mob_skill_db2.sql from the sql-files folder into your main ragnarok database (named ´ragnarok´ by default). These scripts automatically drop the re databases if available, then work creating the new one.

     

    P.S.: You have both the re and the pre-re release on the same revision of Hercules.

     

    I dont want to change anything in those db's is it possible ? and how ?


  10. currently using v3.0 from

    http://herc.ws/board/topic/901-basic-complete-renewal-data-english-folder/

     

    currently, i have a data folder with this kind of fonts,

    - datatexture유저인터페이스

    - datasprite아이템

     

    i was planning to merge some files i'll be getting from data v4.0

    but i saw the fonts are not the same

    - datatextureÀ¯ÀúÀÎÅÍÆäÀ̽º

    - datasprite¾ÆÀÌÅÛ

     

    is it possible to just rename the folder ?

     

    but i was worrying about the idnums......

     

     


  11. about the support ticket,

     

    i have problem browsing the following :

     

    i cannot view the ticket i made

    deparment list not showing

    when i try to search the number of ticket the normal account send to a deparment nothing is showing

     

    * seeing [1]  unread ticket but i cant find it in gm account(department that i made before the normal account submitted a ticket

     

    @bump please

×
×
  • Create New...

Important Information

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