-
Posts
715 -
Joined
-
Last visited
-
Days Won
6
Lelouch vi Britannia last won the day on January 5 2021
Lelouch vi Britannia had the most liked content!
About Lelouch vi Britannia
- Birthday 10/22/1990
Profile Information
-
Gender
Male
-
Location
Holy Empire of Britannia
- Github: lelouch22
- Discord: Lelouch#6557
-
Interests
THICC THIGHS
Recent Profile Visitors
12439 profile views
Lelouch vi Britannia's Achievements
-
I also have the same issues with that cancel but still the vending tab opens and item id does not exist that @AinsLord have experienced.
-
Change this .@map$ = strcharinfo(3) to this .@map$ = strcharinfo(3);
-
Any updates for this?
-
How to use new mob_item_ratio.yml
Lelouch vi Britannia replied to qtdan's question in General Support
# Specific Item Drop Ratio Database # This file is a part of rAthena. # Copyright(C) 2021 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/>. # ########################################################################### # Mob Item Ratio Database ########################################################################### # # Mob Item Ratio Settings # ########################################################################### # - Item AegisName of item to adjust. # Ratio Drop rate. # List: List of monster(s) affected (format <Aegis monster name>: true/false). (Defaulted to all monsters) ########################################################################### Header: Type: MOB_ITEM_RATIO_DB Version: 1 Body: - Item: Knife_ Ratio: 100 List: PORING: true For additional information please read this... https://github.com/rathena/rathena/blob/master/doc/mob_item_ratio.txt -
Utility: All In One - Random Options Script
Lelouch vi Britannia replied to sader1992's topic in Utility Script Releases
Hey @sader1992 is it possible to add item category to this? for example: > Headgears Upper Headgears Middle Headgears Lower Headgears > Weapons Daggers Swords Bows Staffs -
Release: Charm item (New Code Source)
Lelouch vi Britannia replied to Froost's topic in Source Releases
Any updates? -
https://cldownload.gungho.jp/ro/RAG_SETUP.exe
-
doc/item_db.txt has been updated with new lines so its location has been moved and besides i think Capuche is referring are this lines. https://github.com/rathena/rathena/blob/master/doc/item_db.txt#L193 https://github.com/rathena/rathena/blob/master/doc/item_db.txt#L194 Shadow_Right_Accessory - Shadow Accessory Right (Earring) Shadow_Left_Accessory - Shadow Accessory Left (Pendant)
-
itemdb id 100 000 - 1 000 000+
Lelouch vi Britannia replied to Parrahurizm's question in Database Support
It supports up to 2 billion. https://github.com/rathena/rathena/commit/3776bfbaa3210a928d45815321d021d68f56fc86 -
If you have a custom hat effect just make a folder to data/texture/effect (ex. efst_custom_effect) inside your custom grf also add entry to your luafiles514/lua files/hateffectinfo/hateffectinfo.lub and src.
-
I also have an unfortunate experience on ragnahosting which takes places maybe 3 or 4 years ago with my partner has already payed for the renewal of the VPS but after a few days our account on the website and VPS suddenly vanished without any prior notice nor email, we did ask for a refund but no reponse so in the end we didnt bother asking it to them again and move to a different host provider.
-
@Tokei I found this after viewing TB_Layer_Priority.lub from kRO data.grf if 2 == layer then -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 3_[24] elseif 3 == layer then -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 3_[30] elseif 4 == layer then -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 3_[36] elseif 8 == layer then -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 3_[42] end -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 3_[46] Im using Product version : 1.8.3.4 Assembly version : 1.5.3.3063
-
Why not try Ubuntu?
-
bSkillNoRequire, bSkillNoRequireItem, bNoRequireAmmo
Lelouch vi Britannia replied to Cydh's topic in Source Releases
Any updates?