-
Posts
382 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by GM Winter
-
-
5 hours ago, Dolphin86 said:
i have try that, dint work
what gcc version are installed in your linux / centos
-
5 hours ago, xVaan said:
hello is this already and episode 5 rathena em
-
27 minutes ago, BlazingSpear said:
it is already in latest version
can you send me the link or where to download it
-
On 2/27/2022 at 2:14 PM, NoWayHome said:
how to convert?
try this guide
-
hello can i ask a fresh copy of Episode 5 Juno Server Side thanks in Advance
-
9 hours ago, ztest255 said:
Pa state nalang po ng information na need nyo para po ma provide ko.
nacheck na po namin ung skill condition tsaka po skill_nocast_db.txt
Working sya sa woe sa koe lang hinde
hello sir posible po bang ma allow din sya sa KOE?
-
5 hours ago, Dolphin86 said:
hye guys i keep having this same error every time i try to compile with non root user on centos 7
core.cpp:35:4: error: #error "GCC versions older than GCC 5 are not officially s upported anymore" #error "GCC versions older than GCC 5 are not officially supported anymore"
i try to update my gcc but failed, can someone guide me on how to fix this?
type: gcc --version
if you install gcc version upper than 4.8 you need to type this:
type this :scl enable devtoolset-7 bash
the no 7 represent your gcc version it depends in what version you are using , you can check it by typing gcc --version
then
./configure
make clean
make server
-
On 2/16/2019 at 12:57 AM, sader1992 said:
Guild Storage & Guild Storage log npc
you need at least 55acdb9863382d8935d9df25e1462d5d1ebd7d54 or above
this npc let the players check the guild storage log
to access the guild storage log the player must have guild storage permission
-
Submitter
-
Submitted02/15/2019
-
Category
-
Video
-
Content Authorsader1992
can someone modify this script and add delete logs?
-
-
7 hours ago, mrfizi said:
Try this..
thank you sir
-
On 4/24/2019 at 2:55 AM, Mael said:
storage skill i think

Investigating in the discord of rAthena
I found the answer.
FIXED.
diff --git a/src/custom/defines_post.hpp b/src/custom/defines_post.hpp index 253b8cdbf..4c10c0623 100644 --- a/src/custom/defines_post.hpp +++ b/src/custom/defines_post.hpp @@ -9,6 +9,8 @@ * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ - +#ifdef OFFICIAL_GUILD_STORAGE +#undef OFFICIAL_GUILD_STORAGE +#endif #endif /* CONFIG_CUSTOM_DEFINES_POST_HPP */
thanks @Secrets
another solution is... "for pre-re"
db/pre-re/guild_skill_tree.yml
- Id: GD_GUILD_STORAGE MaxLevel: 5
what exactly you put sir on your
defines_post.hpp
-
hello i would like to request a guild storage npc since i cant use @gstorage or @guildstorage command thanks in advance
-
-
15 hours ago, Racaae said:
Storage now needs guild skill to open. Add in /db/pre-re/guild_skill_tree.yml
- Id: GD_GUILD_STORAGE MaxLevel: 5 Required: - Id: GD_EMERGENCYCALL Level: 1 - Id: GD_EXTENSION Level: 10 - Id: GD_SOULCOLD Level: 1 - Id: GD_HAWKEYES Level: 1Quote
Header:
Type: GUILD_SKILL_TREE_DB
Version: 1Body:
- Id: GD_APPROVAL
MaxLevel: 1- Id: GD_KAFRACONTRACT
MaxLevel: 1
Required:
- Id: GD_APPROVAL
Level: 1- Id: GD_GUARDRESEARCH
MaxLevel: 1
Required:
- Id: GD_APPROVAL
Level: 1- Id: GD_GUARDUP
MaxLevel: 3- Id: GD_EXTENSION
MaxLevel: 10- Id: GD_GLORYGUILD
MaxLevel: 0- Id: GD_LEADERSHIP
MaxLevel: 5- Id: GD_GLORYWOUNDS
MaxLevel: 5- Id: GD_SOULCOLD
MaxLevel: 5
Required:
- Id: GD_GLORYWOUNDS
Level: 1- Id: GD_HAWKEYES
MaxLevel: 5
Required:
- Id: GD_LEADERSHIP
Level: 1- Id: GD_BATTLEORDER
MaxLevel: 1
Required:
- Id: GD_APPROVAL
Level: 1
- Id: GD_EXTENSION
Level: 2- Id: GD_REGENERATION
MaxLevel: 3
Required:
- Id: GD_APPROVAL
Level: 1
- Id: GD_EXTENSION
Level: 5
- Id: GD_BATTLEORDER
Level: 1- Id: GD_RESTORE
MaxLevel: 1
Required:
- Id: GD_REGENERATION
Level: 1- Id: GD_EMERGENCYCALL
MaxLevel: 1
Required:
- Id: GD_APPROVAL
Level: 1
- Id: GD_GUARDRESEARCH
Level: 1
- Id: GD_EXTENSION
Level: 5
- Id: GD_BATTLEORDER
Level: 1
- Id: GD_REGENERATION
Level: 1- Id: GD_DEVELOPMENT
MaxLevel: 1
- Id: GD_GUILD_STORAGE
MaxLevel: 5
Required:
- Id: GD_EMERGENCYCALL
Level: 1
- Id: GD_EXTENSION
Level: 10
- Id: GD_SOULCOLD
Level: 1
- Id: GD_HAWKEYES
Level: 1
-
-
11 hours ago, impulses said:
It's complicated. Is it simply difficult?
its easy to configure you just need to read and understand the script in the side of mons id item requirements and rewards
-
1 hour ago, impulses said:
Hello, I'm a script beginner.
Simple [hunting daily] quest requests.
Example) Kill 30 hunting monsters Fabre, Hornet, Poring
Completion Reward - EXP 30000 jobEXP 30000
have a nice day thank youyou can set the reward here item zeny or exp QuestBoard.txt
-
On 2/20/2022 at 12:48 AM, EIysium said:
Change min_group_id_to_connect: -1 to 4
thank you
On 2/20/2022 at 5:04 AM, mrfizi said:You should read every comment in conf file. Read is the key for success.
// Minimum account group id required to connect to server.By the way @Elysium has answer your question. Just change it from -1 to 4 ..
Then restart your server.
thank you men and sorry for not reading it well
-
2 hours ago, Rynbef said:
@chadnessU can do it like u able to use unitwalk(GID,X, Y, strnpcinfo(3)+"::MobArrived01"); After spawning add this. Don't forget to store the GID of the mob at spawn. If the mob arrived the Event MobArrived01 will triggerd. U can add small randomize sleep to keep it randomly. So u have ur moving emperium with just Script changes.
For more clarity take a look at the "Monster/Poring Race"
Rynbef~
thanks ill try it later
-
8 hours ago, mrfizi said:
set your min_group_id_to_connect on conf/login_athena.conf
// Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1what will i change there when i want group 4 and 99 can login?
-
9 hours ago, BrahamsDesign said:
Error 500
can you post a screenshot
-
hello i would like to ask how to enable both id group 4 and id group 99 can login in the same time while the group id 0 cant login
example in maintenance only gm event and gm 99 can login in the server
Quote// Required account group id to connect to server.
// -1: disabled
// 0 or more: group id
group_id_to_connect: 99if i put 99 only group 99 can enter the server and if i put 4 only gm group 4 id can enter and the 99 cant enter i would like them to have an access into the server any suggestion or solution thanks in advance
-
-
1
-
-
Just now, Notorius said:
are you sure you have the right path ?
in your config.ini
try to remove "www"
from
Quoteto
Quoteand for your main.ini
from
Quotehttp://www.relax-ro.aserverhost.com/thor/data
to
Quotehttp://relax-ro.aserverhost.com/thor/data
you can also check the path try to paste this in your browser
config.ini: relax-ro.aserverhost.com/thor
main.ini relax-ro.aserverhost.com/thor/data
-
12 hours ago, Notorius said:
can you post your html folder screen shot




gcc version
in Linux Support
Posted
try this:
How To Install GCC on CentOS 7 | LinuxHostSupport
after that then this :
type: gcc --version
"if you install gcc version upper than 4.8 you need to type this:
type this :"
scl enable devtoolset-7 bash
the no 7 represent your gcc version it depends in what version you are using , you can check it by typing gcc --version
then
./configure
make clean
make server