Jump to content
  • 0

Help Minus def


Kaito Kid

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

I got the new problems

My (baby) char have a minus def

I was already edit battle.c & conf and make it 250

but nothing happend... still got minus def

what i should edited next??

thanks /heh

screenbabyro004.jpg

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   15
  • Joined:  12/25/11
  • Last Seen:  

A.) What did you edit? Please post the code snippets.

B.) Does your server run in Renewal Mode (#define REMODE 1 or #define REMODE 0)?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

A.) What did you edit? Please post the code snippets.

B.) Does your server run in Renewal Mode (#define REMODE 1 or #define REMODE 0)?

Becouse this conf not working

// Max armor def/mdef
// NOTE: does not affects skills and status effects like Mental Strength
// If weapon_defense_type is non-zero, it won't apply to max def.
// If magic_defense_type is non-zero, it won't apply to max mdef.
max_def: 250

I did some modify on battle.c

{ "pc_status_def_rate",;battle_config.pc_sc_def_rate, 100, 0, 250, },
{"max_def", ;battle_config.max_def, 99, 0, 250, },
and:
void battle_adjust_conf()
{
battle_config.monster_max_aspd = 2000 - battle_config.monster_max_aspd*10;
battle_config.max_aspd = 2000 - battle_config.max_aspd*10;
battle_config.max_walk_speed = 100*DEFAULT_WALK_SPEED/battle_config.max_walk_speed;
battle_config.max_cart_weight *= 10;
if(battle_config.max_def > 250 && !battle_config.weapon_defense_type) // added by [skotlex]
battle_config.max_def = 250
;

Did i do something wrongs?? /$

B.) Does your server run in Renewal Mode (#define REMODE 1 or #define REMODE 0)?

What u mean... sorry.. i am newbies at scripting /heh

Edited by Kaito Kid
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

// Max armor def/mdef
// NOTE: does not affects skills and status effects like Mental Strength
// If weapon_defense_type is non-zero, it won't apply to max def.
// If magic_defense_type is non-zero, it won't apply to max mdef.
max_def: 250

This setting only defines what the MAX DEFENSE is not the starting defense. This means that the player's combination of items/cards/buffs will not add defense past 250.

You're using the setting wrong.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

// Max armor def/mdef
// NOTE: does not affects skills and status effects like Mental Strength
// If weapon_defense_type is non-zero, it won't apply to max def.
// If magic_defense_type is non-zero, it won't apply to max mdef.
max_def: 250

This setting only defines what the MAX DEFENSE is not the starting defense. This means that the player's combination of items/cards/buffs will not add defense past 250.

You're using the setting wrong.

Sorry /$

I really dont know.... since eathena.ws down... i dont get any clue to modify the starting defense...

please tell me how /heh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   7
  • Joined:  11/15/11
  • Last Seen:  

just use rAthena emulator /heh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

just use rAthena emulator /heh

I already search use keyword rAthena emulator

always got broken link.... any clue??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   7
  • Joined:  11/15/11
  • Last Seen:  

use Tortoise SVN to checkout /heh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

just use rAthena emulator /heh

I already search use keyword rAthena emulator

always got broken link.... any clue??

WTFH

your @ rAthena Board

checkout this via SVN Client: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/

Link to comment
Share on other sites


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

just use rAthena emulator /heh

I already search use keyword rAthena emulator

always got broken link.... any clue??

here ???

NfH3S.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

just use rAthena emulator :(

I already search use keyword rAthena emulator

always got broken link.... any clue??

here ???

NfH3S.png

Thanks emistry..... but i should change it all into that??? cant change it manually??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

try to download or checkout rathena

remove eAthena already and backup your database

after doing those

checkout rAthena

and configure it

configures are same like eAthena

Packets

Packet Version

IPs

SQL Connection

same like eA

wiki has a guide for it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

solved....

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...