Jump to content

iraciz

Members
  • Posts

    544
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iraciz

  1. El mime monkey eh? agregale la skill al mob_skill_db 1585,Mime [email protected]_EXTREMITYFIST,chase,271,5,1000,2000,0,no,target,always,0,,,,,,, si quieres que pase un tiempo entre reuso de skill agregale el delay al cero antes del no en milisegundos Tambien puedes ver la estructura, no hace daño aprender un poco. // Structure of Database: // MobID,Dummy value (info only),State,SkillID,SkillLv,Rate,CastTime,Delay,Cancelable,Target,Condition type,Condition value,val1,val2,val3,val4,val5,Emotion,Chat
  2. Pheww.. I knew this was going to happen Thankyou my friend, because of your last diff, I managed to get those battleground in my server, I feel myself lucky.
  3. View File 4 Recolored Fire Mufflers Item, Collection, Drop, and Sprites included. Submitter iraciz Submitted 06/03/2020 Category Headgears Video Content Author iraciz  
  4. Version 1.0.0

    259 downloads

    Item, Collection, Drop, and Sprites included.
    Free
  5. Worked now... I exported the .yml files to all posible locations, import, de, and db_pre.re
  6. Same problem Here! help CheckAttendance.lub Config = { StartDate = 20200601, EndDate = 20201231 } Reward = { { 1, 501, 1 }, { 2, 501, 1 }, { 3, 501, 5 }, { 4, 501, 5 }, { 5, 501, 1 }, { 6, 501, 1 }, { 7, 501, 3 }, { 8, 501, 5 }, { 9, 501, 5 }, { 10, 501, 1 }, { 11, 501, 2 }, { 12, 501, 3 }, { 13, 501, 5 }, { 14, 501, 5 }, { 15, 501, 5 }, { 16, 501, 5 }, { 17, 501, 5 }, { 18, 501, 5 }, { 19, 501, 10 }, { 20, 501, 1 } } function main() result, msg = InsertCheckAttendanceConfig(Config.EvendOnOff, Config.StartDate, Config.EndDate) if not result then return false, msg end for k, rewardtbl in pairs(Reward) do result, msg = InsertCheckAttendanceReward(rewardtbl[1], rewardtbl[2], rewardtbl[3]) if not result then return false, msg end end return true, "success" end Attendance YML # This file is a part of rAthena. # Copyright(C) 2019 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # ########################################################################### # Attendance Database ########################################################################### # # Attendance Settings # ########################################################################### # - Start Start date. # End End date. # Rewards: List of rewards for each day. # - Day Reward day. # ItemId Item ID. ########################################################################### Header: Type: ATTENDANCE_DB Version: 1 Body: - Start: 20200601 End: 20201231 Rewards: - Day: 1 ItemId: 501 Amount: 2 - Day: 2 ItemId: 501 Amount: 2 - Day: 3 ItemId: 501 Amount: 2 - Day: 4 ItemId: 501 Amount: 2 - Day: 5 ItemId: 501 Amount: 2 - Day: 6 ItemId: 501 Amount: 2 - Day: 7 ItemId: 501 Amount: 2 - Day: 8 ItemId: 501 Amount: 2 - Day: 9 ItemId: 501 Amount: 2 - Day: 10 ItemId: 501 Amount: 2 - Day: 11 ItemId: 501 Amount: 2 - Day: 12 ItemId: 501 Amount: 2 - Day: 13 ItemId: 501 Amount: 2 - Day: 14 ItemId: 501 Amount: 2 - Day: 15 ItemId: 501 Amount: 2 - Day: 16 ItemId: 501 Amount: 2 - Day: 17 ItemId: 501 Amount: 2 - Day: 18 ItemId: 501 Amount: 2 - Day: 19 ItemId: 501 Amount: 2 - Day: 20 ItemId: 501 Amount: 2 Battleconf checked Permissions checked. Why still giving me the currently no attendance check event? I used your generator from this link https://secretdataz.github.io/attendance-generator/ Is not opening!
  7. Good day, I added a shortcut in the warper to go guild dungeons, I want limit this only to the respective casttle owners. But my script is ignoring the castle owner condition, and everyone can warp too, I want to avoid this, could you lendme a hand to fix this? Rachgd: if (getcharid(2) != 0 && getcharid(2) == getcastledata("arug_cas01",1)) goto chek2; Go("arug_dun01",200,36); chek2: if (getcharid(2) != 0 && getcharid(2) == getcastledata("arug_cas02",1)) goto chek3; Go("arug_dun01",200,36); chek3: if (getcharid(2) != 0 && getcharid(2) == getcastledata("arug_cas03",1)) goto chek4; Go("arug_dun01",200,36); chek4: if (getcharid(2) != 0 && getcharid(2) == getcastledata("arug_cas04",1)) goto chek5; Go("arug_dun01",200,36); chek5: if (getcharid(2) != 0 && getcharid(2) == getcastledata("arug_cas05",1)) goto Falta; Go("arug_dun01",200,36); Falta: mes "^0000FFAgente Warp^000000"; cutin "jpn_mid03",2; mes "You are not an owner of any Arunafeltz Rachel Casttle, or member of any guild who owns one."; next; mes "^0000FFAgente Warp^000000"; mes "Conquest an Arunafeltz casttle in Rachel, or join a guild who owns one in order to access!"; close3;
  8. Ok I changed the color of one layer, when fusing it gather everything, nothing to worry bout.
  9. Good, but it also merge the colors. Done, and may thanks
  10. Could you explain the merge layer and the compact save option? I am using that Program, and I don't find such thing as COMPACT or Redirect Index option. I'm having problems because I edit my act and is not showing the frames in game. Now in Game is not showing it, dunno what to do! PLEASE HELP
  11. delay rate is useless, this will only apply for the first attack, then they have endure and will ignore the damage delay until reach you, i think the clue is in the timers on scr unit.c line 1464 * Applies a walk delay to a unit
  12. I have found this code in unit.c and I was wondering how to apply the delay motion to the mvp and all the other Monsters? I want them to Not completely stop by hit lock, But at least!, make them snipeable without reaching the player too quick. In battle/monster.conf the conf monster_damage_delay_rate: 100 is useless, Since it only is applied to the very first hit. So don't give me taht answer, The code bellow I brought has the clue, unfortunately I don't know c+ what I understood is that, the damage delay is applied, but after that delay there is a timer that make the mobs invincible or immune to this delay, meaning that for a certain period after receiving damage, they will move under attacks towards you without stopping. What I want to do, is make this immunity time shorter, because the longer imume to damage induced walk delay, the must cells they snap towards you. Damage delay 200 ms, good, and after that, 100 ms ignore the damage delay, So when they are under fire they can aproach you step by step, and not by snaping 4 o 5 cells at a time, but without locking them, you got me? can anyone help me to set that? /** * Applies a walk delay to a unit * @param bl: Object to apply walk delay to * @param tick: Current tick * @param delay: Amount of time to set walk delay * @param type: Type of delay * 0: Damage induced delay; Do not change previous delay * 1: Skill induced delay; Walk delay can only be increased, not decreased * @return Success(1); Fail(0); */ int unit_set_walkdelay(struct block_list *bl, t_tick tick, t_tick delay, int type) { struct unit_data *ud = unit_bl2ud(bl); if (delay <= 0 || !ud) return 0; if (type) { //Bosses can ignore skill induced walkdelay (but not damage induced) if(bl->type == BL_MOB && status_has_mode(status_get_status_data(bl),MD_STATUS_IMMUNE)) return 0; //Make sure walk delay is not decreased if (DIFF_TICK(ud->canmove_tick, tick+delay) > 0) return 0; } else { // Don't set walk delays when already trapped. if (!unit_can_move(bl)) { unit_stop_walking(bl,4); //Unit might still be moving even though it can't move return 0; } //Immune to being stopped for double the flinch time if (DIFF_TICK(ud->canmove_tick, tick-delay) > 0) return 0; } ud->canmove_tick = tick + delay; if (ud->walktimer != INVALID_TIMER) { // Stop walking, if chasing, readjust timers. if (delay == 1) // Minimal delay (walk-delay) disabled. Just stop walking. unit_stop_walking(bl,0); else { // Resume running after can move again [Kevin] if(ud->state.running) add_timer(ud->canmove_tick, unit_resume_running, bl->id, (intptr_t)ud); else { unit_stop_walking(bl,4); if(ud->target) add_timer(ud->canmove_tick+1, unit_walktobl_sub, bl->id, ud->target); } } } return 1; }
  13. How to reproduce tittle script? the script of this item is not in rms https://ratemyserver.net/index.php?page=re_item_db&item_id=18940 [18940] = { unidentifiedDisplayName = "Unidentified Hat", unidentifiedResourceName = "캡", unidentifiedDescriptionName = { "Can be identified by using a ^990099Magnifier^000000." }, identifiedDisplayName = "Flaming Ten-gallon Hat", identifiedResourceName = "불꽃의텐겔론햇", identifiedDescriptionName = { "A hat with sealed force of false fire god.", "________________________", "Reduces damage taken from ^FF0000Fire^000000 elemental attack by 5%.", "________________________", "Increases damage taken from ^0000BBWater^000000 elemental attack by 5%.", "________________________", "Random chance to inflict ^663399Burning^000000 status on enemy when wearer receiving physical or magical attack.", "________________________", "Random chance to reduce enemy's SP by 30 when wearer receiving physical or magical attack.", "________________________", "When combined with ^990099Shining Trapezohedron^000000:", "Increases physical attack by 9%.", "Increases magical attack by 9%.", "Reduces damage taken from ^FF0000Demihuman^000000 monsters by 5%.", "^0000FFRefine Level +7^000000:", "Reduces damage taken from ^FF0000Demihuman^000000 monsters by 5%.", "________________________", "^663399Indestructible in battle^000000", "________________________", "^0000CCType:^000000 Headgear", "^0000CCDefense:^000000 0", "^0000CCPosition:^000000 Upper", "^0000CCWeight:^000000 100", "^0000CCRefinable:^000000 Yes", "________________________", "^0000CCRequirement:^000000", "Base level 90" }, slotCount = 1, ClassNum = 1075 },
  14. https://rathena.org/board/topic/123127-magnum-break-buff-no-miss-hit-ghost-with-damage/?tab=comments#comment-374892
  15. https://rathena.org/board/topic/123127-magnum-break-buff-no-miss-hit-ghost-with-damage/?tab=comments#comment-374892
  16. Let me now If there are more monsters with missing or not sounds.
  17. View File Mobs with corrected sound .acts In this File: - folder with Malaya monsters act files with sound effects. (finally). - folder with Other monsters fix, this contains fixed acts for 30 monsters, Did you know that doppelganger screams when dying? have you ever heard it? I think not. Well here you have it, did i said 30 monsters with corrected sound? Have you ever heard zealotus actions? - Fixed Osiris idle snapping frame act. Bonus: folder with female lord knight class act frame with sounds, weapon attack spear and two handed sword. Please read the readme file, do not reupload this fix in other sites beside this. Submitter iraciz Submitted 05/13/2020 Category Sprites & Palettes Video Content Author gravity  
  18. Unfortunately It wont, I tried that exe, with the recommended diff and the problem still. could you please? try this last thing? make 10 sandals using @item sandals 10 (with nothing else in your inventory) then use the command @dropall and at last spawn 5 tatachos using @monster tatacho 10 please watch their behaviour and tell me if the can still move or the get stuck in ther cell. I reported this issue already in github, but is no related to rathena emulator, the client is not sending the correct packet. or even not sendint it. anyway, I appreciate your help.
  19. Thank you, I found the link in the video description, Give me some minutes to try this, and then I'll spill out the beans. this is the "e" 2018-06-20eRagexeRE meaning that is different for the a and could fix this issue for a good time. You are really helpfull in this hard times. http://www.mediafire.com/file/620fk48vca6jkbo/2018-06-20eRagexeRE.exe/file
  20. Well, I'm not the only person experiencing this. I tested in a clean head revision rathena. I cosed the issue because it was client related https://github.com/rathena/rathena/issues/4853#event-3333286897 by the way where did you get 2018-06-20aRagexere? and could you please your diff profile? (patch).
  21. Version 1.20

    243 downloads

    In this File: - folder with Malaya monsters act files with sound effects. (finally). - folder with Other monsters fix, this contains fixed acts for 30 monsters, Did you know that doppelganger screams when dying? have you ever heard it? I think not. Well here you have it, did i said 30 monsters with corrected sound? Have you ever heard zealotus actions? - Fixed Osiris idle snapping frame act. Bonus: folder with female lord knight class act frame with sounds, weapon attack spear and two handed sword. Please read the readme file, do not reupload this fix in other sites beside this.
    Free
  22. Neat, is working as expected, I'm really thankful @Patskie iraciz
  23. Good day client devs, RagexeRe clients are experiencing a missing packet issue when picking up items, this have been occurring since 2018, but never reported before. The behaviour is not normal, and has been tested in different client dates of ragexeRe This has been proven with open core, there's a missing packet when picking up items, discarding emulator related issues. This issue also affect monsters, can exploit aggressive loter monsters such as tatacho. Please note this and fix 2018-06-20aRagexere client for rathena, most of the 90% users here are using this client. The issue is here: https://github.com/rathena/rathena/issues/4853 Now closed because it is related to client and not emulator. Iraciz
×
×
  • Create New...

Important Information

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