Jump to content
  • 0

About Client side


musikyru

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

guys can you help me about my prob on client.

1. How to show the job name above on client?

im currently used 2011-11-16 client every time i use @job 4001-4087

my job name above on my client will not show the name ist this is bug?

what is compatible client for latest rAthena svn.?

im using Calcium kid data folder and ClientSide - Revision 228.or what is the prefer to use on data folder and client and packet_db thats compatible for rAthena svn latest.?

anyone can share or give me a link please?

2. how to disable all 3rd job skill on a certain map.like my custom pvp map?

i want to implement 3rd job sprite on my pvp but disable the 3rdjob skill.

if they enter on that map the skill of 3rd job will passive or not clickable.is this posible?

ist better to follow the mapflag on trunk/db/skill_nocast_db. am i right?

// Example:

// 8,6 = Endure cannot be used in PvP and GvG maps (2+4)

3. and about status i use 255/120 blvl and jlvl but my stat points is low how to fix this

unlike before i can put some stat but now i dnt even put on 2full stat.

anyone can help me about my problem.IDK if this all are bug?

thnx in advance hope to have an support about this topic..

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   5
  • Joined:  06/25/12
  • Last Seen:  

1. Your kRO folder probably doesn't have the proper LUA files for the client. I'd personally recommend 2011-03-15. Haven't got any problems with it using the latest SVN.

2. Yes, you are right. You can flag certain skills in db\re\skill_nocast_db.txt

3. You can comment #define RENEWAL in src\config\renewal.h or change

src\map\pc.c

sp += (low < 100) ? (2 + (low - 1) / 10) : (16 + 4 * ((low - 100) / 5));

to

sp += ( 1 + (low + 9) / 10 );

Save and recompile.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

sir where i can find all the latest client like what you said the "2011-03-15"..

and can you please make it clear what do you mean on 3rd question.??

im noobs on rA mod.please if you dnt mind..

thnx sir for helping me..

thnx in advance more power!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   5
  • Joined:  06/25/12
  • Last Seen:  

Latest LUA files

http://svn6.assembla...ject/lua files/

2011-03-15aRagexeRE.exe

http://supportmii.co...15aRagexeRE.exe

Just look for the file renewal.h in rAthena\src\config then open the file with Visual C++.

/// game renewal server mode
/// (disable by commenting the line)
///
/// leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL

Comment #define RENEWAL

/// game renewal server mode
/// (disable by commenting the line)
///
/// leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL

Don't forget to save and recompile.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

sir why i dnt have job name of any job starting on 4001-4112.. i use the

i use this data folder

and lua files

and i got my client "2011-03-15" here client

and also my packet_db "2011-03-15" Packet_db

all my file is updated why my jobname would not show.

idk if this is error..i also try the folder Alexandria but i got same error.

View screenshot below..

PLEASE HELP ME SIR..

thnx in advance.

post-1237-0-42586800-1342937665_thumb.jpg

post-1237-0-46708700-1342937689_thumb.jpg

post-1237-0-83580300-1342937796_thumb.jpg

post-1237-0-09781800-1342937822_thumb.jpg

post-1237-0-52245400-1342937847_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

Bump!

anyone know about my problem.? /ic

TY in advance.. /kis2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

try a view id of 5000, larger view id overwrites it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

THNX SIR JUDAS for fast reply of my thread..

ill beep you later if its working.

any suggestion or comment on my prob.above on first topic.?

becouse every time i comment on define RENEWAL i got error when i recompile the svn..

ist i need to comment all the src\config\renewal.h??

ANYONE?

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