-
Posts
292 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Jhedzkie
-
Question||Script column maximum text||possible to increase or not
Jhedzkie replied to AinsLord's question in Source Support
yeah. more than 1000 characters. write a function containing your bonus script. call it on your item. won't take you 1000 characters. function script F_MyItemBonus { // all your 1000+ lines of bonus. } /** * and on your item **/ 99999,My_Item,My Item,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_MyItemBonus"; },{},{} I don't see any reason why you can't just use this. -
Question||Script column maximum text||possible to increase or not
Jhedzkie replied to AinsLord's question in Source Support
do you absolutely need to increase the maximum text of the script colum? or do you just want to create a function and call it on your itemdb script? -
[PACKETVER 20180620] Client Release 2018-06-20eRagexeRE
Jhedzkie replied to MathReaper's topic in Client Releases
Can anybody answer this? I'm also having this problem. -
Thanks a bunch. Worked like a charm.
-
Seems to be it, but it disappears after some time. Ideally, what I would like is a permanent one. And sorry for posting it on the incorrect forum earlier. No. No need to diplay on chatbox.
-
Can anybody tell me how to achieve the text above the NPC? Similar to the image below. Not sure if this is client side. I just made the assumption since signboardlist is a similar feature and it's clientside.
-
bonus bAtkRate,n; bonus atk shows in alt+a section
Jhedzkie replied to molecules's question in Source Requests
Short answer, I don't think there's any way you can do that. I know it by experience, because I tried. As far as I know, the values displayed in the status window is fixed. You can only modify what's there, but you can't add a separate value to display there. (except maybe when you hex your client). -
VIP/Premium ICON status [Is this possible?]
Jhedzkie replied to funtwocrasher's question in Source Requests
It's quite easy, really. You just need to have some skills in pixel art as you create your own status icon. On src side, there's already a guide. You just need to do some reading on it. -
[Suggestion/Request] Random Option Database
Jhedzkie replied to llchrisll's question in Source Requests
I actually already dropped my project with this implementation and went with what rA currently offers with regards randomoptions. So, I'm afraid I cannot help you here. It's been a while too. I might've already already lost the patches that I made before for this specific mod. -
Did you click/select the horn of hilsrion item in the refining window? You still need to click the requisite item to perform the refining just as in @openrefine.
-
Exactly what I need. Thanks for the help.
-
I'm trying to create a script for an mob event. Ex. When a player kills a special monster, it will trigger a buff that will affect all players in the map. Is it doable? Just a hint would suffice. I can most probably deal with the rest. Thanks in advance.
-
How to edit the Apple of Idun skil server 255/70
Jhedzkie replied to Geralt's question in Source Requests
Did you recompile after changing the src? -
Those .c files are missing because we moved from .c/.h to .cpp/.hpp. Code's pretty much the same tho. Are you using an outdated version of rathena? It might be a good time to upgrade. If its the other way around (you are using latest/newer rathena but applying older patches), you need to understand the new src structure. There are a bunch of stuff that looks the same but they aren't. If you really want to apply that patch, and can't currently do it yourself, you need someone to upgrade those patches for you. Better, if you learn it yourself. Might take more time but all worth it.
-
Wiki Entry for Adding New Statuses needs to be updated.
Jhedzkie posted a question in General Support
https://github.com/rathena/rathena/wiki/Adding_new_statuses Tried to follow it, and it says Open but doesn't tell which file to open. Hope somebody updates this entry. -
Release: ALL monster drop item with Random Option
Jhedzkie replied to nutminemz's topic in Source Releases
Yes. -
As this is a paid release, you'll have to purchase it.
-
Is there anybody here who can come up with a VS Code extension for rA scripting? I mean, we had the plugin for notepad++. I'm just wandering if we can have one for VS Code.
-
This is exactly why I told you to do it manually, line by line, instead of just applying the git refine patch.
-
First, you need an updated / compatible server files. Navigate to https://github.com/rathena/rathena/pull/2494 Click the Files Changed tab. Manually modify your files one-by-one based on the changes as shown in the Files Changed tab. Recompile. Those steps worked for me and I am now experimenting with the new refine UI. TIP: It is good practice to have a working copy of your server files on your PC so you can test stuff first before you commit/upload it to your working server. This always worked for me and might work for you as well.
-
Release: ALL monster drop item with Random Option
Jhedzkie replied to nutminemz's topic in Source Releases
How did you figure that out? Did you try on all droppable armor and weapon? -
[Suggestion/Request] Random Option Database
Jhedzkie replied to llchrisll's question in Source Requests
Yep. That's really a problem when you do it via scripting. That's why this proposal is more geared towards modifying the source. I have successfully implemented it with my trunk but I am currently getting issues when using @reloaditemdb and it crashes the map server. Other than that, the way the item is being dropped by mobs with random options based on what I have explained above, works; Including the randomized values. It's following the structure below. // <randopt_groupid>,<rate>,<randopt_id1>,<randopt_value_min1>,<randopt_value_max1>,{<randopt_id2>,<randopt_value_min2>,<randopt_value_max2>,...} I am still looking for that hitch that crashes the map server everytime I @reloaditemdb. -
For a number of times this question has been asked. How do you implement the new cart sprites in pre-renewal mode. Modified said values to be > 90. Tried everything, even resorted to removing the checks for NEW_CARTS just to be really sure. Recompiled countless times. And still nothing happens. Can somebody answer this question once and for all? Thanks. EDIT: As I am experimenting, I tried to change my setup from 99/70 to 255/120 by changing MAX_LEVEL values. And as I tried it out, new carts became available And please, dont tell me I forgot or I do not know how to recompile. I wouldn't be able to set MAX_LEVEL to 255 without recompiling. Alright? . . . So. Is there anywhere else I have to edit to remove the level requirements for NEW_CARTS? Or does this have something to do with the client itself? Please enlighten me. Thanks. EDIT 2: Yep. Can Confirm. I settled with this and just modified job_exp.txt to limit level to 99 while supporting up to 255. With the piece of code above, it still just shows up to 5 carts at level 99. I already did a clean and build (deleting also other build stuff .pdb/.ilk in the trunk folder before doing the compile. It still does nothing. Makes me believe that it has something to do with the client itself. I am using 2015-11-04aRagexe.exe. I am not 100% sure about this but since source should be working without a hitch, it does not. I am ultimately out of options now. Any help would be appreciated.
-
[Suggestion/Request] Random Option Database
Jhedzkie replied to llchrisll's question in Source Requests
Well, that was exactly what I am talking about. Having to have 3 separate files for combinations just for a specific slot is totally inefficient. And taking note of what Nitrous said on one post... The structure of your database should be something like... // <randopt_groupid>,<slot>,<rate>,<randopt_id1>,<randopt_value_min1>,<randopt_value_max1>,{<randopt_id2>,<randopt_value_min2>,<randopt_value_max2>,...} I intentionally removed the <param> field as to have a cleaner implementation, while taking note of the need to have said field in the structure. Thus making your whole file just one line each group. Slot 1 RDMOPTG_ViciousMind_Weapon,1,1,RDMOPT_VAR_STRAMOUNT,1,10,RDMOPT_VAR_AGIAMOUNT,1,10,RDMOPT_VAR_VITAMOUNT,1,10,RDMOPT_VAR_INTAMOUNT,1,10,RDMOPT_VAR_DEXAMOUNT,1,10,RDMOPT_VAR_LUKAMOUNT,1,10,RDMOPT_VAR_ATTPOWER,4,47,RDMOPT_VAR_CRITICALSUCCESSVALUE,10,19,RDMOPT_DAMAGE_CRI_TARGET,1,20,RDMOPT_VAR_PLUSASPDPERCENT,1,5,RDMOPT_DEC_SPELL_CAST_TIME,1,20,RDMOPT_DEC_SPELL_DELAY_TIME,5,20 RDMOPTG_ViciousMind_MWeapon,1,1,RDMOPT_VAR_STRAMOUNT,1,10,RDMOPT_VAR_AGIAMOUNT,1,10,RDMOPT_VAR_VITAMOUNT,1,10,RDMOPT_VAR_INTAMOUNT,1,10,RDMOPT_VAR_DEXAMOUNT,1,10,RDMOPT_VAR_LUKAMOUNT,1,10,RDMOPT_VAR_ATTMPOWER,4,47,RDMOPT_DEC_SPELL_CAST_TIME,1,20,RDMOPT_DEC_SPELL_DELAY_TIME,5,20 Slot 2 RDMOPTG_ViciousMind_Weapon,2,1,RDMOPT_VAR_STRAMOUNT,1,10,RDMOPT_VAR_AGIAMOUNT,1,10,RDMOPT_VAR_VITAMOUNT,1,10,RDMOPT_VAR_INTAMOUNT,1,10,RDMOPT_VAR_DEXAMOUNT,1,10,RDMOPT_VAR_LUKAMOUNT,1,10,RDMOPT_VAR_ATTPOWER,4,47,RDMOPT_VAR_CRITICALSUCCESSVALUE,10,19,RDMOPT_DAMAGE_CRI_TARGET,1,20,RDMOPT_VAR_PLUSASPDPERCENT,1,5,RDMOPT_DEC_SPELL_CAST_TIME,1,20,RDMOPT_DEC_SPELL_DELAY_TIME,5,20 RDMOPTG_ViciousMind_MWeapon,2,1,RDMOPT_VAR_STRAMOUNT,1,10,RDMOPT_VAR_AGIAMOUNT,1,10,RDMOPT_VAR_VITAMOUNT,1,10,RDMOPT_VAR_INTAMOUNT,1,10,RDMOPT_VAR_DEXAMOUNT,1,10,RDMOPT_VAR_LUKAMOUNT,1,10,RDMOPT_VAR_ATTMPOWER,4,47,RDMOPT_DEC_SPELL_CAST_TIME,1,20,RDMOPT_DEC_SPELL_DELAY_TIME,5,20 ....and so on. While this is not really to my taste as I have my own implementation of this randomoption feature, I have tried and tested this structure and I have no problems so far. I think the devs wouldn't mind looking at this solution and come up with a more robust way for us to define random options moving forward. -
Sorry sa bump pero para sa kaalaman lang ng mga taropa naten jan. Login ka lang sa default gateway mo 192.168.1.1 tapos go to this link. http://192.168.1.1/application/port_forwarding.asp Since alam mo na yong term, assume ko na lang na marunong ka na sa part na to. Good luck.