Jump to content
  • 0

commands configuration


Question

Posted

hello. someone? help me on commands because this is my first time in rathena, too different from eathena and its strange for me.

i just want to know how to set commands like @job ,@skillall etc . and also how to use all commands using normal player ( "0" ) "@"symbol but i disable "#" sorry for "childish question". thanks..

6 answers to this question

Recommended Posts

Posted

i already configure this i just misunderstood. but btw thanks for your answer

one more. you know where to fix max. stat? for example i want to make them 32767 for my other server. can you give me directory for that

Posted

conf/battle/player.conf

// Max limit of char stats. (agi, str, etc.)
max_parameter: 99
// Same as max_parameter, but for 3rd classes.
max_third_parameter: 120
// Same as max_parameter, but for baby classes.
max_baby_parameter: 80
// Same as max_parameter, but for baby 3rd's.
max_baby_third_parameter: 108

Posted (edited)

sir i change it to 10000 and i still have a cast. how to cancel this casting time and delay? i mean is their another directory for that? sorry for bothering you again.

Edited by naaaan
Posted

sir i change it to 10000 and i still have a cast. how to cancel this casting time and delay? i mean is their another directory for that? sorry for bothering you again.

Just to really clarify.. this:

conf/battle/player.conf

// Max limit of char stats. (agi, str, etc.)
max_parameter: 99
// Same as max_parameter, but for 3rd classes.
max_third_parameter: 120
// Same as max_parameter, but for baby classes.
max_baby_parameter: 80
// Same as max_parameter, but for baby 3rd's.
max_baby_third_parameter: 108

is your max stats for players.. as in, if you set it to 100, they can only reach 100 str, etc. o_O. If you set it to 10,000.. you're making their max stat reach 10k. o_o

For your casting, head to: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/skill.conf


// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
casting_rate: 100

// Delay time after casting (Note 2)
delay_rate: 100

// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: no
delay_dependon_agi: no

// Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
// Note: Setting this to anything above 0 can stop speedhacks.
min_skill_delay_limit: 100

Also, if you're set in Renewal Mode, keep in mind with this: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h

/// renewal cast time
/// (disable by commenting the line)
///
/// leave this line to enable renewal casting time algorithms
/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
/// example:
///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
///  "fixed cast time" which can only be reduced by specialist items and skills
#define RENEWAL_CAST

Renewal casting is a lot different than Pre-Renewal.

  • Upvote 1
Posted

its only for my personal offline server so i can test anything like adding kafras ,custom maps,event and etc(of course make a test first). i need this before i make an action on my real server. so i will not ruined anything. /no1

okay thanks for helping me, i want to learn anything, and i want evrything also./no1

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...