Jump to content
  • 0

DATABASE PROBLEM :(


Toddch

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/16/13
  • Last Seen:  

so i am doing a database with a rightfully guide and doing it properly and im adding a custom item for the game. but it was unexpected error, seems like im doing all of it properly, and when i already able to patch it to the games it shows in the game with X icon which is when i clicked it, it goes Error and exit the game....................... what am i doing wrong? my server use a 3Ceam emulator.. and i already asked lots of my friends about the database and they said it was already goes like the guide... but it still error  /wah  /sob 
thats the first problem

 


secondly,, 

  1. How to add MAX DAMAGE CAP for skills
  2. How to change MAX HEALTH for some monsters like Pori-Pori coz its too OP
  3. How to Change MAX DAMAGE for some monster like Pori-Pori coz its too OP

Please Please Please really im begging for help.. thankyou so much, god bless you all  /kis2 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

asura damage reduction...tried this ?

db/skill_damage_db.txt

 

for mob HP / attack...edit this

db/re/mob_db.txt

refer this

Custom_Mobs

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

You'll have to show us the steps you've made for the custom item.

 

1. DMG CAP, give us an example.

2. Max Health, mob_db.sql

3. Max Damage, mob_db.sql

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/16/13
  • Last Seen:  

You'll have to show us the steps you've made for the custom item.

 

1. DMG CAP, give us an example.

2. Max Health, mob_db.sql

3. Max Damage, mob_db.sql

For the custom item is fixed bro hehe  /no1

 

DMG CAP example is ashura strike, its 999999 damage, we want to cap it to 100k damage... 

 

max health and damage what to do with the .sql? thanks mate... /kis

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/16/13
  • Last Seen:  

asura damage reduction...tried this ?

db/skill_damage_db.txt

 

for mob HP / attack...edit this

db/re/mob_db.txt

refer this

Custom_Mobs

THANKS SO MUCH EMISTRY!!!  /kis  /kis  hihihi gbu

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

About skill_damage_db don't forget to enable the option in core.h

/// Uncomment to enable skills damage adjustments
/// By enabling this, db/skill_damage.txt and the skill_damage mapflag will adjust the
/// damage rate of specified skills.
//#define ADJUST_SKILL_DAMAGE
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  108
  • Reputation:   0
  • Joined:  08/01/12
  • Last Seen:  

db/skill_damage_db.txt

is not working i already adjust it but its failed..i test ASURA of champion and its normal...

 

here's my setting in skill_damage_db.txt

 

// Skill Damage Adjustment Database
//
// Structure of Database:
// SkillName,Caster,Map,Damage against Players{,Damage against Mobs{,Damage against Bosses{,Damage against Other}}}
//
// Caster: The groups for which the adjustment takes effect. (bitmask)
// 1 = Player
// 2 = Monster
// 4 = Pet
// 8 = Homunculus
// 16 = Mercenary
// 32 = Elemental
//
// Map:
// 1    - Normal (the maps that aren't classified as these maps below)
// 2    - PVP
// 4    - GVG
// 8    - Battlegrounds
// 16   - 'skill_damage' mapflag
// Restricted zones - they're configured by 'restricted <number>' mapflag
// 32   - Zone 1
// 64   - Zone 2
// 128  - Zone 3
// 256  - Zone 4
// 512  - Zone 5
// 1024 - Zone 6
// 2048 - Zone 7
//
// Notes:
//   Damage is a percentage between -100 and 100000.
//   Negative values decrease damage and positive values increase it (0 = no change).
//
// Examples:
// MC_MAMMONITE,1,1,50 // In normal maps, players deal +50% damage to other players with Mammonite.
 MO_EXTREMITYFIST,2,6,100000 // In PVP and GVG, players deal -50% (half) damage to other players with Asura Strike.
// AB_ADORAMUS,1,6,50,0,10,15 // In PVP and GVG, players deal +50% damage to other players, +0% to mobs, +10% to bosses, and +15% to other with Adoramus.
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...