Looking How To Reload fixed files? I need help

justin3ryu

Heir
Customer
after fixing files, how to Reload Html, Skills, etc?

when i open //admin, and opened Reload Components, its not working
 
Lookup game server log if it actually reloads stuff, there’s also a config to reload htmls on the fly.
 
Lookup game server log if it actually reloads stuff, there’s also a config to reload htmls on the fly.
do i have to serverdown? How to do it? inside GM Panel, its not working. how did you do? i did inside GM Panel, but its not changed. when i change "words" and saved and Reload in GM panel, its not work at all
 
do i have to serverdown? How to do it? inside GM Panel, its not working. how did you do? i did inside GM Panel, but its not changed. when i change "words" and saved and Reload in GM panel, its not work at all
There’s no reload for HTML files you either enable on the fly reload in the server config or you restart server each time you make change.

Find HtmCacheMode set it to 0, restart the server and gyms will reload once saved.
 
do i have to serverdown? How to do it? inside GM Panel, its not working. how did you do? i did inside GM Panel, but its not changed. when i change "words" and saved and Reload in GM panel, its not work at all
in order to load htmls EVERY TIME you open them. (so there is no need for reload from gm panel)
gameserver/config/server.properties
set it 0 as in example below.
#-------------------------------------------------------------
# HTM Cache Configuration
#-------------------------------------------------------------
# 2 - all the dialogues are cached at server
# 1 - Dialogues cached as treatment
# 0 - caching is turn off (for testing only)
HtmCacheMode=0

There’s no reload for HTML
there is but i dont remember it
 
스킬 재로드를 위해:
테스트 캐릭터의 스킬을 삭제하고 다시 로드한 후 다시 배워야 합니다.
What if Admin Account? dosent matter? and Config,Html, Skils, all properties is restart the server after fix right?
 
There’s no reload for HTML files you either enable on the fly reload in the server config or you restart server each time you make change.

Find HtmCacheMode set it to 0, restart the server and gyms will reload once saved.
when fix the Config,Html, Skils, etc, all those fixed is restart the server right?
 
What if Admin Account? dosent matter? and Config,Html, Skils, all properties is restart the server after fix right?
config = ONLY AFTER SERVER RESTART.
skills = solution 1: server restart. Solution 2(faster): 1 edit skill, 2 //reload skill, 3 delete and learn the skill again, no matter if it is admin character or normal character.
html = HtmCacheMode=0 -> reload everytime automatically
 
config = ONLY AFTER SERVER RESTART.
skills = solution 1: server restart. Solution 2(faster): 1 edit skill, 2 //reload skill, 3 delete and learn the skill again, no matter if it is admin character or normal character.
html = HtmCacheMode=0 -> reload everytime automatically
 

Attachments

  • notfunctioning.webp
    notfunctioning.webp
    68.4 KB · Views: 11
config = ONLY AFTER SERVER RESTART.
skills = solution 1: server restart. Solution 2(faster): 1 edit skill, 2 //reload skill, 3 delete and learn the skill again, no matter if it is admin character or normal character.
html = HtmCacheMode=0 -> reload everytime automatically
Automatic hunting is on, but its not working.. im sorry for bother you
 
config = 서버를 다시 시작한 후에만.
스킬 = 해결 방법 1: 서버 재시작. 해결 방법 2(더 빠름): 1. 스킬 수정, 2. // 스킬 재로드, 3. 관리자 캐릭터든 일반 캐릭터든 스킬 삭제 후 다시 배우기.
html = HtmCacheMode=0 -> 매번 자동으로 다시 로드
and I dont know where is the function that I can give "premium" to player
 
Suprisingly you’re getting lots of love in this thread with what would be consider basics.

As @geoniz said. Put in time to read through configs and guides. These will answer 95% of your questions, once you read through these try and error method is a way to go. In order to do shit you need to figure out and at least try to understand how it works.
 
Back
Top