Jump to content

Kakaroto

Members
  • Posts

    640
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kakaroto

  1. Hello, does anyone know how do I delete a specific item in the storage of an account using SQL command, for example: the account 20000000 has 5 items equal to the account, and I want to delete this item using his ID to completely delete the item storage and character inventory, but using the item ID. Sorry for my bad English. I thank anyone who can help me.
  2. Hello, well, the year is almost over and I wonder if you already have some forecast will be released when the client 2016 does anyone know?
  3. Hello, I updated the kRO but did not find the sprite of new clothes for the Warlock class, could someone provide it please? Thank you in advance!
  4. As what i understand Linux is the type of OS. And there are many kinds of OS under the Linux Which are CentOS,Debian,Ubuntu and many more.. Most of the user nowadays use Debian 8 (Jessie) Please correct me if im wrong. It was the hosting company who told me to use CentOS was bad to host the server, which should be used pure linux.
  5. Hello, I would like to know what best operating system to host the server, CentOS or Linux, is there a big difference? which most? I thank those who can respond.
  6. open clif.c find function: void clif_GlobalMessage change: char buf[100]; to: char buf[CHAT_SIZE_MAX]; recompile the server-side, and have fun. Tnks man
  7. Hello, I have a problem on the server where the messages are being cut and this message is displayed in map_server: [Warning]: clif_GlobalMessage: Truncating too long message '|«| ADM |«| Kakaroto: test test test test test test test test test test test test test test test test ' (len=103). Can anybody help me? already thank you very much!
  8. 1º - Apparently your host does not support PHP. 2º - Import all the tables that the flux need.
  9. stateicon update your 'lua files' folder to become like the server, go to the folder 'effect' in the folder 'textures' and copy the icon files into the folder of your server, within the directory.
  10. You can extract this server: http://ethernalro.com.br/
  11. Hello, is there any way to discover in console the reason that led the emulator to a signal crash? My emulator is with this problem, but do not know how to look for the solution, because there just appears: [Error]: Server crash received signal! Attempting to save all online characters! Thank you very much in advance! It has a debug on the emulator to see information about the problem?
  12. Hello, I wonder if someone could provide me a script that allows players to control their characters in the channel, type in and out of a channel in the channel system. for example, join and leave the #main channel using the script. Thank you very much who can help me.
  13. Can someone please help me, I have this problem on console and items in some stores are doubling infinitely and can not clean. [Info]: Loading Char Data (2002365) [Info]: Loading Char Data (2002365) [Info]: Char load request (154603) [SQL]: DB error - data of field 'option_val0' was truncated. [Debug]: column - 16 [Debug]: data - type=UNSIGNED MYSQL_TYPE_SHORT, length=1 [Debug]: buffer - type=MYSQL_TYPE_TINY, length=1 Sorry for bad English
  14. @jlvl <value>
  15. old custom sprite.
  16. Thank you so much, I'll try.
  17. Maybe you modified something in your mmo.h? try to look for the changes you made in mmo.h only that. #define DEFAULT_WALK_SPEED 120 ///Default walk speed is 150 #define MAX_CHARS 18 /// Default is 9
  18. But I do not modified it in my emulator ...
  19. Nop: #define MAX_INVENTORY 100 ///Maximum items in player inventory #define MAX_STORAGE 600 ///Max number of storage slots a player can have, (up to ~850 tested) #define MAX_GUILD_STORAGE 600 ///Max number of storage slots a guild
  20. You have to edit directly on the client to make it work again.
  21. nice man...solved.
  22. Hello good evening, someone could help me with this little problem ? while(set($@t,$@t+1) < 10){ npctalk (10-$@t); sleep 1000; } I thank anyone who can help me .
  23. Nice!!!!!!!!
×
×
  • Create New...