Jump to content

Helly

Members
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Helly

  1. Hi there! look download this folder < http://www.mediafire.com/?dddhq4sa7dce8da >, erase or rename your AI folder from your RO and put right there the folder im sending you, if the problem dont get solved just tell us n.n! a Tip, dont try to edit someting in the folder or use some programs for the homun AI that give problems to.
  2. Oh yes i didnt see that, but ums i don understand what i have to do i chek the block that you say and i dont found it so i look for SR_TIGERCANNON and i foudn this: case SR_TIGERCANNON:// ATK [((Caster’s consumed HP + SP) / 4) x Caster’s Base Level / 100] % { int hp = sstatus->max_hp * (10 + 2 * skill_lv) / 100, sp = sstatus->max_sp * (6 + skill_lv) / 100; skillratio = (hp+sp) / 4; if( sc && sc->data[sC_COMBO] && sc->data[sC_COMBO]->val1 == SR_FALLENEMPIRE ) // ATK [((Caster’s consumed HP + SP) / 2) x Caster’s Base Level / 100] % skillratio = (hp+sp) / 2; RE_LVL_DMOD(100); } -------------- And This: case SR_TIGERCANNON: // (Tiger Cannon skill level x 240) + (Target’s Base Level x 40) ATK_ADD( skill_lv * 240 + status_get_lv(target) * 40 ); if( sc && sc->data[sC_COMBO] && sc->data[sC_COMBO]->val1 == SR_FALLENEMPIRE ) // (Tiger Cannon skill level x 500) + (Target’s Base Level x 40) ATK_ADD( skill_lv * 500 + status_get_lv(target) * 40 ); break; And i dont get what i must to edit n.n sorry for that.
  3. Helly

    hom-s skills

    BUMP! hi! the problem with the client is from the exe or the lua files?
  4. o yes i have it but for some reason, that an others skills isen't get reduce i dont know if is for the kind of formula, for that reason i decide to search for an src edition
  5. Hi there! well I really want to know How i can reduce the Tiger Cannon Damage. I have a server HR with 255 of stat points and if you ask me that skill is getting me sick! is super overpower, i mean without equip is making a damage over 550 k! so i want to know how to reduce it in a SRC mod of the formula! Thank You very much!
  6. hiii~ im here to ask you for an script i mean let me expose my problem, we make a clean of guilds from sql table, that make us a problem, yep, cause we forget the little thing of guild id in the character sql... so now.. we are taking a trouble couse that make the server crash some times, because the players have a wrong guild id! i mean they have the old guild id! then talking with my boyfriend we thing that an sql script can fix it, im mean we don't have so much knowledge of sql scripting, but we really need it, what i need is an npc that when log in clean the guild id teable and make a variable for the next login that makes that is the character get te clean do not clean it again every log in, cand you make it for uss?! of course we will pay your work! Please tell me if you can make it for me ass soon as possible!!(sorry for my english)
  7. It´s only a dream... until you take it and make it real!

  8. maybe the problem is that you dont have the correct lua files
  9. oh but i already do that u.u! i have every thing fine D:! and in the emu insent appear an error....T^T im so sad i realy love aeries tears T^T! // Notice that the last 1000 entries are used for player clones, so always set this to desired value +1000 #define MIN_MOB_DB 1000 #define MAX_MOB_DB 6000 << I modify this but still de problem....
  10. Hi Aeries! i have to say that i love all your works! we have your World in our server, but lately we are have some problems and we dont know why could that be, the mobs it isent apear u.u! and when i try to take it out with ej.@monster 3896 a message apear saying that it dosent exist, but i have all, db, conf, everything, before they do apear but now! u.u noup! did you have an idea of why can this be happening? tnks a lot for your help! an congrat for aaaall of that, that give us a piece of dreams of your imagination!
×
×
  • Create New...