jayvz17
-
Posts
34 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by jayvz17
-
-
On 8/23/2018 at 11:35 PM, OscarScorp said:
I solved the problem. Needed to edit this file:
conf/import/battle_conf.txt
Hope it helps!

What edit did you do on this file?
-
I read this in github. Actually I did not understand why they removed the SQL. Can anyone explain it to me?
Also, mySQL queyring is easy to me. Or there is other system (just like workbench) to sort/filter the YAML?UPDATED:
SORRY I did not read the whole message. Author said "SQL was compromised. Well, we are happy to say that SQL is still supported"
But still I wonder which system do I need to use to filter the data in yml. Thanks. -
Thumbs up for this post.
after i selecting character and loading. The client will automatically close. any idea?
btw, where we can get the palettes.grf? -
-
2 hours ago, Patskie said:
"$" - A global permanent variable. They are stored by map-server in database table `mapreg`.I see. Thanks for clarification
-
On 8/5/2020 at 3:36 AM, Jaodegwapo said:
Can someone share this script.
8-9 PM WOE without mvp/mini mvp
9-10 PM WOE with mvp or 2 max mvp only
Thank you for all the replies! More power!
You mean this one?
https://github.com/rathena/rathena/blob/master/db/re/item_flag.txt -
On 8/16/2020 at 11:36 PM, foenne524 said:
Sure thing. Just download the file and edit the given code from this
+ if(sd->bl.m == map_mapname2mapid("prontera")) {
+ clif_displaymessage(fd, "You can not duel in Prontera.");
+ return 0;
+ }to this
+ if(sd->bl.m != map_mapname2mapid("prontera")) {
+ clif_displaymessage(fd, "Duels are not available in this map");
+ return 0;
+ }
Hi, Which file did you add this one? -
On 8/17/2020 at 2:03 AM, Patskie said:
Something like this?
prontera,150,150,6 script Sample 100,{ if (BaseLevel < 20) end; switch (select("Register", "View List", (getgmlevel() < 99 ? "" : "[^FF0000GM Menu^000000] Clear List"), "Exit")) { case 1: if (inarray($register$, strcharinfo(0)) != -1) mes "Already registered"; else { mes "Done registration"; $register$[getarraysize($register$)] = strcharinfo(0); } close; case 2: [email protected] = getarraysize($register$); if ([email protected]) mes "No list"; else { mes "Registration List"; for ([email protected] = 0; [email protected] < [email protected]; [email protected]++) mes ([email protected]+1) + ". " + $register$[[email protected]]; } close; case 3: deletearray $register$; end; } }I wonder where the data will be save? I think if you restart your server the data/list will be lost.
-
How to remove this one? please see below for the image.
Also, it seems this is not for client modification.
-
-
-
11 hours ago, WhiteEagle said:
Path: conf/battle/misc.conf
Search for:
// Fee for transferring zeny via mail (Note 2)
// NOTE: this rate is hardcoded in the client, you need to diff your client accordingly if you change this value.
// Default: 2(2%)
// 0 = No fee
mail_zeny_fee: 2I already did this no tax was deducted. But the tax in mail it always show.
Did you know how to diff the client like you said this one? 'this rate is hardcoded in the client, you need to diff your client accordingly if you change this value.' -
Hi,
is there anyone who knows how to remove the computation tax in MAIL upon inserting zeny?
-
23 hours ago, Ronald said:
I don't think that it's already implemented but this might help.
https://github.com/rathena/rathena/blob/master/db/pre-re/item_noequip.txt
Thanks man. I appreciate your feedback, I already implement this and I still looking for the script level.
13 hours ago, LearningRO said:Edit your item_db.txt find ghostring_card
4047,Ghostring_Card,Ghostring Card,6,20,,10,,,,,,,,16,,,,,{ if(getmapflag(strcharinfo(3),mf_pvp)) { bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25; } },{},{}
Hi,
Is there any script level that did not focus on MAP?
Example: In MVP map with PK/PVP on.
GR should be enable when receiving damage in player and GR should no effect in mobs?
-
How do I remove the effect of ghost armor /ghostring in monster? and it will effect only in PVP?
-
39 minutes ago, Start_ said:
Loop all quest id in db and use checkquest commands
rathena\doc\script_commands.txt (Line: 9294)
Hi,
Are you referring this one?
But as you can see. This data will be recorded in our database once the player is initiate/done the quest .
Do you know how I can display the other official quest and tagged as not-started?
Also, upon checking the official quest is in "quest_db.yml".
Do you know how can I display this data in my NPC quest board checker? -
Is there anyone who knows how to add board npc that shows all done and pending quest?
-
-
is there anyone who knows how to disable/no drops for mobs when I attack this monster?
Example. (Ally monster)Mobs1 vs Mobs2
When Mobs1 attack this Mobs2 and died, the item drops for Mobs2 will be disable/no loot.
Thanks. -
-
11 minutes ago, Haruka Mayumi said:
GRF : data/luafiles514/lua files/signboardlist.lub
I see it's client side. Thanks i tot this is sever side.
-
-
-
Hi,
How to add skill GREED to all character jobs?
Daily Quest Animation
in Client-side Support
Posted
Good day,
How can I make this animation fast? Thanks