Jump to content

Brynner

Community Contributors
  • Content Count

    559
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Brynner


  1. @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?#

  2. 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');        }    }    }?>

     


  3.  

     

     

    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?


  4.  

     

    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

     

    attachicon.gifUntitled.png

     

    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

     2013-12-23_Client_Side_Files

    http://hercules.endlessro.net/

    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.


  5.  

     

     

     

    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?

    10246758_867864389895443_1731389993681592183_n.jpg

    here

    what is your client version?


  6.  

     

    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?


  7.  

     

    use OnMinute00:

     

    so you don't need those much of OnClocks

    if you gonna use OnMinute everytime you restart your server. the time will also change. unlike for OnClock the time is fix. even you restart the server. the event will start on the specific time that you set.

     

    as Samuel said, OnClock and OnMinute (as well as OnHour, On<weekday><hour><minute> and OnDay) they work using the server time so what you said makes no sense at all :P

    what ever lol. it depends on him if what he wants to use. no need to spam on this topic.


  8. use OnMinute00:

     

    so you don't need those much of OnClocks

    if you gonna use OnMinute everytime you restart your server. the time will also change. unlike for OnClock the time is fix. even you restart the server. the event will start on the specific time that you set.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.