i tried to use the hunting mission npc and i got this

kerbiii

New member
Messages
342
Points
0
Code:
: DB error - Table 'ragnarok.mob_db' doesn't exist
[Debug]: at script.c:14293 - SELECT ID FROM `mob_db` WHERE left(Sprite, 4) != 'meta' AND left(Sprite, 2) != 'E_' AND ~Mode & 32 AND EXP > 0 AND MVP1id = 0 AND DropCardid > 4000 AND DropCardid < 5000 AND ID < 2000 AND instr('1062,1088,1183,1186,1200,1212,1220,1221,1234,1235,1244,1245,1250,1268,1290,1293,1294,1296,1298,1299,1300,1301,1303,1304,1305,1306,1308,1309,1311,1313,1515,1588,1618,1676,1677,1678,1679,1796,1797,1974,1975,1976,1977,1978,1979',ID) = 0 ORDER BY rand() LIMIT 4
 
[SQL]: DB error - Table 'ragnarok.mob_db' doesn't exist

It means you dont have mob_db in your database.

try to execute mob_db.sql / mob_db2.sql. and post back.

Location:

Pre-renewal

../sql-files/mob_db.sql
Renewal

Code:
../sql-files/mob_db_re.sql
 
Last edited by a moderator:
[SQL]: DB error - Table 'ragnarok.mob_db' doesn't exist

It means you dont have mob_db in your database.

try to execute mob_db.sql / mob_db2.sql. and post back.

Location:

Pre-renewal

../sql-files/mob_db.sql
Renewal

../sql-files/mob_db_re.sql
how to execute it?

and where? phpadmin? or putty?

 
Back
Top