Leaderboard
Popular Content
Showing content with the highest reputation on 06/11/22 in all areas
-
Hello everyone, I recently made a post about "New RO" in this same category, and a lot of people gave me nice feedbacks, so today I bring something that I was already thinking about doing for the community, but I wasn't in the mood, I want to thank my friends and developers @Pixel and @craftro without them none of this would be possible. About the project: ROW is an executable visual editor, you put your "YouRagnarok_patched.exe" and it will give you the options (just like WARP or NEMO) but this is for custom things So you need to have an exe already built, otherwise you won't be able to enter the game It is currently in the ALPHA BETA version, so you will only be able to access 1 function, which is to change the color of the monsters' hp bar. To use it is very simple, you select your exe, choose the look you want and generate the exe. Note: If you have gepard, it will probably not allow any changes, so test with gepard disabled. The site is not responsive yet, this is just a test model, and if you find any bugs let me know, it is to work on any version of the exe (2010~2022) (Except for Ragnarok Zero new UI) Link: https://hexed-regexe.herokuapp.com/mobs Link discord project https://discord.gg/MxTB7WJVy54 points
-
1 point
-
Hmm, it's hard to phrase it differently. Your events, OnPCDieEvent and OnPCKillEvent, are on a NPC (Deathmatch PvP Warper) which is duplicated. As a result of duplicating your NPCs, the events trigger for each one of those NPCs as well. You've probably figured this out already if you've looked at the error messages. Your duplicated NPCs in your case are: moscovia,213,182,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#mos 823 morocc,170,87,3 duplicate(Deathmatch PvP Warper) DM PvP Warper#moc 823 comodo,180,150,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#com 823 mid_camp,216,280,3 duplicate(Deathmatch PvP Warper) DM PvP Warper#mid 823 prontera,43,210,3 duplicate(Deathmatch PvP Warper) DM PvP Warper#prt2 823 lighthalzen,166,93,3 duplicate(Deathmatch PvP Warper) DM PvP Warper#lhz 823 prontera,263,209,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#prt02 823 rachel,121,112,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#rac3 823 dicastes01,188,188,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#dic 823 mora,44,147,6 duplicate(Deathmatch PvP Warper) DM PvP Warper#mora 823 malangdo,146,119,3 duplicate(Deathmatch PvP Warper) DM PvP Warper#mal 823 ayothaya,157,111,3 duplicate(Deathmatch PvP Warper) DM PvP Warper#ayo 823 So when someone dies, the first event is queued: Deathmatch PvP Warper::OnPCDieEvent But since the NPC is duplicated, these events are also queued and will trigger: DM PvP Warper#mos::OnPCDieEvent DM PvP Warper#moc::OnPCDieEvent DM PvP Warper#com::OnPCDieEvent etc... Now obviously that's not what you wanted and that's causing you issues. You can easily fix the problem by moving the events to another NPC that is not duplicated. So simply create a new NPC, add your events to this one instead, and that's it. So something like this: - script do_not_duplicate -1,{ end; OnPCDieEvent: // ... end; OnPCKillEvent: // ... end; } (And remove the event labels from Deathmatch PvP Warper as well, of course.)1 point
-
1 point
-
May I ask some question. How to remove background when export from GRF or you have other tool for export bmp img. thank you1 point
-
I don't think I read anything from iRO in your question... First download the one recommended by Akky and then, download the new Ai4rei updater and use it, it's just that.1 point
-
It seemed interesting, so I took a bit of everybody's work and here is my attempt with a novice. ➡ Also, my take on asking for a release. It's basically won't happen, for several reasons : Rendering issue: While the sprites can be used in 3D space (it's simply using UV coordinates, so it's basically free), the UI doesn't support scaling whatsoever; your characters will stay giant in status and skill windows, it's not negotiable. Performances: My novice has height time more pixels than the original sprite and 4 times more colors. I'm sure I could write a tool to reduce the color numbers, but it wouldn't change the fact that crossing through Prontera (or whatever is your capital city) with this kind of sprites would make the vram requirement explode, possibly beyond the 32 bit limitation of the client. And I'm not even talking about the palette system breaking. Reality check: Would you even see it? This is a 1080p screenshot of RO, with my upscaled novice right beside a real in game novice. Can you honestly see the difference? Probably not a first glance. So, beside higher resolution (1440p and 4k, basically) or in a more zoomed in scenario, this doesn't really bring much to the table. It's just a nice exercise to learn a bit about AI upscaling, I spent the whole day learning, and I'm quite satisfied with the result for a total noob.1 point
-
Version 1.0.0
783 downloads
Addition/Modification at Source - Announcement and Log system when dropping MvP/Mini-Boss Card - Advertises globally when dropping a MvP or Mini-Boss Card regardless of the drop_rate and saves a log in the database. NOTE1: Announces and saves the log of MvP/Mini-Boss cards only. NOTE2: All settings can be accessed in the `conf/battle/drops.conf` file. Use - For those who have difficulty placing just to announce the drop of MvP/Mini-Boss cards without having a conflict of drop_rate. - In addition to advertising, you can also save a log each time one of these cards is dropped to use as tracking. - There is also an extensive way of configuring the system, being able to turn it off completely or activate only the advertisement or only the log. General System Settings - Enable or disable the entire system. MvP Card Settings - Enable or disable MvP card drop and log announcement system only. - Enable or disable MvP card advertising only. - Enable or disable MvP card logging only. - Choose the color of the MvP card drop ad. Mini-Boss Card Settings - Enable or disable only the Mini-Boss card drop and log announcement system. - Enable or disable Mini-Boss card advertising only. - Enable or disable Mini-Boss card logging only. - Choose the color of the Mini-Boss card drop announcement. NOTE3: Sorry for the English, I used Google Translator and this is my first topic here.Free1 point -
1 point
-
Don't forget to rep. and rate This keeps us motivated to improve our work! My Script Releases In-Game Poll ~> http://rathena.org/board/files/file/3156-in-game-poll/ Click The Pub Event ~> http://rathena.org/board/topic/93430-click-the-pub/Daily Monster Hunt ~> http://rathena.org/board/topic/93336-daily-monster-hunt-v12/Armor Awakening System ~> http://rathena.org/board/topic/92895-quests-games-armor-awakening-npc/ Potion Brewer NPC ~> http://rathena.org/board/topic/92899-quests-games-potion-brewer-npc/ Mining NPC ~> http://rathena.org/board/topic/92900-quests-games-mining-npc/ Daily Gem Collection Quest ~> http://rathena.org/board/topic/92894-quests-games-daily-gem-collection-quest/ Poring Race ~> http://rathena.org/board/topic/92896-quests-games-custom-poring-race/ Yet Another Town Invasion ~> http://rathena.org/board/topic/93385-yet-another-town-invasion-v21/ Yet Another Poring Catcher Event ~> http://rathena.org/board/topic/92897-quests-games-poring-catcher-event/ Yet Another Dice Event ~> http://rathena.org/board/topic/92898-quests-games-dice-event/ Yet Another Daily Rewards Giver ~> http://rathena.org/board/files/file/3130-daily-rewards-giver/ GM Reward Giver with logs ~> http://rathena.org/board/files/file/3118-gm-reward-giver/ @punish ~> http://rathena.org/board/topic/93211-punish/ @minimart ~> http://rathena.org/board/topic/93011-minimart/#entry246777 @empladder ~> http://rathena.org/board/topic/93063-empladder/#entry247019 @mvpladder ~> http://rathena.org/board/topic/93066-mvpladder/ (REQUEST) @hatredreset ~>http://rathena.org/board/topic/93792-r-hatredreset-command-for-players/?p=250701 (REQUEST) @item3 / @item4 ~> http://rathena.org/board/topic/93166-item3-and-item4-for-test-and-no-corruption-purpose/?p=247546 (REQUEST) Account Bound Item Bonus ~> http://rathena.org/board/pastebin/4oand85uxoxt/ (REQUEST) VIP Buffer / Broadcaster ~> http://rathena.org/board/topic/93174-r-npc-full-buffs-for-vip-players/?p=247542 (REQUEST) WoE Supply Giver ~> http://rathena.org/board/topic/93077-npc-script/?p=247395 (REQUEST) Server Maintenance Announcer + Shutdown ~> http://rathena.org/board/topic/93114-qrserver-annoucnement-before-maintenance/?p=247260 Terms & Conditions You are not allowed to reproduce or make profit of this script You are not allowed to take credit for my scripts. Though you can modify/edit it to your liking. I can give you support, but please, use my support topics. It is your own responsibility to create a backup before implementing anything new.1 point
-
Server side. item_db.txt ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } ID,Name card,Name card,6,20,,10,,,,,,,,Localisation,,,,,{},{},{} Put an unique ID, a name not necessarily unique and the localisation ( nb. where you insert the card) For Localisation : Client side. System/itemInfo.lub data/cardprefixnametable.txt for prefix equipment name when you insert your card in equipment (optionnal) data/num2cardillustnametable.txt if you want an illustration of your card (optionnal) data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/cardbmp/ to put the illustration (optionnal) itemInfo.lub Just follow the typo. Change the Display name, the description for identified/unindentified item. That's all. cardprefixnametable.txt Add in your file a line following the typo Card ID#Prefix# num2cardillustnametable.txt Add in your file a line following the typo Card ID#Name in cardbmp# cardbmp/ Add your illustration in bmp format 300x4001 point