Jump to content

iraciz

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by iraciz

  1. Hello, sorry for the late posting here, I am having a similar issue with this one: could you help me please with this code to make it work in rAthena? BUILDIN_FUNC(flooritem2xy) { struct item_data *item_data; int nameid, amount, m, x, y; const char *mapname; mapname = script_getstr(st,2); if( (m = map_mapname2mapid(mapname)) < 0 ) return 0; x = script_getnum(st,3); y = script_getnum(st,4); nameid = script_getnum(st,5); if( (item_data = itemdb_search(nameid)) == NULL ) return 0; amount = script_getnum(st,6); if( amount < 1 ) return 0; map_addflooritem_area(NULL, m, x, y, nameid, amount); return 0; }
  2. Good day, dear DoriTos Nacho, To solve the backpack sprite penetrating the front of the character, Just open : luafiles514\lua files\spreditinfo\2dlayerdir_f.lub and remove [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = LAYER_SMALL it will fix your problem. I had the same issue once with the cat fork sprite, and i managed to solve editing that file.
  3. Good night dears, I'm having the issue with cart termination skill and mamonite, The skill is taking money even when casting on invalid targets, This happen only on corpses at pvp and bg maps. Is this normal? and why this happen? Nezumi Ro 07_12_2019 10_58_48 p. m..mp4
  4. I have the same issue check this http://nezumi-ro.com/ Please support us Day second and no answers yet. I do no recommend you guys to purchase this, NO STATUS BUTTON, NO ammount of how many ONLINE players indicator, NO zeny, mvp, pvp, woe rankings. Is not worth for 30$ usd.
  5. Thanks, it helped a lot. I am working in a custom job quest warper, and it was neccessary to grab the information individualy. any upper inlcudes the high's or rebirth jobs, and I can't send a high novice to the valhalla, I was wondering how to do the class check, because my custom Job quest warper works with menu for each class, example... a normal thief will open the warp menu for the 2 job choices and the high thief will open a menu to read ymir book and change the last job in the valhalla. Swordsman Archer Merchant must work individualy to. Now is solved
  6. Hello, could you help me please? I need to now, how to check and filter jobs? without branches? The problem is that using the if (BaseJob == Job_Novice) gathers both novice and super novice, I need a filter focus in the job and no the classes. Example: - if High Novice goto greet; - if Novice goto deny; greet: mes "Hello"; deny: mes "Not allowed"; Same for other classes, I want filter only high novice to a chek without involving the other rebirth jobs as high thief and etc.
  7. Good day, browsing the data.grf I found 2 sound effects that belongs to ankle snare, yes they exist and can be played. One of that sound is when the trap is deployed, and the other sound is when a monster step in (sounds like a stab). SKILL_EFFECT_INFO_LIST = { [SKID.HT_ANKLESNARE] = { beginMotionType = ACTOR_STATE.ST_PICKUP, waveFileName = "effect\\hun_anklesnare.wav", }, I only managed to add the trap deployment sound in the skilleffectinfolist.lub with success, but I need help with the second one, the sound when the monster step in, I tried many times but nothing happen. If someone could share me the raw file of the skilleffectinfolist.lub with the whole thing (all job skills), I can do something. Any ideas? Attached video, here you can see how the sound works properly when deployed the trap, but not when the monsters step in. Nezumi Ro 07_01_2019 12_21_27 p. m..mp4
  8. Dear Optimus, this is monstertalk table you brought, the mob_chat is the issue reported, when you fight Nydhogg, Wounded, or Lost Dragon the will display the script located in db, mob_chat_db.txt is not displaying, how to enable it? any conf?
  9. Solved Alt+Y and turn off /mineffect
  10. Good day, could you help me please finding the following effect: 16. Hide Skills with that effect such as envenom, hiding and bash, are not displaying the skill. in game not displayed by command @effect 16 Don't know waht to do.
  11. About the mob_chat_db in trunk, is not working, I already tested with wounded morroc in battle , and not message is shown. Mobskill.db //5% HP - Dragon Fear 1917,Wounded Morroc@NPC_DRAGONFEAR,chase,659,10,10000,0,600000,no,self,myhpltmaxrate,5,,,,,,,17 1917,Wounded Morroc@NPC_DRAGONFEAR,attack,659,10,10000,0,600000,no,self,myhpltmaxrate,5,,,,,,,17 //10% HP - Talk 1917,Wounded Morroc@NPC_TALK,chase,682,10,10000,0,600000,no,self,myhpltmaxrate,10,,,,,,,16 1917,Wounded Morroc@NPC_TALK,attack,682,10,10000,0,600000,no,self,myhpltmaxrate,10,,,,,,,16 mob_chat_db 16#0xFF0000#Oh, you're stronger than I thought! 17#0xFF0000#No, this can't be happening! I'm Satan Morroc, Demon King of Destruction! How to display this?
  12. View File 5 Eremes Scarves Recolors 5 Available recolors for the official gear Eremes Scarf, Red and Black are original and exist in the db, so I excluded both. Submitter iraciz Submitted 06/24/2019 Category Sprites & Palettes Video Content Author Gravity  
  13. Version 2.0.0

    628 downloads

    5 Available recolors for the official gear Eremes Scarf, Red and Black are original and exist in the db, so I excluded both.
    Free
  14. This is official, and must be reviewed and corrected in future commits. @Kisuka really need you here.
  15. \rAthena\npc\jobs\1-1e\taekwon.txt Hello, could you please, fix script.. I got the taekwon setquest at line 104: setquest 6001; As possible scenario, the user could change his mind about this, and decide to apply for other class after getting the setquest. If this happen, there's no possible way in life to get rid of this quest window, Just putting myself in the shoes of a curious player.
  16. Solved.. TK_RUN aka Sprint at skill.c add a 10% more damage per level when bare handed.
  17. Hello, Taekwon damage output is reduced when holding a dagger or whatever... Example: equipping a dagger with atk+100, even if the stats show a higher attack the damage from weapon attack is not applied, and is higher with bare feet. Where to fix or edit this? Already checked the weapon damage table and applied drake card script to a custom weapon in order to check, but result is the same.. please help.
  18. Thank you, dear Seravy, I works perfect. I also remove the bow requirement, and now is also possible to steal coin from distance. Nezumi Ro 06_12_2019 11_14_17 p. m..mp4
  19. I want the Snatcher (Gank) skill from rogue to also autospell steal coin here is the line in the skill.c: // Gank if(dstmd && sd->status.weapon != W_BOW && (skill=pc_checkskill(sd,RG_SNATCHER)) > 0 && (skill*15 + 55) + pc_checkskill(sd,TF_STEAL)*10 > rnd()%1000) { if(pc_steal_item(sd,bl,pc_checkskill(sd,TF_STEAL))) clif_skill_nodamage(src,bl,TF_STEAL,skill,1); else clif_skill_fail(sd,RG_SNATCHER,USESKILL_FAIL_LEVEL,0); }
  20. I'm trying to make hunter traps to not block moving into the same cell. Right now you have to move through the trap to get trapped and moving on the trap is not possible. This makes moving through multiple traps (ankle snares in woe) annoying as it is hard to find a cell you can try to move to when there are traps blocking all possible cells you could move to. Also most likely related to this somehow, in gvg flagged maps cursor turns to attack(sword) when targeting hunter traps. How to remove this too? I'd like hunter traps to work pretty much like firepillar in terms of targeting and moving. It would help a lot if I was told where stuff like this is set. (being able to move on firepillar unit, but trap unit blocks the cell like a player/npc would) All help appreciated.
  21. Dear Sadder1992 Yes, you are right, chances In the last video were a sort of 6 array cases to win any stat food, shown as: switch( rand(6) ) { case 1: getitem 12202,1; break; case 2: getitem 12203,1; break; case 3: getitem 12204,1; break; case 4: getitem 12205,1; break; case 5: getitem 12206,1; break; case 6: getitem 12207,1; break; } But same were not defined by rates, Its all kinda random. I was asking about chances, 25% win versus 75% loose for a separate case between two choices. Update: Script worked well as intended, I the video I won the 25% chance. I tested many times and after many tries I caught the prize. Many thanks for the support. Ragnarok Online 05_19_2019 10_04_00 p. m..mp4
  22. Good Night, I'm asking help for my script, Between only two choices, I need to call one case at 75% and the other at 25% Example: //-----------This is lose case 75% percent of the times case 1: specialeffect 540; specialeffect 500; sleep2 150; cutin "StartP0",2; sleep2 250; specialeffect 18; cutin "StartOCA1",2; sleep2 250; cutin "StartOCA2",2; sleep2 350; soundeffectall "rafflesia_attack.wav",0; cutin "StartOCAL",2; specialeffect2 191; sleep2 300; cutin "",255; makeitem 7539,1,"prontera",140,172; npctalk "Perdiste"; specialeffect 584; sleep2 250; specialeffect2 1; specialeffect2 426; sleep2 250; heal -7000,0; break; //-------------- Win case 25% of the times case 2: specialeffect 540; specialeffect 500; sleep2 150; cutin "StartP0",2; sleep2 200; specialeffect 18; cutin "StartOCA1",2; sleep2 150; cutin "StartOCA2",2; sleep2 150; specialeffect 40; cutin "StartOCA3",2; sleep2 200; specialeffect 18; cutin "Pwin",2; sleep2 150; cutin "Pwin1",2; sleep2 150; cutin "Pwin2",2; sleep2 150; cutin "Pwin3",2; sleep2 150; specialeffect2 100; specialeffect 18; cutin "StartOCA3",2; npctalk "Ganaste un Old Card Album"; sleep2 200; getitem 616,1; cutin "",255; specialeffect 500; break; } end; Ragnarok Online 05_19_2019 6_41_11 p. m..mp4
  23. View File Malangdo Crab Custom Sprite A custom sprite for a bow I decided to work with. Inside the file you will find for Archer, Thief, Rogue, Sniper. The Bard & Dancer not implemented yet. Support Information Is just the spr and act for the malangdo crab, add a custom idview in weapontable and modify malangdo crab in iteminfo.lua Submitter iraciz Submitted 02/08/2019 Category Weapon & Shields Video Content Author Iraciz for sprite. Gravity for the Item.  
  24. Version 1.0.0

    356 downloads

    A custom sprite for a bow I decided to work with. Inside the file you will find for Archer, Thief, Rogue, Sniper. The Bard & Dancer not implemented yet. Support Information Is just the spr and act for the malangdo crab, add a custom idview in weapontable and modify malangdo crab in iteminfo.lua
    Free
  25. I've lost all my users because this bug forced me to close my server. When placing items to cart and reloging for vending the item turns into an apple, this is not the worst! Sometimes it takes same property of any item enchanted I have, for example if I have a hat +1 str in my inventory, all items in my cart, could be armor or weapon after the relog will take the +1 str. Why is happening this?
×
×
  • Create New...