Jump to content

rmon008

Members
  • Content Count

    35
  • Joined

  • Last visited

2 Followers

About rmon008

  • Rank
    Advanced Member
  1. 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. 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. how/where to change/set commands per group_id
  4. 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
  5. i change the setting of my SVN to pre-renewal but the problem is when i open opb, obb , ovb i got "x" *red icon* items and when i click it , it gives me error is there a item_group_db.conf for pre-renewal ? without error item ?
  6. 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
  7. i update my database , executed two files 2013-10-09--21-38.sql 2013-10-10--16-36.sql using the latest git, but still getting this problem in map
  8. 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
  9. 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....
  10. i'm currently hosting in asurahosting, how will i update my svn ? without messing it up i'm using vnc viewer * i already disable the custom scripts
  11. 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
  12. here's what i really wanted to happen -i want to stay in database the characters,items,login,almost everythings - i just want to remove the 3rd jobs, and the formula's and setting be change to pre-renewal
  13. // 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
  14. I dont want to change anything in those db's is it possible ? and how ?
×
×
  • Create New...

Important Information

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