BubblesDev PlayerNPCs Fix
ALTER TABLE `odinms`.`playernpcs` MODIFY COLUMN `gender` INT(11) NOT NULL DEFAULT 0;
ALTER TABLE `odinms`.`playernpcs` MODIFY COLUMN `dir` INT(11) NOT NULL DEFAULT 0;
ALTER TABLE `odinms`.`playernpcs_equip` ADD COLUMN `equippos` INT(11) UNSIGNED NOT NULL AFTER `type`;
Run those SQLs
Re: BubblesDev PlayerNPCs Fix
Re: BubblesDev PlayerNPCs Fix
Is this only for BubbleDev?
Re: BubblesDev PlayerNPCs Fix
yeah. it works though for bubblesdev since I tested it today.
There's still something wrong with equips though so as of now, you have to equip them yourself LOL
Re: BubblesDev PlayerNPCs Fix
Your not the only one ^^^.
Re: BubblesDev PlayerNPCs Fix
Quote:
Originally Posted by
ToyFork
Your not the only one ^^^.
Sorry, but I didn't understand that. I'm not the only one what? With player npc problems?
Re: BubblesDev PlayerNPCs Fix
Re: BubblesDev PlayerNPCs Fix
Quote:
Originally Posted by ongdeetz
ty works
Please look at the date next time before bumping any thread.
Re: BubblesDev PlayerNPCs Fix
Re: BubblesDev PlayerNPCs Fix
Quote:
Originally Posted by
ongdeetz
ty works
Nice bump
Re: BubblesDev PlayerNPCs Fix
This still doesn't fix Player NPC's
I still get the error: Field 'type' doesn't have a default value.
How can I make it so 'type' has a default value?
Re: BubblesDev PlayerNPCs Fix
execute this in your mysql
ALTER TABLE `odinms`.`playernpcs_equip` MODIFY COLUMN `type` INT(11) NOT NULL DEFAULT 0;
thank me if helped:rolleyes:
Re: BubblesDev PlayerNPCs Fix
Quote:
Originally Posted by
ongdeetz
execute this in your mysql
ALTER TABLE `odinms`.`playernpcs_equip` MODIFY COLUMN `type` INT(11) NOT NULL DEFAULT 0;
thank me if helped:rolleyes:
Stop bumping old thread,dude. :mad:
Re: BubblesDev PlayerNPCs Fix
Quote:
Originally Posted by
iTouchyou
Stop bumping old thread,dude. :mad:
Apparently, you haven't seen the post above his.
He's trying to help others.
Re: BubblesDev PlayerNPCs Fix
Quote:
Originally Posted by
whichboy
Apparently, you haven't seen the post above his.
He's trying to help others.
Then he should make a new thread. :cool: