Jump to content
  • 0

tidak bisa login karna mapcache


ManokStreZ

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  121
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

selamat pagi rathena,

saya menggunakan vps centos 7 , install latest rathena disini

Quote

semua berjalan lancar tidak ada masalah, tapi begitu saya ubah dari RENEWAL ke PRE RENEWAL

server/src/config/renewal.hpp buka pake notepad++ secara manual ubah seperti dibawah

Spoiler

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef CONFIG_RENEWAL_HPP
#define CONFIG_RENEWAL_HPP

//quick option to disable all renewal option, used by ./configure
#define PRERE << sebelumnya // saya hilangin secara manual
#ifndef PRERE
/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/


/**
 * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
 **/

/// Game renewal server mode
/// (disable by commenting the line)
///
/// Leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal cast time
/// (disable by commenting the line)
///
/// Leave this line to enable renewal casting time algorithms and enable fixed cast bonuses.
/// See also default_fixed_castrate in conf/battle/skill.conf for default fixed cast time (default is 20%).
/// Cast time is altered be 2 portion, Variable Cast Time (VCT) and Fixed Cast Time (FCT).
/// By default FCT is 20% of VCT (some skills aren't)
/// - VCT is decreased by DEX * 2 + INT.
/// - FCT is NOT reduced by stats, reduced by equips or buffs.
/// Example:
///  On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT
//#define RENEWAL_CAST  << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal drop rate algorithms
/// (disable by commenting the line)
///
/// Leave this line to enable renewal item drop rate algorithms
/// While enabled a special modified based on the difference between the player and monster level is applied
/// Based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
//#define RENEWAL_DROP << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal exp rate algorithms
/// (disable by commenting the line)
///
/// Leave this line to enable renewal item exp rate algorithms
/// While enabled a special modified based on the difference between the player and monster level is applied
//#define RENEWAL_EXP << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal level modifier on damage
/// (disable by commenting the line)
///
// Leave this line to enable renewal base level modifier on skill damage (selected skills only)
//#define RENEWAL_LVDMG << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal ASPD [malufett]
/// (disable by commenting the line)
///
/// Leave this line to enable renewal ASPD
/// - shield penalty is applied
/// - AGI has a greater factor in ASPD increase
/// - there is a change in how skills/items give ASPD
/// - some skill/item ASPD bonuses won't stack
//#define RENEWAL_ASPD << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal stat calculations
/// (disable by commenting the line)
///
/// Leave this line to enable renewal calculation for increasing status/parameter points
//define RENEWAL_STAT << saya kasih tanda // secara manual untuk mengubah ke pre renewal 

#endif

#endif /* CONFIG_RENEWAL_HPP */
 

lalu saya configure menggunakan command melalui centos 7

Quote

langkah configure saya
1. ./configure --enable-packetver=20180620 

2. ./configure && make clean && make server

3. ./athena-start restart

setelah configure TIDAK ADA MASALAH/ERROR 

tapi SETELAH MELILIH KARAKTER muncul seperti ini

 

screenrAthena005.thumb.jpg.0abf65eef33a229ec50eae5b718eb78f.jpg

 

 

dan di putty muncul keterangan remove from maplist

234.jpg.a8c9641ad86f5cb5d7d9b672a3e1c4f4.jpg

and then i check using WeeMapCacheTools 

from HERE and HERE
its nothing. like i dont know how to describe it


can someone help my problem here ?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1533
  • Reputation:   236
  • Joined:  08/03/12
  • Last Seen:  

10 hours ago, ManokStreZ said:

selamat pagi rathena,

saya menggunakan vps centos 7 , install latest rathena disini

semua berjalan lancar tidak ada masalah, tapi begitu saya ubah dari RENEWAL ke PRE RENEWAL

server/src/config/renewal.hpp buka pake notepad++ secara manual ubah seperti dibawah

  Reveal hidden contents

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef CONFIG_RENEWAL_HPP
#define CONFIG_RENEWAL_HPP

//quick option to disable all renewal option, used by ./configure
#define PRERE << sebelumnya // saya hilangin secara manual
#ifndef PRERE
/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/


/**
 * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
 **/

/// Game renewal server mode
/// (disable by commenting the line)
///
/// Leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal cast time
/// (disable by commenting the line)
///
/// Leave this line to enable renewal casting time algorithms and enable fixed cast bonuses.
/// See also default_fixed_castrate in conf/battle/skill.conf for default fixed cast time (default is 20%).
/// Cast time is altered be 2 portion, Variable Cast Time (VCT) and Fixed Cast Time (FCT).
/// By default FCT is 20% of VCT (some skills aren't)
/// - VCT is decreased by DEX * 2 + INT.
/// - FCT is NOT reduced by stats, reduced by equips or buffs.
/// Example:
///  On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT
//#define RENEWAL_CAST  << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal drop rate algorithms
/// (disable by commenting the line)
///
/// Leave this line to enable renewal item drop rate algorithms
/// While enabled a special modified based on the difference between the player and monster level is applied
/// Based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
//#define RENEWAL_DROP << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal exp rate algorithms
/// (disable by commenting the line)
///
/// Leave this line to enable renewal item exp rate algorithms
/// While enabled a special modified based on the difference between the player and monster level is applied
//#define RENEWAL_EXP << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal level modifier on damage
/// (disable by commenting the line)
///
// Leave this line to enable renewal base level modifier on skill damage (selected skills only)
//#define RENEWAL_LVDMG << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal ASPD [malufett]
/// (disable by commenting the line)
///
/// Leave this line to enable renewal ASPD
/// - shield penalty is applied
/// - AGI has a greater factor in ASPD increase
/// - there is a change in how skills/items give ASPD
/// - some skill/item ASPD bonuses won't stack
//#define RENEWAL_ASPD << saya kasih tanda // secara manual untuk mengubah ke pre renewal

/// Renewal stat calculations
/// (disable by commenting the line)
///
/// Leave this line to enable renewal calculation for increasing status/parameter points
//define RENEWAL_STAT << saya kasih tanda // secara manual untuk mengubah ke pre renewal 

#endif

#endif /* CONFIG_RENEWAL_HPP */
 

lalu saya configure menggunakan command melalui centos 7

setelah configure TIDAK ADA MASALAH/ERROR 

tapi SETELAH MELILIH KARAKTER muncul seperti ini

 

screenrAthena005.thumb.jpg.0abf65eef33a229ec50eae5b718eb78f.jpg

 

 

dan di putty muncul keterangan remove from maplist

234.jpg.a8c9641ad86f5cb5d7d9b672a3e1c4f4.jpg

and then i check using WeeMapCacheTools 

from HERE and HERE
its nothing. like i dont know how to describe it


can someone help my problem here ?

You doesnt need to do the mapcache.

rAthena already have the mapcache file added as default. You can use WeeMapCache if you want to change any map cache or add new map cache.

You should check until the end of the log. map does not available means the map-server are not up yet.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

Quote

langkah configure saya
1. ./configure --enable-packetver=20180620 

2. ./configure && make clean && make server

3. ./athena-start restart

ini Kesalahan anda bro 
Step 1 anda sudah definis client version 
step 2 anda hilang kan otomatis ga mau konek hehe

acctualy ada cara cepet dari pada lewat tuh file ckup lewat ./configure semua ja

./configure --enable-epoll=yes --enable-prere=yes --enable-vip=yes  --enable-packetver=20180620 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1533
  • Reputation:   236
  • Joined:  08/03/12
  • Last Seen:  

hmm... sebenarnya.. edit sahaja client date dalam src/config/packets.h

 

kemudian :

./configure

make clean

make sql

make server.

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