-
Posts
1,085 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Chaos92
-
Clarification on Mapflag Restricted items on PVP maps
Chaos92 replied to AinsLord's question in Scripting Support
Have u tried remove your mapflag restricted in your script ? its already added in restricted.txt right ? -
rathena are now using yml for itemdb
-
Regarding auto close when entering the server
Chaos92 replied to DairyPresto's question in Client-side Support
theres a lot to guess. Maybe your client files issues, or map issues, or job sprite issues, etc. -
for GM Sprite, its client side, not server side. Server side = GM commands, configuration, etc.
-
I dont know if this one is correct but you can try download and try.
-
Maybe that account ID are exist in sclientinfo.xml or clientinfo.xml Make sure only GM account that you want to have GM Sprite are there and delete all unrelated accounts id there.
-
Are you sure you're using latest rathena ? Because if im not mistaken I saw the update for the bonus before after that PR.
-
Im just curious. Jailed, do you mean you want them to be unjailed later on (with their item also) ? Or else just ban them ? Try to suggest in rAthena github : https://github.com/rathena/rathena/issues
-
Changing the number of card an item can equip
Chaos92 replied to umbraqueen's question in Client-side Support
if u mean the slot in client, its from iteminfo.lua. Make sure you're client reading the correct files. If the names of iteminfo is iteminfo.lua, then edit iteminfo.lua. if iteminfo_EN.lua, then iteminfo_EN.lua. I dont know which files your client are reading so depends on your setup when your hex/patch your client. -
use commands in that item script for example @job, @jlvl and @blvl.
-
created accounts should be in 'login' table. TBH I dont think your issue because of your current database are not updated. But if you're asking on how, you can use the folder sql-files/upgrades/ and run the SQL query needed. If you want to update your rathena folder, you can use git pull origin master if you're using github before and fix all conflicts file (if any). backup rathena folder and database just incase, before git pull.
-
CNProtectGameGuardMgr::CreateInstance() error
Chaos92 replied to chiCHI's question in Client-side Support
Hello, I think you failed if you're using 4144 nemo patcher for this client 20151104. Disable game guard will be unsuccessful. If thats your case, Try to use old Nemo https://github.com/Neo-Mind/NEMO -
resource file loading fail error / other players encounter it others not
Chaos92 replied to AinsLord's question in Client-side Support
why novice suit ? which one ? U might get error too if you're using equipments/weapons that didnt exist in job sprites. For example, equipping balmung at acolyte, or bow at priest, etc. -
https://mega.nz/file/FZ5mmJ5R#am0_pD6dxtWBeibBhv0ugVzT4DpgmUNr49gOYjq4cys
-
I saw it in data.grf
-
Finger Offensive: only one sphere used
Chaos92 replied to mohamedgood's question in Database Support
ive told that above, Change SpiritSphereCost: 1 to 5 if you want the skill to cost 5 spirit sphere. Renewal Thank you, the problem has been solved -
Finger Offensive: only one sphere used
Chaos92 replied to mohamedgood's question in Database Support
Renewal ? in pre-renewal , yes it cost 5 for level 5 but in renewal it cost 1. if you want to change it to 5 : db/re/skill_db.yml - Id: 267 Name: MO_FINGEROFFENSIVE Description: Throw Spirit Sphere MaxLevel: 5 Type: Weapon TargetType: Attack Flags: TargetTrap: true Range: 9 Hit: Multi_Hit HitCount: - Level: 1 Count: 1 - Level: 2 Count: 2 - Level: 3 Count: 3 - Level: 4 Count: 4 - Level: 5 Count: 5 Element: Weapon CopyFlags: Skill: Plagiarism: true Reproduce: true CastTime: 500 AfterCastActDelay: 500 AfterCastWalkDelay: - Level: 2 Time: 200 - Level: 3 Time: 400 - Level: 4 Time: 600 - Level: 5 Time: 800 FixedCastTime: 500 Requires: SpCost: - Level: 1 Amount: 12 - Level: 2 Amount: 16 - Level: 3 Amount: 20 - Level: 4 Amount: 24 - Level: 5 Amount: 28 SpiritSphereCost: 1 Change SpiritSphereCost: 1 to 5 -
Web Flux & Vote For Points - Time is not matching
Chaos92 replied to Foob's question in Third Party Support
You can set your php timezone in php.ini file in your web hosting. date.timezone = "Asia/Singapore" If VPS, you can try follow this : https://hostingmalaya.com/cara-menukar-timezone-vps-atau-server-linux. -
.conf ? do you mean .yml ? or are you asking about another emulator ?
-
Change client from 20200520 to 20180620
Chaos92 replied to SteelEdition's question in Client-side Support
check your IP in sclientinfo.xml. Make sure your server can be accessed with/without using gepard (to make sure all diffed/patch are correct). -
Change client from 20200520 to 20180620
Chaos92 replied to SteelEdition's question in Client-side Support
Make sure you already recompiled/rebuild your src after changing anything in src folder. -
Only one single item is displayed in Cash Shop
Chaos92 replied to darling fajardo's question in General Support
iteminfo.lua. check that file. your custom item are not inside that file. Thats why it shown unknown item. -
Only one single item is displayed in Cash Shop
Chaos92 replied to darling fajardo's question in General Support
try @item that unknown item, is it exist and have description in your server then ? Most probably iteminfo are not added. -
Secret already archived the repo. You can use this PR : https://github.com/rathena/rathena/pull/5731
- 1 reply
-
- 1
-
-
2019-06-05fRagexe skill window crash
Chaos92 replied to Draundenth's question in Client-side Support
Inside your GRF. data folder inside your GRF.