Jump to content
  • 0

Mob Database at flux


Kariton Revolution

Question


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

hi everyone 

 

how i can change the custom no to yes ?? because i add Custom Elite Mob :) thankyou

post-467-0-80744400-1462507352_thumb.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   233
  • Joined:  07/24/13
  • Last Seen:  

hi everyone 

 

how i can change the custom no to yes ?? because i add Custom Elite Mob :) thankyou

attachicon.gifflux.png

Replace this monster from "mob_db_re" to "mob_db2_re".

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

is this what you  saying sir ? /heh

"REPLACE INTO `mob_db` VALUES " 

​"REPLACE INTO `mob_db` VALUES (1008,'PUPA','Pupa','Pupa',2,427,0,2,4,0,1,2,0,20,1,1,1,0,1,20,10,12,0,4,22,0x100,1000,1001,1,1,0,0,0,0,0,0,0,1010,80,915,5500,938,600,2102,2,935,1000,938,600,1002,200,0,0,0,0,4003,1);"

 

hi everyone 

 

how i can change the custom no to yes ?? because i add Custom Elite Mob :) thankyou

attachicon.gifflux.png

Replace this monster from "mob_db_re" to "mob_db2_re".

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   233
  • Joined:  07/24/13
  • Last Seen:  

 

is this what you  saying sir ? /heh

"REPLACE INTO `mob_db` VALUES " 

​"REPLACE INTO `mob_db` VALUES (1008,'PUPA','Pupa','Pupa',2,427,0,2,4,0,1,2,0,20,1,1,1,0,1,20,10,12,0,4,22,0x100,1000,1001,1,1,0,0,0,0,0,0,0,1010,80,915,5500,938,600,2102,2,935,1000,938,600,1002,200,0,0,0,0,4003,1);"

 

hi everyone 

 

how i can change the custom no to yes ?? because i add Custom Elite Mob :) thankyou

attachicon.gifflux.png

Replace this monster from "mob_db_re" to "mob_db2_re".

 

 

No-no  /??

 

Use this:

INSERT INTO `mob_db2_re`  SELECT * FROM `mob_db_re` WHERE `id` = '3000';DELETE FROM `mob_db_re` WHERE `id` = '3000';
Link to comment
Share on other sites

×
×
  • Create New...