-
Posts
587 -
Joined
-
Days Won
44
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Secrets
-
-
Support for Ragnarok: Zero is not planned at the moment.
-
-
48 minutes ago, Musika6988 said:
Does anyone have a clean Client + Server files with this kind of Features who is willing to share?
I'm willing to pay also if incase..
Kindly PM me.
We already have all of these in our master branch. You can grab it for free...
-
1
-
-
-
Did you turn SSL on Cloudflare on? Thor doesn’t support HTTPS
-
14 hours ago, WhiteEagle said:
Hm... 2018-01-24 Client give me the error: rejected from Server (30)
Same with 2017-09-20.
Any a idea to fix this?
You messed up packet obfuscation.
This topic isn't for troubleshooting connection issues. -
On 2/21/2018 at 12:29 AM, Lelouch vi Britannia said:
I already did tried that but it said "Invalid Command" also i remember isn't that the /quake command was on 2015+ clients? not on 2014 and below clients?
Feel free to remove the check I added then
-
1 minute ago, Lelouch vi Britannia said:
@Secrets
Can you check the Disable Quake skill effect Patch i can't see it on the patch listing. Im currently using an updated Nemo from your git also im using 2014-10-22bRagexe client. Or maybe this was due to this update https://github.com/secretdataz/NEMO/commit/415bfa0c4d9d9895f4945525a8550446658b4803.That means your client has /quake command support. You can use that to toggle quake effects.
-
sleep detaches the player. use sleep2 instead
-
@Functor Thanks.
Will be fixed on Sunday.Fixed!
-
1
-
-
Remove codes in clif_user_count
-
if(skill_num > 0 && !skill_db[skill_num].pneumaIgnore)
-
1 hour ago, BrOgBr said:
Thank you Secrets and Nitrous.
I'll try here.@Edit
@Secrets I need change something at convert_sql.pl?
I tried click in it but nothing happened... (choosing execute Perl Program)
It opens the cmd but closes instantly.
I checked the item_db_re.sql but nothing changed.
Help please.
You need to run the file in command line because it needs some additional command line parameters.
-
1
-
-
11 hours ago, lllaaazzz said:
thank you
and what about the skills things? any way to confirm if im on the xray client (besides just trying)or whatever the pre reqs for adding skill ids?
Guides about xray client and the xray client itself is outdated. You don’t need them anymore.
IIRC, you can now add custom skills clients that utilize lua files for storing skill data.
-
Bots are better at answering those questions than real people. A person with some regular-expression knowledge could easily code a bypass for script-based antibot. You may be able to catch macro users though :3
-
Just download a perl runtime or w/e it is then execute the file. You don’t have to know Perl to use the tool. For Windows install StrawberryPerl or ActivePerl.
-
1
-
-
Pseudocode, but I think you can get what I want to show here
- script secret -1,{ OnFoo: $evt_tick = gettimetick(2); addtimer "somenpc::someevent",.delay_tick; end; OnInit: .delay_tick = youreventdelay; .@difftick = gettimetick(2) - $evt_tick; if(.@difftick < 0) { // timer still not elapsed addtimer "somenpc::someevent",.@difftick; } else { donpcevent "somenpc::someevent"; }
-
1
-
-
Are you in some sort of intro maps? Because there are many copies of it and every character spawns on one of the randomized copies.
What if you go on a GM account and use @recall on the other char?
-
Before using skills, NPCs must have basic stats applied to them depending on the
skill being used: UNPC_ATKMIN, UNPC_ATKMAX, UNPC_MATKMIN, UNPC_MATKMAX, UNPC_STR,
UNPC_AGI, UNPC_VIT, UNPC_INT, UNPC_DEX, UNPC_LUK.
See 'setunitdata' for more information on usage.source: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L7889-L7892
-
Try applying the "Enforce Official Login Background" patch on Nemo
-
2 hours ago, sader1992 said:
i didn't notice that for the image he is using

you can just rename it from lua to lub and it will work

You could have noticed the word "compile".
If you happen to have zero lua knowledge, skip lua-related topics next time

-
27 minutes ago, ZelosAvalon said:
how ? I tried several ways, but always with some error, someone would have an iteminfo.lub updated to share?
He tries to pack it back to .lub, not unpack from .lub to .lua.
-
14 minutes ago, Functor said:
Script for patch "Enable Multiple GRFs - Embedded" has bug.
Script tries to find code in "Step 2b" by using first pattern without limit.
As a result - patch at wrong place. Game doesn't start. I added limit. You can add fix to the fork.
https://mega.nz/#!NUsTyLJD!YGk8Q_reiLChu5CNUJwwGAZyZgU4hbNuh25E94gkU0E
Fixed, thanks!
https://github.com/secretdataz/NEMO/commit/e371fe1b2b34eca3420ffd8fabd4810da3c73288
-
1
-
1
-
-
I made a simple patch to skip the "No Sound" check.
Although untested, from looking at the disassembled code, it should be enough to make the client load drivers for MSS.
I'm not sure about undesired side effect, however.https://github.com/secretdataz/NEMO/commit/d59973476ed1c599ab52bc89485a7ad658068783
-
1
-
function return player ID
in Source Support
Posted
You cannot get the ID out of nowhere. You need a reference of an object containing the ID.