-
Posts
102 -
Joined
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by imat1
-
-
1 hour ago, jamesandrew said:
Sorry for bumping an old thread. I'm using the latest rathena.
It does work to show the icon buffs only but the effects (auto guard, endure, reflect shield) are not actually transferred to devotion target.Any idea to fix this?
Read the last sentence of the wiki.
-
Yes. Need mo i copy then rename ung mga 3rd job sprite to trans file name. Mag e error kasi yan sa character selection I think, pag hindi ka nag copy.
-
16 hours ago, namerpus18 said:
I dont think I understand, I mean why is the roulette using only bronze up to the last stage in my roulette? I don't know full mechanics yet, i am reading the src code but I am noob when it comes to src code so I am still dont get it.
What i guess is bronze suppose to be for stage 1-2 or 3, silver for stage 4 or so then gold up to the last stage. But my roulette dont use silver or gold even its in laat stage
That's because you won't consume coin as you progress. You'll only stop moving up and go back to start every time your roulette stop at the most far left prize (which is coin by default).
-
3 hours ago, namerpus18 said:
Hello, I applied the fix for the stage 1 stuck problem, do you have a fix for the silver and gold coins not working? Like the one of your video that silver coin is consumed when you are about stage 3
Thank you
The default for silver and gold coin are 10 each.
-
1 hour ago, iFox said:
Good day guys. I was wondering why my emblem not working on my client? I have hosted server. I put the right ip and port. Still not working. I also using latest rathena ver and have web service panel on vnc. What could be the reason? Thank you.
Make sure your port 8888 is open.
-
1 hour ago, AinsLord said:
any thoughts or help thanks
Set to 0.
Or you want to do it with injustice card only?
-
5 hours ago, Bes said:
Already did that but still the max parameter is 99.
I'm not sure. I never tried 255 server. Anyways, try to refer from here.
-
4 hours ago, Bes said:
I can't increase maximum stats of my expanded classes such as ninja. gunslinger etc.
Change max_parameter to your desired value, not the max parameter for expanded classes.
-
6 hours ago, zeusc137 said:
Hi there! I hope all is good!
What about if my "ragnarok.grf" works without encryption, and I want to encrypt it?
I added a key "123123" to my "ragnarok.grf" and it stopped working...
Should I just copy another "cps.dll" from another private server that uses any encryption?
Thanks in advance for any help!No. You need to generate your own cps.dll and paste it inside your ro folder.
-
26 minutes ago, simplexjay2 said:
how did u make this
Means your status change doesn't exist. Which guide did you follow?
-
3 hours ago, Gouki said:
files must be extracted from browedit for it to work?
Not necessarily. Try this one. I believe you're familiar with grf editor. Then you can use this easily.
-
1
-
-
4 hours ago, LadyNanuia said:
Just to clarify, ive tried using the dress changer made by Secret and i spoke to Secret about it as it uses "changebase" which screws up your skill tree and a few other things, im looking for a way to do this WITHOUT doing that
If you don't want to do this using changebase, you will encounter lots of weird sprite display. Like costume garments, wings might display on your character's waist or even above the shoulder. Also normal attack animation probably would look weird. And so on. How do i know? I'm telling from my experience xD
-
2 hours ago, ajonck said:
However is there a suggestion for an specific CLIENT version? I want renewal + 4th classes and I'm using latest rAthena!
Use the default client version of rathena 20211103.
-
1
-
-
21 minutes ago, ajonck said:
Can i see the list of patch you applied?
-
1
-
-
1 hour ago, ajonck said:
Hello everyone, thanks if you ever found some time to help me with this!!!
I have just installed and played really nice on my local server with latest rAthena and kRO client using this "2019-06-05fRagexe_patched.exe"But when I'm at CHARACTER CREATION the text is not showing up correctly!
I faced this issue in the past but I don't remember how I should approach this to fix!
Thanks for passing by!
This is the screenshot show the name not displaying nice:Patch on nemo/warp
Change new char name field height
ChangeNewCharNameHeight
Allow change height in input field in new char creation dialogSet value to 20
-
1
-
-
That's useful indeed. Hopefully not resource extensive.
-
1 hour ago, dalubhasa333 said:
Hi Guys.
How to enable the !vsync to our client.
TIA
I don't know how to add that manually. But that comes with gepard 3.0 you can message @Functor for more details.
-
2 hours ago, luizinhomt said:
could you tell me how can i solve this problem
Just like Emistry said, your staus does not exist. Which guide did you follow?
-
44 minutes ago, williamII said:
Bro, how i can activate GoldPC , i searched but i don't find the option
-
It's because your gstorage table is broken. Go to your sql and repair your gstorage table.
-
What client version are you using?
-
8 hours ago, AinsLord said:
Upon checking the query, I think there's just a missing + symbol.
Find the line with:
query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count"'");
Change to:
query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count+"'");
-
7 hours ago, Winterfox said:
I didn't see any security issues, but two small things that could be handled a bit smoother.
The first is to add a check if the items bought can be carried by the player.
if (!checkweight2(@bought_nameid, @bought_quantity)) { mes("Sorry, you can't carry all these items!"); close3; }
The second is that if you use shop and the player has not enough zeny even though you want to pay with points, he can't put the item in the buy window. So pointshop is the better option.
- pointshop hourly_shop -1,Goldpc_Points,13534:-1.
The reason why I didn't use pointshop is because of this warning message.
It's kind of misleading to me.
Thanks a lot for this though.
7 hours ago, Winterfox said:- pointshop hourly_shop -1,Goldpc_Points,13534:-1. prontera,156,181,5 script Hourly Point Manager::GOLDPCCAFE 10380,{ cutin("ep18_merchant.png", 2); callshop("hourly_shop", 1); npcshopattach("hourly_shop"); end; OnBuyItem: mes("[Hourly Point Manager]"); if (!checkweight2(@bought_nameid, @bought_quantity)) { mes("Sorry, you can't carry all these items!"); close3; } for (.@i = 0; .@i < getarraysize(@bought_nameid); .@i++){ .@itemIndex = inarray(.Shop, @bought_nameid[.@i]); .@costs += (.Shop[.@itemIndex + 1] * @bought_quantity[.@i]); } if (.@costs > Goldpc_Points) { mes("You don't have enough Hourly Points."); close3; } Goldpc_Points -= .@costs; for(.@i = 0; .@i < getarraysize(@bought_nameid); .@i++) { getitem(@bought_nameid[.@i], @bought_quantity[.@i]); dispbottom("Purchased " + @bought_quantity[.@i] + " x " + getitemname(@bought_nameid[.@i]) + "."); } mes("Purchased successfully!"); mes("You have ^0000ff" + Goldpc_Points + "^000000 points remaining."); close3; OnInit: setarray(.Shop[0], 13534, 1, 13810, 1, 14532, 1, 14606, 1, 12211, 1, 7776, 25); npcshopitem("hourly_shop", 13534, 1, 13810, 1, 14532, 1, 14606, 1, 12211, 1, 7776, 25); }
Made me realized a lot of things. Also on OnInit part, I feel so dumb after seeing that I typed the same parameters instead of using for loop. lol
Again, thanks for your suggestions, which I appreciate.
-
1 hour ago, someoneloveyou said:
hello anyone i got problem when i click npc and skill, chara auto walk following a cursor click...
anyone can fix this step ?
Did you patch your client with walk to delay patch? I suggest you to remove that or set the value not any lower than 200 i think.
announce dropped MVP card
in Script Requests
Posted
https://github.com/rathena/rathena/blob/f4fa967991fcd8b4f24999b464864a1a16c34b25/conf/battle/items.conf#L122