everytime a monster is killed no exp is gained and it drops no item. The console displays this:
[SQL]: DB error - Table 'ragnarok.picklog' doesn't exist
[Debug]: at c:\users\azure\desktop\awesome 2.0\src\map\log.c:210 - INSERT DELAYE
D INTO `picklog` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, `card
0`, `card1`, `card2`, `card3`, `map`, `unique_id`) VALUES (NOW(), '150000', 'N',
'2352', '1', '0', '0', '0', '0', '0', 'new_1-2', '0')
Using rAthena revision 17435
Edit: Apparently logs and main have to be in the ragnarok schema, the guide I followed on youtube had them as separate schemas.
By putting both sql files under 1 schema the errors in the console was resolved and monsters now drop items and give exp however the exp gain is not shown unless the character logs out then back in.