Jump to content

pano po palitan ang max lvl


naser080291

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  08/09/13
  • Last Seen:  

pano po palitan ang max lvl..

gusto kong gawin max lvl 255 ang server ko pano po? any guides? ung sa RA wiki di ko po ma gets eh

Edited by naser080291
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  08/09/13
  • Last Seen:  

like i saaid i didnt understand what the wiki is telling

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   2
  • Joined:  08/10/12
  • Last Seen:  

by default 160 ang max level dito sa rA

para palitan yung max level

 

open mo yung 

 

/trunk/src/map/map.h
 

tulad ng sabi sa wiki

hanapin mo yung part na to

#define MAX_LEVEL 160

at gawin mong

#define MAX_LEVEL 255

or

#define MAX_LEVEL 1000 

just incase na maisip mo pang taasan yung max level.

 

and then recompile mo.

kung di mo alam kung panu mag recompile ng server,

nasa wiki din yung sagot, tulad ng pinakita sayu ni sir Mad Walker

 

una

dapat meron ka ng 

 

MS Visual C++ 2010 express edition
 

 

 

next

sa trunk folder mo makikita mo yung 

 

rAthena-10.sln
 

right click -> open ->visual c++ 2010 express edition

 

tapos may magopen na window ganito yung makikita mo

 

Compile-rathena_zps37dcb52f.png

 

click mo yung char server

then hold ctrl tpos click sa login at map server.

after mo mahighlight yung 3 ng sabay sabay right click rebuild.

 

antayin mo matapos at dapat success yung nasa baba nya.

 

after mo mag recompile punta ka nmn sa 

 

/trunk/db/re/job_exp.txt
 

gawin natin example yung sa job level ng novice

para maikli lang

 

//Job - Novice & Baby Novice
10,0:4023,1,4,10,18,28,40,91,151,205,268,340

10 - max job level

0:4023 - novice and baby novice class

1 - means job exp( if 0 nkasulat dito means base exp yun)

then succeeding numbers

 

4,10,18,28,40,91,151,205,268,340

 

exp requirement para mag level up yung job

 

since gusto mo baguhin yung max level e2 ang hanapin mo

 

//Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro
//Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)
160,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063 . . . .

change mo yung 160 at gawin mong 255

 

kung gusto mo din itaas yung job level eto naman hanapin mo

 

//Job - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro
50,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063 . . . . 

change mo yung 50 sa kung ilan mo gustong max job level ng 3rd class

 

 

tulad ng sinabi ni Mad Walker nasa wiki po yan. baka nalito kasa compile nung mabasa mo. :D 

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
Reply to this topic...

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