Jump to content
  • 0

Aura not showing up after lvl 99


rioaje

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  01/01/16
  • Last Seen:  

Hello.

as the title said. i can't make the aura work after lvl 99, max level are 255

i already modified conf\battle\client.conf to

// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: 99

// Level required to display an aura.
// NOTE: This assumes that sending max_lv to the client will display the aura.
// NOTE: aura_lv must not be less than max_lv.
// Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
//          will be sent as being all level 98, and only characters with level
//          150 or more will be reported as having level 99 and show an aura.
aura_lv: 255

// Units types affected by max_lv and aura_lv settings. (Note 3)
// Note: If an unit type, which normally does not show an aura, is
//       set it will obtain an aura when it meets the level requirement.
// Default: 0 (none)
client_limit_unit_lv: 1

and i also already modified db\re\job_exp.txt, db\pre-re\job_exp.txt, src\map\battle.c and src\map\map.h

map.h
#define MAX_LEVEL 255

battle.c
{ "aura_lv",                            &battle_config.aura_lv,                         255,     0,      INT_MAX,        },



i'm using 2015-11-04aRagexe from this threads https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-pack-2017-make-your-ro-server-in-less-then-5-minutes/

for client im using Official kRO Client (Last Update 2017-07-05)

 

Thank you for your time.

Edited by rioaje
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  249
  • Reputation:   72
  • Joined:  10/20/12
  • Last Seen:  

You need to patch your client to specify the aura level. Afaik this aura_lv setting is deprecated.

Maybe you'll find the diff in Secret's fork of nemo: https://github.com/secretdataz/NEMO

Not sure if it's in there :/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  01/01/16
  • Last Seen:  

4 hours ago, Jey said:

You need to patch your client to specify the aura level. Afaik this aura_lv setting is deprecated.

Maybe you'll find the diff in Secret's fork of nemo: https://github.com/secretdataz/NEMO

Not sure if it's in there :/

there's Use Custom Aura Limits, but make client crashes when load to map

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

On 9/20/2017 at 1:09 AM, rioaje said:

there's Use Custom Aura Limits, but make client crashes when load to map

yes newer client crash if you Use "Custom Aura Limits"

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

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