-
Posts
264 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by M a p l e
-
not yet. but you can already use
-
Update your data.grf and rdata.grf or Download Lasted kRO - http://rofull.gnjoy.com/RAG_SETUP_201204.exe
-
HOW CAN I MAKE accname.lub editable in note++
M a p l e replied to warlock1989's question in Scripting Support
You have several options ... But I recommend one of these two. 1. Download it already decrypted https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/datainfo 2. Use the GRF Editor to decrypt Open AccName.lub e click Save as... -
You forgot to add this to your SQL ALTER TABLE `vendings` ADD COLUMN `extended_vending_item` int(10) unsigned NOT NULL DEFAULT '0' AFTER `sit`;
-
All script I translated looked like this
M a p l e replied to mytus001's question in Scripting Support
Use the Notepad++ ( https://notepad-plus-plus.org/downloads/ ) and convert the file encoding from UTF-8 to ANSI -
In this case it is not a client problem. Are you using any custom scripts?
-
I tested it here with Renewal and it's OK ( PRE: npc\pre-re\warps\cities\izlude.txt | RE: npc\re\warps\cities\izlude.txt ) izlude,110,182,0 warp iz01 2,2,izlude_in,65,87 izlude_in,65,84,0 warp iz01-1 2,2,izlude,112,179 Are you using the latest rA?
-
specify better to help correct, such as screenshot and coordinates
-
Depois de compilar ok, da erro e -servers não abre
M a p l e replied to awey666's topic in Suporte a Configurações
abra manualmente os arquivos .exe char_server, login_server e map_server, pois esse erro acontece somente quando baixa o emulador pelo Tortoise e tenta rodar o emulador pelo runserver.bat -
é IP Dinâmico, vai ter que ligar para lá e solicitar um IP Fixo
-
qual seu provedor de internet? (via radio, brisanet...)
-
mesmo se sua internet for compartilhada o NO-IP não irá funcionar. Pois o NO-IP simplesmente é só uma mascara de IP para esconder seu endereço de IP, ele não torna seu IP FIxo.
-
Se for para rodar local offline, deixe apenas o IP 127.0.0.1 nas conf, assim vc conseguirá rodar o servidor sendo que só vc terá acesso. Agora caso queira ligar o servidor e fazer que seus amigos/players acessem vai ter q colocar seu IP onde tem os 127.0.0.1 no char_athena.conf e map_athena.conf Agora se você usa internet compartilhada seu IP não será fixo sendo assim não vai conseguir ligar o emulador para seus amigos/players entrarem, ai no caso só com hamachi ou outro programa similar.
-
Not only did he do it, he did it too @JohnnyPlayy he wrote most of the episode!
-
Client CRASH WHEN going into this part of turbo room
M a p l e replied to lelouchxv's question in Client-side Support
https://github.com/llchrisll/ROenglishRE -
Client CRASH WHEN going into this part of turbo room
M a p l e replied to lelouchxv's question in Client-side Support
It may be lack of npc sprite in data.grf or outdated lua files. -
check logs
-
Friend is useless to ask, nobody will give EP 17.1 as easily and even more for free. I have friends who are selling the full EP 17.1 and 17.2.
-
They are already making the correction. https://github.com/rathena/FluxCP/pull/275
-
Prevent open vend in same spot/cell with other vendors
M a p l e replied to Frost Diver's question in Scripting Support
https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L179 in rA by default it is 3 cells apart, you can adjust it however you want. // Minimum distance a vending/chat room must be from a NPC in order to be placed. // Default: 3 (0: disabled). min_npc_vendchat_distance: 3 -
One way I've used it was to create a selector in Thor Patcher to choose the language when opening the game, thus having 2 client hexed 1 to read the iteminfo in EN-US and the other hexed to read the iteminfo in PT-BR
-
How to: Enabling Traps Visibility at skill conf
M a p l e replied to Almond Snicker's question in General Support
No need to recompile, just remove the // -
src/config/renewal.hpp put // in #define RENEWAL to disable renewal /// Leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL