Jump to content

rayhanalka

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by rayhanalka

  1. Sorry if anyone already suggested it in the first place, but would it be possible to add rodex mapflag. it would be really helpful, if a player got jailed and they're didn't sent any item back to other char.

    same goes for instance, they can receive item from other player outside instance. I remember kRO allow them but it would be enchantment suggestion since it's not official at all.. (not sure if kRO implementing this in the future)

  2. 4 hours ago, Sryx said:
    
    CREATE TABLE IF NOT EXISTS `logs` (
      `time` datetime NOT NULL default '0000-00-00 00:00:00',
      `ip` varchar(15) NOT NULL default '',
      `user` varchar(23) NOT NULL default '',
      `rcode` tinyint(4) NOT NULL default '0',
      `log` varchar(255) NOT NULL default '',
      INDEX (`ip`)
    ) ENGINE=MyISAM ;

    You're missing "logs" "table" which has the same column of "loginlogs" from "logs.sql".

    Use the code to create "logs" table.

    thank you, it's work like magic /thx/lv

  3. i just leave rAthena for a year then i got interested to do installation again from the scartch using this thread, then everythings going well, untill i run the "runserver.bat"

    the pict look like this 

     

    deabcc8edd.png

     

    The problem it's said on "mapserver.bat" --> received '44' guild castles from char-server. while charserver stoped on guild 43

    please help. i'm using all of your tools listed above except the client. i'm using the lastest client 2015-11-04aRagexe.

     

    Ps. sorry bad english and already solved, actually it's no problem at all

  4.  

    Hello

    I'm currently using 2015 client and server version of kRO. i need a simple script or how to tutorial to change the script mentioned above.

     

    the current script i have @item <item id> <quantity>

    E.g: @item ahura_mazda 1

     

    nah the underscore "_" between name is very disturbing me. How can i change it without "_" to be @item <item name/id> <quantity>

    E.g: @item ahura mazda 1

     

    No need to created the script, just tell me how to do it, that will be pleased me and i can learn how to scripting too.

    Anyways i wanna say thanks.

     

     

     

    Ps. Sorry for bad english. I'm Indonesian.

     

    I don't know if this'll work but try putting " on the item name.

     

    Example:

     

    @item "Ahura Mazda" 1

     

    Thanks but, don't work for me  /no1

     

    item names with underscore ( _ ) as spaces are `aegis names`, try using the `names(non aegis)` or `item ID` instead.

    and you don't need to add `1` in the end if you only need 1 piece, it will always be 1 if you dont provide the quantity

    i see, but as you know my problem come with non aegis name. using id will be more pinfull, need to memorize every id, at last i don't want to burden my gm and support player.

     

    change the AEGIS/KRO name of your item inside the db/re/item_db.txt

    i'll try this one. but my question will this works fine change the aegis name?

  5. Hello

    I'm currently using 2015 client and server version of kRO. i need a simple script or how to tutorial to change the script mentioned above.

     

    the current script i have @item <item id> <quantity>

    E.g: @item ahura_mazda 1

     

    nah the underscore "_" between name is very disturbing me. How can i change it without "_" to be @item <item name/id> <quantity>

    E.g: @item ahura mazda 1

     

    No need to created the script, just tell me how to do it, that will be pleased me and i can learn how to scripting too.

    Anyways i wanna say thanks.

     

     

     

    Ps. Sorry for bad english. I'm Indonesian.

    post-36505-0-16299400-1452153371_thumb.jpg

×
×
  • Create New...