-
Posts
478 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Akbare
-
-
On 11/25/2021 at 5:14 PM, DEsMOn said:
Hello Everyone,
One of my developer installed Custom damage effects but one Taekwon Class having issue when using any skill game getting crashed. Now that developer didn't fix that issue and left i don't no how to fix that issue can any 1 guide to fix that?
Thanks in Advance.
can show video maybe?
-
Se ha ajustado la actualización de la función lapine en github
-
1
-
-
On 10/17/2021 at 10:37 PM, rokimoki said:
Hello, I don't remember how to create clients and so. I've read some guides but some links are broken, etc. So I think there are some missing information about client guides.
Anyway, I created a client with this ragexe.
And I patched with WARP but I'm getting this error while executing the .exe... I read that NEMO is working but I can't find a recent version for 2018 clients.
for 2018 just select recomended in nemo I'm sure it works
-
-
On 10/20/2021 at 1:07 AM, pr3p said:
Make sure you imported all sql in the db,
I'm sure import all the sql files, or maybe you can tell in which file
SOLVED:
i'm use old rAthena sql
-
wow nice, what a next?
-
12 hours ago, Pelo said:
try move to other drive to C
-
i use
https://github.com/rathena/FluxCP
my character menu have a error
how to solve?
thx for advanced
-
On 11/15/2020 at 12:09 AM, wiskiiz said:
emergency call cooldown when changing maps
any solution?
I have the same problem -
maybe you can provide information on the emulator and the hexed used
-
-
i like HP and SP bar amazing
-
thanks for release
AMAZING ~~!!!
-
1
-
-
create 2 exe
one for renewal and one for pre-re
for renewal use nemo and change to read iteminfo_re.lub
for pre-re use nemo and change to read iteminfo_pre.lub
-
1
-
-
try to default load profile in nemo and diff one by one
-
excellent amazing
-
On 7/26/2021 at 10:34 PM, mrfizi said:
Boleh cari, tapi kena cari direct contact. Kadang kala di forum tidak aktif, tetapi aktif di facebook.
Hi sahabat lama @Akbare .. Memang sudah lama tak bersua. Masih aktif dalam pembuatan server atau punya server sendiri?
hahaha....saya tidak terlalu mengikuti perkembangan rathena, semakin sulit memahami dengan apa yang terjadi.
saya sedang dalam proses pembuatan server sendiri yang mungkin akan dimainkan secara private for fun saja hehehe
-
On 3/19/2021 at 12:44 PM, mrfizi said:
Rasanya ramai dev server dari Malaysia dan Indonesia yang masih aktif. Tak kira yang baru atau yang lama semoga semuanya sihat dan kekal selamat dalam menempuh pandemik Covid-19 ini.
Hai @mrfizi lama tak bersua hahaha
-
how to solved ?
[ Error ] : Guild skill "GD_GUILD_STORAGE" with Id 10016 is out of the guild skill range [10000-10020], skipping.On 7/8/2021 at 5:49 PM, LearningRO said:in mmo.hpp
change maxguild
into
#define MAX_GUILDSKILL 17thx brother work like a charm

-
19 hours ago, kennykiro said:
I understand, but my server is using offline windows, why is it not picking up?
compile with visual studio and running web.sql
-
use to other view sprite 833 to 3000 maybe
-
On 4/14/2021 at 8:18 PM, Mael said:
I recommend test this:
im use 20200410
and implent initial support for web service
[Status]: rAthena web server Started, listening on port 8888 [Debug]: [2000000, "rAthena"] Not found in table, sending new info [Info]: 127.0.0.1 [POST /userconfig/load] 200 [Info]: 127.0.0.1 [POST /emblem/download] 200 [Info]: 127.0.0.1 [POST /emblem/upload] 200 [Info]: 127.0.0.1 [POST /emblem/download] 200 [Info]: 127.0.0.1 [POST /emblem/upload] 200 [Info]: 127.0.0.1 [POST /emblem/download] 200 [Info]: 127.0.0.1 [POST /emblem/download] 200 [Info]: 127.0.0.1 [POST /emblem/download] 200 [Info]: 127.0.0.1 [POST /emblem/download] 200emblem not show
maybe you can help me, thanks
-
11 hours ago, Tdi123 said:
I can replace a file or add it, the program allows it, even if I don't have the password
open GRF editor
open your GRF
right click your grf and select descrypt
add your file or other
-
12 hours ago, Tarzan said:
Hello,Can you teach me how to add ocp box to cash shop?
https://irowiki.org/wiki/Kafra_Shop_Box_Archives
And how to add ocp item???
Sorry for my english language, i am thai.
just input item ID to db/import/item_cash_db.txt





VIP message rates info
in Source Support
Posted · Edited by Akbare
i want to ask how to change this VIP message
msgstringtable.txt
line 3033
%.1f%% (VIP %.1f%% + Server %.1f%%)#i found this code but i'dont know how to change
i thought it was arround this part
for (i = 0; i < maxinfotype; i++) { WFIFOB(fd,info->pos[4]+(i*szdetails)) = i; //infotype //0 PCRoom, 1 Premium, 2 Server, 3 TPlus WFIFOL(fd,info->pos[5]+(i*szdetails)) = details_bexp[i]*factor; WFIFOL(fd,info->pos[6]+(i*szdetails)) = details_penalty[i]*factor; WFIFOL(fd,info->pos[7]+(i*szdetails)) = details_drop[i]*factor; tot_baseexp += details_bexp[i]*factor; tot_drop += details_penalty[i]*factor; tot_penalty += details_drop[i]*factor; len += szdetails; }i want to change like this one with VIP premium
before VIP active
When VIP
thx for advance