Jump to content
  • 0

como colocar custons itens no Banco dados


alissrk

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/12/16
  • Last Seen:  

{
Id: 31000
AegisName: "aura_de_marin"
Name: "Aura_de_marin"
Type: 5
Buy: 10
Sell: 10
Weight: 10
Slots: 4
Job: 0x04564665
Upper: 7
Gender: 2
Loc: 512
EquipLv: 1
View: 2000
Script: <" bonus bAllStats,40; ">
},
)
 
REPLACE INTO item_db VALUES(31000,'aura_de_marin','Aura_de_marin',5,10,10,10,NULL,NULL,NULL,NULL,4,7,2,512,NULL,1,NULL,NULL,2000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,' bonus bAllStats,40; ','','');
 
Erro

Mensagens do MySQL : dot.gif

#1136 - Contagem de colunas não confere com a contagem de valores na linha 1

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

 

{
Id: 31000
AegisName: "aura_de_marin"
Name: "Aura_de_marin"
Type: 5
Buy: 10
Sell: 10
Weight: 10
Slots: 4
Job: 0x04564665
Upper: 7
Gender: 2
Loc: 512
EquipLv: 1
View: 2000
Script: <" bonus bAllStats,40; ">
},
)
 
REPLACE INTO item_db VALUES(31000,'aura_de_marin','Aura_de_marin',5,10,10,10,NULL,NULL,NULL,NULL,4,7,2,512,NULL,1,NULL,NULL,2000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,' bonus bAllStats,40; ','','');
 
Erro

Mensagens do MySQL : dot.gif

#1136 - Contagem de colunas não confere com a contagem de valores na linha 1

 

 

more lost than the other.

You shows an example of DB Hercules.

 

 

1zdupn6.jpg

 

1zdupn6.jpg

 

 

You have presented a model of brathena ...

 

 

Use:

 

// Items Database
//
// Structure of Database:
// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

exemp:

501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; },{},{}
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

Please post in English and perhaps in Hercules forum.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  06/12/16
  • Last Seen:  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...