-
Posts
833 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Start_
-
I used these minimum. https://github.com/kaninhot004/rathena/blob/39e1ac052d1e911d148cf56e3b5a0a45851a300d/src/map/battle.cpp#L704 You can set it to 10 or 100 and test.
-
Try go to data\luafiles514\lua files\datainfo\TB_Layer_Priority.lub and edit your costume layer priority. *Not sure it's correct file to edit or not.
-
For each skill damage in GvG, PvP, Normal, etc. Go to \doc\mapflags.txt And use skill_damage mapflag.
-
Yes, try research 'bonus_script' and use bonus2 bSkillCooldown,sk,t; Increases cooldown of skill sk by t milliseconds to adjust skill cooldown when enter specific maps.
-
Use bonus_script and add cooldown item bonuses.
-
Use barter shop system.
-
I cant disable PACKET_OBFUSCATION in new rathena
Start_ replied to Eross's question in General Support
20211103 should already set in \rathena\src\config\packets.hpp lines 16 If it wasn't, you may have to update your rAthena. -
I cant disable PACKET_OBFUSCATION in new rathena
Start_ replied to Eross's question in General Support
Maybe 0x0 mean not enabled. -
Go to '\conf\channels.conf' and adjust settings.
-
How to know mobid from dead mob spwan by monster?
Start_ replied to JHONDOMINIC's question in Scripting Support
In that case you can try create pre-made events like monster "prontera",150,160,"--ja--",[email protected]_id,1,"XXX::OnMonsterDead" + [email protected]_id; OnMonsterDead1002: end; And then you can know what monster you killed by command. -
For 4th classes -> Just use latest rAthena. They're already merge 4CrAM into rAthena. --- For guild emblem -> You need to research how to pull from other branch into your current branch. (Git) Example: git pull https://github.com/vstumpf/rathena.git feature/webservice After merged guild emblem -> You need to 1.) Import required .sql files for guild emblem. 2.) Config inter_athena for guild emblem. 3.) Config ExternalSettings_kr.lub for guild emblem. (See screenshot) 4.) For linux -> This is my used commands. (Execute it on server directory) (If anyone knew correct commands please post it.) ./configure --enable-web-service cmake -G"Unix Makefiles" -DALLOW_SAME_DIRECTORY=ON -DINSTALL_TO_SOURCE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo .. cmake -DENABLE_WEB_SERVER=ON make clean && make server 5.) For linux -> Added webserver to chmod chmod a+x login-server && chmod a+x char-server && chmod a+x map-server && chmod a+x web-server && chmod a+x athena-start ./athena-start start If it doesn't work please check out firewall and some other requirements from Secret's and vstumpf's.
-
That's each country data folder. You don't need to replace it to your data folder. Just use Chris data folder. Another point is mediafire link. That contain missing sprites and textures. (You don't need it if you only use kRO items in your server.)
-
Did you use atcommand outside item bonus script? (Maybe post whole related things here.) But try use it directly on item bonus script first.
-
No comma on that command. "@refine 4 +1"
-
If you using SQL item database, You need to convert YAML to SQL first because rAthena will not sync YAML database to SQL anymore. For how to do it 1.) Hit yaml2sql.bat 2.) Answer questions from program. 3.) After you got new .sql files just import it.
-
How to convert item_db.txt to item_db_equip.yml?
Start_ replied to Tdi123's question in General Support
You need to compile first (It should done when you compile server) Then run csv2yaml.bat -
Problems with Abyss Chaser & Shadow Cross
Start_ replied to konishiwa's question in Graphics Support
2021-11-17 work fine for me. Remember to pull latest commits from rAthena then clean and build project again. -
Change the name of Pointshop trading currency to more than one different
Start_ replied to driver's question in Scripting Support
I think about tricky way. You see [test] that send player name from server right? Just change it to send item name instead. (by source edit) Not sure just thinking. -
You can follow Divine Pride (Select Japanese server on top-right) Then browsing every item and follow their description. I don't know other way maybe if someone had jRO emulators?
-
It's already on video (Below game window)
-
2021-12-13 17-08-18.mp4 Work fine on my end.
-
Your way, it should work. (Just note on item info like "Please re-equip on different maps by effects information" or something else.) // Not sure un-equip -> Effect will not disappear if map is not the same or not but you can try haha.
-
\rathena\conf\battle\player.conf Change weight percent to 99 or 100