-
Posts
40 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by SandroRios
-
Hello! Check this item: https://ratemyserver.net/index.php?page=item_db&item_id=668&ird=0 It's similar to what you want.
-
It does not have support to this client date yet. @Hyroshima @PsyzThis feature is still in development and not available in the release versions. Important: Since @Normynator is kinda busy with other important activities in his life the development of PaintInBlack is paused. You can still access its discord, keep updated and ask questions in there. I will let the project's discord link below. Correct me if i'm wrong, Normy!>.< Norm's projects discord: https://discord.gg/r3rvGXR
-
I guess it's the new Land Protector behavior. It did receive some changes after renewall. Update to the latest rAthena and use the option i've pushed at https://github.com/rathena/rathena/commit/58e82dc14978461268352c3db04a5965ad75d240 Just ignore me if you're not talking about it.
-
Hello! Have you tried running the Setup as administrator? Also, maybe you're using a broken build/version of Setup which is not compatible with your client. About the other issues, I can only recommend using latest version of NEMO.
-
Gypsy Skill Three (etc/3rd Tab) still disabled after soul linked. help
SandroRios replied to Hale's question in Source Support
Have you tried @allskills? Are you sure you have mastered Gypsy skills? It might be related to Luafiles issue... -
Gypsy Skill Three (etc/3rd Tab) still disabled after soul linked. help
SandroRios replied to Hale's question in Source Support
Hello! Please, instead of keep spamming "up" could you detail more about the issue? Are you using rAthena latest version? Did you make any custom source modification that could have impact on it? Did you consider trying with a non GM account? What client version are you using? Are you using Pre-renewal or Renewal? You need to provide every information about your problem so we can help you. -
Hello! You must provide more details so we can help. Did you check the skill conditions? (Target should be in the same party, have 10 or 15 levels difference between caster and user, etc) What other skills cannot be used? May you quick list all of them?
-
Hello everyone, A new Paint in Black update is here! New Version v19.8.30 is now available and can be found here: https://github.com/Normynator/PaintItBlack/releases/tag/v19.8.30 It includes the Discord Addon, a in-game guide for all PiB commands/features and some fixes. All the instructions can be found on the link above and on the @Normynator project channel on discord. Norm's projects discord: https://discord.gg/r3rvGXR If you need any support, please feel free to join the discord. We can support everyone more quickly in there. Best,
-
Not yet @mharkeke
-
In order to help @Normynator's project and those who need support, I've made a quick video guide to help you all with "Adding a custom logo" functionality. Also, a FAQ topic was created on discord and we will be adding guides so we can cover all the issues. Please, tell us if you have any question or issue. Norm's projects discord: https://discord.gg/r3rvGXR Adding custom logo guide.mp4
-
I might be mistaken but the job name translation is now hard coded in 2018+ clients instead of reading from a lua file. About the status icon and skills translations, it's possible to edit by editting lua files.
-
Hello, everyone. I kindly recommend everyone who is interested in PiB project to join @Normynator discord so you can get faster updates/feedback/support about the developments. Also, a Client Compatibility Request Channel is now created in there! We will be moving those requests/support from here to this channel in order to make it easier to @Normynator to support those client. If you would like a client date support, please feel free to suggest it in the discord channel; If it's already suggested by other user, kindly UPVOTE it and you will be already helping the client to be supported. Norm's projects discord: https://discord.gg/r3rvGXR Thanks!
-
Hello, loolp. It's recommended that you report the possibles issues registering a new issue into the rAthena github. Also, please get more details about those issues before doing so. Details like: Client date you are using, possible modifications that might cause the issues and how to reproduce each of them. It will makes way easier to the community to help with the solutions. Registering a new issue quick guide: Step 1: Open https://github.com/rathena/rathena/issues link. Step 2: Click in "New Issue" buttom and then fill the form. IMPORTANT: Read the instructions written in the description before overwritting it.
- 1 reply
-
- 1
-
-
O map-server mostra algum log de erro com o script?
-
Did you make any source modification ? It seems like you've made modifications and it's just to warn you that something is not okay. Also, read what the console is telling you. It's easy to see that something is not right on battle.c line 7632.
-
The emotion is related to the @NPC_EMOTION skill from monsters. Some of them use it when looting or chasing or even idle. Maybe if you comment the skill ( from mob_skill_db ) might solve your problem.
-
Hi there, Community. After a long time i decided to start a new Project on rathena and got trapped when installing and setting everything up. The server can be turned on manually ( executing char_server.bat, login_server.bat and map_server.bat ), but i got something i've never see when executing the Runserver.bat. So my question is: Did i make everything wrong or is it some bug that have to be fixed? Issue description: Runserver.bat is not running the login, char and map .server bat files properly. Occurring in the latest rathena version; Windows 10; When executing the runserver.bat images below.
-
In src > map > skill.hpp, search for MAX_SKILLUNITGROUP. It's set for 25 in the official release, which allow a player to land 25 skill units on the ground at the same time. If a 26th is casted, the last one landed will disappear. Since rAthena fixed the source issue related to it i guess it's fine. I can't double check if this is enough cause i'm not at home right now reply me later if not.
-
I solved my problem modifying the max ground skills unit at rAthena source. Since each meteor counts as an unit, you need to change the max unit limit for ground skills so it won't cap the meteors when you spam it.
-
About the value i'm using. As my server is a Golden times low rate with custom modifications and implementations, i've configured it to 35 meteor's falling at the same time since the cast in my server is not that fast so players aren't able to spam more than 5 meteor storm skill . If you intend to allow players to cast faster, you should look for a higher value, like 50 or even more. Just balance it according to your server info
-
Check out my post : You can see the comparisons i've made with rAthena and Hercules emulator. Some code lines may be diferente since the emulator's are not equal but you may be able to solve your problem as I did
-
I have experienced this "issue" before. Just check the max floor cells range for the meteor storm skill. Normally it's 30, so if more than 30 meteor's are landed, next meteor's will start to cancel previously one's and then you have no damage at all. So, just increase the range and you'll be fine.
-
Hi there. I apologize in advance if it isn't the right place to post it. My question is about the interface in cliente 2015. I will be posting a screenshot so you guys can see and I would like to know how can i solve this. Is it a cliente problem related or I can edit it? If so, how can I do that? Thanks in advance . Solved: It's the msgstringtable.txt inside grf. Mine was outdated.
-
So, i did check every single code line you sent me and they are all fine. everything exactly how you sent me and still having this problem. Should i delete my rAthena server and build it again? I really do not understand why it's happening =(
-
Yeah, according to my MAX_SKILLTIMERSKILL it should work well but it's not; How can i set up my client to shows UNT_DUMMYSKILL? Just tell me exactly what code you just want and i'll show you. I built that rAthena server this year with the latest git version.Is it possible to it to have an older implementation of that skill? D: