
04-16-2006, 02:38 AM
|
 |
|
|
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Travis641
If you were getting the error I was, then you need to edit:
Code:
$db->query_write("
INSERT INTO `" . TABLE_PREFIX . "rpg_ibots`
(`botname`,
`levelrequired`,
`cost`,
`expdrop`,
`cashdrop`
`limitname`,
`hp`,
`maxhp`,
`mp`,
`maxmp`,
`pp`,
`maxpp`,
`ap`,
`xp`,
`genderid`)
`cashdrop` needs a comma after it in /admincp/rpg_monsters.php which allowed me to make ibots.
|
tyvm that worked
|