Mhalicot
Community Contributors-
Content Count
1971 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Mhalicot
-
Malamang si google makaka sagot nyan ..
-
if you use latest herc. rev. in Item_db.conf, but I recommend you to use inherit in item_db2.conf. read Item DB file structure overhaul
-
“ It's hard enough to find an error in your code when you're looking for it; it's even harder when you've assumed your code is error-free. ” - Steve McConnell “ If debugging is the process of removing software bugs, then programming must be the process of putting them in. ” - Edsger Dijkstra “ Walking on water and developing software from a specification are easy if both are frozen. ” - Edward V Berard “ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. ” - Brian Kernighan “ It's not at all important to get it right the first time. It's vitally important to get it right the last time. ” - Andrew Hunt and David Thomas “ First, solve the problem. Then, write the code. ” - John Johnson “ Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration. ” - Stan Kelly-Bootle “ Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. ” - Rick Osborne “ Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ” - Martin Fowler “ Software sucks because users demand it to. ” - Nathan Myhrvold “ Linux is only free if your time has no value. ” - Jamie Zawinski “ Beware of bugs in the above code; I have only proved it correct, not tried it. ” - Donald Knuth “ There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code. ” - Flon's Law “ The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ” - Tom Cargill “ Good code is its own best documentation. As you're about to add a comment, ask yourself, "How can I improve the code so that this comment isn't needed?" Improve the code and then document it to make it even clearer. ” - Steve McConnell “ Programs must be written for people to read, and only incidentally for machines to execute. ” - Abelson / Sussman “ Programming can be fun, so can cryptography; however they should not be combined. ” - Kreitzberg and Shneiderman “ Copy and paste is a design error. ” - David Parnas “ Before software can be reusable it first has to be usable. ” - Ralph Johnson “ Without requirements or design, programming is the art of adding bugs to an empty text file. ” - Louis Srygley “ When someone says, "I want a programming language in which I need only say what I want done," give him a lollipop. ” - Alan Perlis “ Computers are good at following instructions, but not at reading your mind. ” - Donald Knuth “ Any code of your own that you haven't looked at for six or more months might as well have been written by someone else. ” - Eagleson's law Do you have one (or more) Inspirational quotes? feel free to share them Which one did you love the most?
-
^ LOL no problem, its my pleasure
-
^did you recompile your server? you need to recompile after the changes to take effect..
-
sa src/common/mmo.h po #define MAX_GUILD (16+10*6) // Increased max guild members +6 per 1 extension levels [Lupus]#define MAX_GUILDPOSITION 20 // Increased max guild positions to accomodate for all members [Valaris] (removed) [PoW]#define MAX_GUILDEXPULSION 32#define MAX_GUILDALLIANCE 16#define MAX_GUILDSKILL 15 // Increased max guild skills because of new skills [Sara-chan]#define MAX_GUILDLEVEL 50 tapos po recompile mo na yung server mo
-
in your clientinfo.xml <servicetype>russia</servicetype> is it set to korea? if not please set it to russia.
-
how can a pet from eggs attacks when activated using incubator?
Mhalicot replied to khenma's question in General Server Support
^ It does attack, this is my setup, //--------------------------------------------------------------// Hercules Battle Configuration File// Originally Translated by Peter Kieser <[email protected]>// Made in to plainer English by Ancyker//--------------------------------------------------------------// Note 1: Value is a config switch (on/off, yes/no or 1/0)// Note 2: Value is in percents (100 means 100%)// Note 3: Value is a bit field. If no description is given,// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun)//--------------------------------------------------------------// Rate for catching pets (Note 2)pet_catch_rate: 100// Can you name a pet more then once? (Note 1)pet_rename: no// The rate a pet will get friendly by feeding it. (Note 2)pet_friendly_rate: 100// The rate at which a pet will become hungry. (Note 2)pet_hungry_delay_rate: 100// If your pet is hungry by how much will the friendlyness decrease by. (Default is 5)// Note: The friendlyness is 0-1000 total, at 0 the pet runs away.pet_hungry_friendly_decrease: 5// Does the pet need its equipment before it does its skill? (Note 1)pet_equip_required: yes// When the master attacks a monster, whether or not the pet will also attack. (Note 1)pet_attack_support: yes// When the master receives damage from the monster, whether or not the pet attacks back. (Note 1)pet_damage_support: yes// Minimum intimacy necessary for a pet to support their master. Default is 900 // (intimacy goes from 0 to 1000). At this minimum, support rate is 50% of pet's normal value.// At max (1000) support rate is 150%.pet_support_min_friendly: 100// Same as above, but this is to use the pet_script field with official pet abilities.pet_equip_min_friendly: 100// Whether or not the pet's will use skills. (Note 1)// Note: Offensive pet skills need at least pet_attack_support or // pet_damage_support to work (they trigger while the pet is attacking).pet_status_support: yes// Rate at which a pet will support it's owner in battle. (Note 2)// Affects pet_attack_support & pet_damage_support.pet_support_rate: 1000// Does the pets owner receive exp from the pets damage?pet_attack_exp_to_master: no// The rate exp. is gained from the pet attacking monsterspet_attack_exp_rate: 100// Pet leveling system. Use 0 to disable (default).// When enabled, a pet's level is a fixed % of the master's. (Note 2)// If 200%, pet has double level, if 50% pet has half your level, etc.pet_lv_rate: 0// When pet leveling is enabled, what is the max stats for pets?pet_max_stats: 99// When pet leveling is enabled, these are the imposed caps on// min/max damage. Note that these only cap atk1 and atk2, if you // enable pet_str, their max damage is then their base_atk + pet_max_atk2pet_max_atk1: 500pet_max_atk2: 1000// Are pets disabled during Guild Wars?// If set to yes, pets are automatically returned to egg when entering castles during WoE times// and hatching is forbidden within as well.pet_disable_in_gvg: no -
how can a pet from eggs attacks when activated using incubator?
Mhalicot replied to khenma's question in General Server Support
^ im sorry my bad, revert it to the original 950 then recompile. I test the setup with 900 and it does attack :/ set up to yes also in this setting, your pet must be LOYAL type @petfriendly 1000 in your server I'm sorry about my answer lately, I haven't notice that this setup is for Pet Intimacy, -
You will learn a lot by reading our Wiki Basic Scripting, Scripting Commands, and reviewing some of examples. and by also reading Script Documentation. Experience is a best way of learning
-
how can a pet from eggs attacks when activated using incubator?
Mhalicot replied to khenma's question in General Server Support
in src/map/battle.c replace 950 to 1000 then recompile.. and also increase this -
how can a pet from eggs attacks when activated using incubator?
Mhalicot replied to khenma's question in General Server Support
make it max, try to set it to 1000. it will work sometime -
maybe your setup is not compatible in your client, try this Setup.zip
-
how can a pet from eggs attacks when activated using incubator?
Mhalicot replied to khenma's question in General Server Support
it will attack, if you only read the whole setup, you will understand why I'm pretty sure you missed some setup. -
how can a pet from eggs attacks when activated using incubator?
Mhalicot replied to khenma's question in General Server Support
set it up on conf/battle/pet.conf please read the whole file -
^then it is normal.. In renewal Drop formula read Renewal_Drop disable it if you dont want that formula.
-
What server type you use? Pre-renewal or renewal?
-
^ lol, Imba = Imbalance meaning hindi balance.
-
^ Delete or made a backup copy of the existing db/(pre-re|re)/map_cache.dat then run your map_cache.exe and it should be fine
-
maybe but you can also do something like that means 2: One-handed swords 3: Two-handed swords
-
^ it is use for Shadow System
-
maybe in rAthena, or try to use google
-
nsa npc/guild/agit_main.txt po, nanjan yung mga monster
-
Maybe it is corrupt, fix first your sprite