I want to do it on a specify item... I search instrutions on /rAthena/doc, but without sucess... eg:
40000,Unconditional_bow,Unconditional Bow,...,{skill unconditional;},{},{}
I means... The Animation of the Skills are associated to any /db files? Or is the Source? Im questioning because, on the last git, the animation of some skills of rebellion lost the effects/animations... Any ideas?
WHY T.T??? That was okay before the last update. T.T It's completely empty.
Fixed on https://github.com/rathena/rathena/commit/0e533fa7ab32e74c69b1a4a51336b46d5178b08d
Look, i developed a system that give to player, cash when playing with friends... but some peoples are making many accounts and player alone to get the cash.
I know that i can deny the dual acc's but isn't what i want.
I only want to deny the same person to acess the npc if they are in same ip address or something like it.
I dont know if you remember this, but i do.
On eAthena, some genius developed a system that you can rent a house... really cute, given for our players a second option to avoid boring.
Anyone have the files?
Google it! I found what i need. Solved!
I got the latest GIT and my server stuck here
Putty.exe
[Info]: Server supports up to '4096' concurrent connections.
[Info]: Char Server IP Address : '' -> ''.
[Info]: Map Server IP Address : '' -> ''.
[Info]: Ipban conection made
[Status]: Using SQL dbs: no
[Info]: Logging item transactions to table 'picklog'.
[Info]: Logging commands to table 'atcommandlog'.
[Info]: Logging 'logmes' messages to table 'npclog'.
[Info]: Logging Cash transactions to table 'cashlog'.
The Putty dont show anything more after this '-'
When I I analyzed the error logs I found that the reason was happening because the application does not read more than 3 lines. E.G: 18000#
A TESTE ITEM
THAT HAVE
MORE THAN
3 LINES
IN IDNUM2ITEMDESCTABLE
# If i remove the "MORE THAN 3 LINES IN IDNUM2ITEMDESCTABLE". the erro is fixed... I used the NotePad++ for remove the '\n' but still not working...
Thx for help! @EDIT
I found a way to fix it.
I'm using this application https://rathena.org/board/topic/66795-itemconverter/, but this app dont read more than 3 lines on idnum2itemdesctable.txt... Other way to convert old format to lua? Where can i found a ItemDBconverter Hercules -> rAthena?