Jump to content

namerpus18

Members
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by namerpus18

  1. I don't have that much spare time this days so still this is not yet 100% complete.
  2. Instead of the default tomb sprite appearing upon MVP death, this modification customizes each MVP to display their unique MVP dead sprite on their tomb. This enhancement adds a more immersive and personalized touch to the game experience. Features: Customized MVP tomb sprites for all MVPs. Enhanced visual appeal and immersion. Easy integration with your existing rAthena setup. I've spent considerable time choosing each dead MVP's tomb sprite accurately reflects their character and enhances the overall gameplay experience. This is small but impactful visual upgrade. Let me know your thoughts! I'm eager to hear feedback and any suggestions for further improvements. mvp tomb.mp4
  3. ****OFFLINE BATTLE MODE SYSTEM**** Auto Attack Auto Potion Auto Skill Auto Buffs Auto Consumables Auto Teleport/Fly Wing Mob ID Target Assist Mode - Autoattack with no random walk Auto Disconnect after 2 Hours Can limit 1 offline auto attack per IP 2024-12-20 17-32-20.mp4
  4. hindi mo kailangan ng script kung sa /npc/pre-re/mobs/ or re/mobs lang kunwari // pay_dun01 - Payon Cave F2 //================================================== pay_dun01,0,0 monster Drainliar 1111,5 pay_dun01,0,0 monster Eggyra 1116,15 pay_dun01,0,0 monster Soldier Skeleton 1028,50,300000,150000 pay_dun01,0,0 monster Archer Skeleton 1016,30,300000,150000 pay_dun01,235,54,10,10 monster Black Mushroom 1084,7,900000,450000 pay_dun01,0,0 monster Red Plant 1078,10,180000,90000 LAGYAN MO NG ,0,1 SA DULO PARA MAGING MALIITIN TONG MOBS NA TO pay_dun01,0,0 monster Soldier Skeleton 1028,50,300000,150000,0,1 pay_dun01,0,0 monster Archer Skeleton 1016,30,300000,150000,0,1
  5. Hi mate, tried it and mine always crashes whenever i enter then after several seconds. No error.
  6. anthell02,0,0,0,0 boss_monster Maya 1147,1,7200000,600000,1 example eto sa npc/prere/dungeon/anthell.txt kung gusto mo mas maliit palitan mo ng 0 yung last number There are two optional fields for monster size and AI. Natural enemies for AI monsters are normal monsters. <mob size> can be: Size_Small (0) Size_Medium (1) Size_Large (2) <mob ai> can be: AI_NONE (0) (default) AI_ATTACK (1) (attack/friendly) AI_SPHERE (2) (Alchemist skill) AI_FLORA (3) (Alchemist skill) AI_ZANZOU (4) (Kagerou/Oboro skill) AI_LEGION (5) (Sera skill) AI_FAW (6) (Mechanic skill) AI_WAVEMODE (7) Normal monsters will ignore attack from AI_WAVEMODE monsters
  7. Here https://drive.google.com/file/d/16u5F9ERI8jnK_FMkN-_kp26hanvKsPu3/view?usp=sharing
  8. Hello froost, do you mind giving advise to someone like me want to start learning modifying client side? tools needed and tips maybe? i just want to have idea how it actually works. Interested on AP stuff but it is really restricted on client side. much appreciated. thank you
  9. here i made a sample for you _testquest.txt
  10. For gathering quest you can check out npc\re\quests\eden\26-40.txt
  11. View File Falcon Higher from Master Hello, Small change but I think falcon's height is too low, and maybe somebody out there is interested. Thank you, Submitter namerpus18 Submitted 05/01/24 Category Spriting & Paletting Tools Content Author namerpus18  
  12. Version 1.0.0

    114 downloads

    Hello, Small change but I think falcon's height is too low, and maybe somebody out there is interested. Thank you,
    Free
  13. Hello @Ai4rei, Tried your patcher and loved it, Just one thing, after I patch once. The next time I need to patch, I need to delete main.inf and place the original main.inf. Thank you,
  14. Good Day I am reposting this purely for showcase purposes. I want to emphasize that I have not copied anyone's work. I made references to create this through @goddameit @autoattack. I have been working on this since last year and constantly making improvements little by little. It was from scratch aside from the base idea of @autoattack available for free posted by goddameit. Thank you, references: #1: https://board.herc.ws/topic/4821-bot/?tab=comments#comment-31080 - I converted the script to work in rathena svn #2: assistmode.mp4
  15. [SOLVED] Found where to change the limit. Thank you chat.hpp #define MAX_CHAT_USERS 100
  16. Hi is it possible to set 2 separate waitingrooms as teammates? I wanna try it but it requires other players of course. I cannot find old battleground scripts in rathena folder. Thank you bat_room,86,227,4 script Lieutenant Ator 418,{ end; OnInit: waitingroom "Battle Station",20,"start#bat_b01::OnReadyCheck",1,0,80; end; OnEnterBG: set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit",""); end; } bat_room,88,227,4 script Lieutenant Ator#2 418,{ end; OnInit: waitingroom "Battle Station",20,"start#bat_b01::OnReadyCheck",1,0,80; end; OnEnterBG: set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit",""); end; }
  17. I managed to edit the script bg_pvp.txt and it seems to work but I have a problem, the waitingroom limits participants to 20 members per team. My target is above that. It seems i need to change that limit or find another way to queue the participants via @command maybe? Sadly I really cannot test it out if it's working.
  18. Did you use the battleground scripts on npc? If so which one did you use as reference? thank you
  19. Greeting everyone, Is it possible to make 4 teams in battleground? Thank you
  20. 1@jtb,285,29,4 script #itemcheck1 -1,30,30, { end; OnTouch_: OnInit_: { if(rentalcountitem(7514)==0) warp "SavePoint",0,0; end; } } Good day everyone, Can i ask for help to add a timer that do this rentalcountitem every 5 seconds? Thank you so much as always,
  21. if you want quick solution just disable those npc functions and revise it
×
×
  • Create New...