
Brynner
-
Content Count
562 -
Joined
-
Last visited
-
Days Won
8
Posts posted by Brynner
-
-
i experience that before. the problem is on my web hosting. after i switch other web hosting. i never get that error again.
-
i think it is on the client. since i check the lua and lub i haven't seen that.
-
Make sure your client is diffed with Read msgstringtable.txt,
Also make sure that your msgstringtable.txt appear first.
and for texture translation: https://github.com/ROClientSide/Translation/tree/master/Data , get it from here.
how about for 2013-12-23cRagexe even i use the latest msgstringtable.txt that (813-333) still exist.
-
all items purchase from kafra points / free cash points will be a account bound?
-
you will only notice it once you ping the ip of that vps.
-
Hello,
Is it possible to add custom potion to the skill Potion Pitcher without removing the default potion?
Because I have custom potions I want it to also work in Potion Pitcher.
Thank you!
dbreskill_require_db.txt or dbpre-reskill_require_db.txt
-
oh i see.
-
@bgamez23
Thanks for reporting.
Fixed @r100 (https://github.com/ROClientSide/Translation/commit/2ac4b80a9100e6a50b2fff8cd79c447b2f9d9d79)
(Don't know why, but korean have words for (Hundred Million)... its strange for me to use Hundred Million word)
how about n what is the use of it. it would be nice if we put spaces.
100000000# ^ff0000%d ^0000ffHundred Million#10000000# ^ff0000%d ^0000ffMillion#^0000ff Zeny^000000. Is the Amount Correct?#
-
please check the msgstringtable.txt. for line
2476
to
2479
when i try to vend instead of 999,999,999
-
i just want to put a search engine that can search both item id or item name.
but my problem is.
before when i try to search item using item id. nothings happen. but when i try to search using item name the search works fine.but after i add this. the problem has been change.when i try to search using item id it works now. but when i try to search using item name. nothings happen now.<?phpif (!defined('FLUX_ROOT')) exit;$item_name = trim($params->get('item_name'));if($item_name == ''){ $this->redirect('?module=search_error&error_id=1');}elseif(strlen($item_name) < 4){ $this->redirect('?module=search_error&error_id=2'); }else{ $sql = "SELECT * FROM item_db_re WHERE name_japanese LIKE ?";+ $sql = "SELECT * FROM item_db_re WHERE name_english LIKE ?";+ $sql = "SELECT * FROM item_db_re WHERE id LIKE ?"; $sth = $server->connection->getStatement($sql); $sth->execute(array("%$item_name%")); $item_res = $sth->fetchAll(); if(!$item_res) { $sql = "SELECT * FROM item_db2 WHERE name_japanese LIKE ?";+ $sql = "SELECT * FROM item_db2 WHERE name_english LIKE ?";+ $sql = "SELECT * FROM item_db2 WHERE id LIKE ?"; $sth = $server->connection->getStatement($sql); $sth->execute(array("%$item_name%")); $item_res = $sth->fetchAll(); if($item_res) { $this->redirect('?module=search_error&error_id=3'); } } }?>
-
the updated version of nemo patcher.
-
which program you used to diff your client?
xdiffpatcher.
what client version did you use?and does your kRO client is updated?
i mentioned it on my first post. thats my client.
i see. i haven't seen it before it was edited. have you already tried to diff it via nemo patcher?
-
yup it will but you must enable first the enable multiple grf when you diff your client.
how about in creating character interface ?
any idea why it is transparent ? and no text ?
its because you need to use the updated files from kRO. or try to use this data files.
-
which program you used to diff your client?
xdiffpatcher.
what client version did you use?and does your kRO client is updated?
-
yup it will but you must enable first the enable multiple grf when you diff your client.
-
can anyone help me with this ?
i have all the cloth color and dye color but i cant still use it
also in character creation the background is transparent and no words like Name , Hair Style , Hair color
i'm using 2013-08-07 client
make sure that your kRO is fully updated and use those files in your data: https://github.com/ROClientSide/Translation
i'm using Philippine RO client which is fully updated
i'm also using the repository for my client and
https://github.com/ROClientSide/Translation
pallete grf from
i don't think pRO have all the files needed for 2013 client. must better if you use kRO client to avoid any error problems like missing spr etc.
-
hi sir can i have some quest??? how to translate this???
thanks in advance! and what name folder or where i put?
https://github.com/ROClientSide/Translation
just put it in your data folder or on your grf.
-
please help
where did you get your lua/lub files? make sure that your lua/lub files is also updated since your using 2013 clients.
-
hmmm this diff only read .lua??? not .lub?
because by default the client was set to read .lub files instead of lua.
hmm its ok now but i check the read data first i put support founded in nemo folder i put in my data but still error
what error?error in lub/lua files?
here
what is your client version?
-
hmmm this diff only read .lua??? not .lub?
because by default the client was set to read .lub files instead of lua.
hmm its ok now but i check the read data first i put support founded in nemo folder i put in my data but still error
what error?error in lub/lua files?
-
hmmm this diff only read .lua??? not .lub?
because by default the client was set to read .lub files instead of lua.
-
yah it happens yesterday. but now there is no issue with it.
-
i see. it looks like im not the only one who suffered here. thanks.
-
im not sure if im the only one having an issue with this? my internet connection is stable but i suddenly encounter this on Hercules only.
@vendinfo or @vi
in Suggestions
Posted
just want to request @vendinfo or @vi. this is for the merchants who are having an auto trade.
it will display the time on how long is he already vending on the server. or how many minutes or hour before the vendor disconnected on the server.