-
Posts
33 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Seirei
-
-
Solved after pulling this commit https://github.com/rathena/rathena/commit/5f733315145688237f71ba2c58cf99487cc6e270
But I have another problem, now the Blacksmith's Blessing is not showing.
I guess I'll make another topic for this issue. -
Does anybody know how to fix this issue? The material is showing as unknown item except Blacksmith's Blessing. I'm using cydh's refineui https://github.com/cydh/rathena/pull/10
Packet Ver: 20200401 -
57 minutes ago, Chaos92 said:
Fixed! Thanks a lot @Chaos92
-
29 minutes ago, Seirei said:
Nevermind, seems like the client read sclientinfo.xml instead of clientinfo.xml xD
-
10 minutes ago, Chaos92 said:
Err, for some reason I can't connect to the server. and I got error for this nemo patch. So I edit my custom clientinfo into clientinfo.xml. But still can't.
Do you mind for sharing your nemo patch log? -
2 hours ago, Chaos92 said:
Your client = RE or not ? Try to use RE client.
Thank you for your kind reply
Sorry, but idk if my client is RE, I downloaded it from here http://nemo.herc.ws/downloads/2020-04-01bRagexe/ because my server packet is 20200401. -
Can someone help me with this? The error occur when I change my job into Gunslinger or Rebellion. It's working fine with other jobs including Star Emperor and Soul Reaper. I also tried using kro grf only without additional grf in case I add something broken in my custom grf, but nothing changed.
Client Ver: 20200326
Nemo ProfileSpoiler258 Enable Shortcut All Item
3 Chat Flood Remove Limit
8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
16 Disable Swear Filter
18 Skip Service Selection Screen
20 Extend Chat Box
21 Extend Chat Room Box
22 Extend PM Box
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
31 Increase Zoom Out 75%
290 Hide build info in client (Recommended)
34 Enable /showname (Recommended)
291 Hide packets from peek (Recommended)
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
41 Disable Nagle Algorithm (Recommended)
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
73 Remove Hourly Announce (Recommended)
75 Enable Flag Emoticons
84 Remove Serial Display (Recommended)
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
96 Remove GM Sprites
213 Disable Help Message on Login (Recommended)
230 Always load Korea ExternalSettings lua file
231 Remove hardcoded address/port (Recommended)
232 Restore old login packet (Recommended)
239 Ignore /account: command line argument
240 Load custom ClientInfo file
244 Disable Cheat Defender Game Guard (Recommended)
248 Remove wrong chars from cash shop
256 Use Default Web Browser In Cashshop -
Henlo, I need a help to apply refineui system in latest rathena server (from github).
It was all fine when I implemented the initial release https://github.com/rathena/rathena/pull/2494/files. The refineui is working perfectly with it.
But the code is kinda outdated (without blacksmith blessing etc) and I want a updated one, so I tried to update my refineui with cydh's code https://github.com/cydh/rathena/pull/10/files.
There is no error when I compiled it, but when I tried the refineui in game, I can't put any kind of equipment to the refineui.
Any help would be greatly appreciated. Thanks in advance. -
Try to edit all of these number on
Quotegetequipcardid(5,x); to getequipcardid(3,x);
-
In case someone still need a fix, maybe this will help you
Quoteif(@nm > 3){
soundeffectall #Announcer+"_Payback.wav", 0, rid2name(killedrid);
soundeffectall #Announcer+"_Payback.wav", 0, strcharinfo(3);
announce rid2name(killedrid)+" just have a payback againts "+strcharinfo(0)+" "+((.Nemesis)?"("+@nm+")":"")+"", ((.Broadcast)?bc_all:bc_map), .PBColor$;
} -
On 10/25/2018 at 2:20 AM, bellacalleb said:
Sorry for the question, but I'm having a mistake.
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "NICKCHAR" not found in index list!+
[Error]: Server received crash signal! Attempting to save all online characters!
this error appears after a very long time and ends closing the mapserv
how would I fix it? Thank you !
Sorry, English because I'm Brazilian.In this part follows the nick of some characters
mapindex_name2id: Map "NICKCHAR" not found in index list!+
Hello @bellacalleb idk if you still need a fix or no, but I got the same issue as yours and I fixed the issue by changing this line
On 5/31/2019 at 5:36 AM, Seirei said:if(@nm > 3){
soundeffectall #Announcer+"_Payback.wav", 0, rid2name(killedrid);
soundeffectall #Announcer+"_Payback.wav", 0, strcharinfo(3);
announce rid2name(killedrid)+" just have a payback againts "+strcharinfo(0)+" "+((.Nemesis)?"("+@nm+")":"")+"", ((.Broadcast)?bc_all:bc_map), .PBColor$;
} -
Hello everyone.
I wanna ask about how can I add Madogear sprite to Blacksmith and Whitesmith?
Any link for similar topic is really appreciated -
Hello everyone
I want to make this skycity by @K e o u g h to be my maintown but I got a glitch like this picture. The client will crash if the glitch happened.
I tried to remove some objects in the BrowEdit to make it lighter, and yes my ragnarok rendering when coming to this town is faster.
But still, sometimes the glitch happens again.
Thank you -
Hello everyone
I'm in a project to make my own server but I got the same problem like JoshDJX's one "The first problem is player characters become stuck at their location cell. Visually it looks like you can take a single step then can no longer move. However using a skill or sitting rubber bands the player back to the cell they're stuck to."
It's began when I made new mob for MVP slaves and gave the slaves and the MVP some additional skills. It's all fine until two days ago, when I logged in, suddenly I got the problem.
My character cannot move, I can use fly wing and teleported, but when I tried to walk, the "rubber band" pull me again to the current location where I teleported.
I tried to solve the problem by redo what I did. When I disable the additional skills on the MVP and its slaves at mob_skill_db.txt the problem is gone.
And here is the question
1. "how to solve the "rubber band" problem without removing the additional skills?"
2. "Is there any limitation of maximum mob that can be given skills (not many skills in one mob)?"
Note: I can ignore the problem by removing all the additional skill, but I really want to give new skills and slaves to the MVP.
And sorry for my bad explanation -
I have a similar problem like you @JoshDJX. My character stuck in a certain cell like your first problem.
I don't have any error in my map/char/log-server.
How to fix it? Help please -
Hi @Secrets
I love this dress changer
But when I use Mechanic with Mado Gear and turn into 2nd job, the Mado Gear sprite just gone but the mount status still remain.
Can you help me to add Mado Gear sprite to 2nd and trans job?
Thanks in advance -
I really love this fishing game
Thanks for sharing -
-
Hi @K e o u g h
I really love this map, but there are two missing files
The missing files are:
- model/moa/mall01.rsm
- model/lots/castletop.rsm
Could you add those two files too
Thanks for sharing -
On 12/31/2018 at 2:09 AM, TheDerpySupport said:
Could you try a lower skill ID too? Maybe try the 900 range?
Yes, after I change the ID to 900, the skill icon appears in the skill tree.
But somehow I can't use it anymore, even with @useskill,
And a warning appeared in the mapserverI also tried to change another of my custom skill ID to 900 range
It makes the skill icon appear but it can't be used like the npc_style
And it showed an error like the picture
The skill siegfried_heart still recognized as 8466, I don't have any idea where to change it.
This is the skill_db.txtQuote902,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0, NPC_SIEGFRIED_HEART,Siegfried Heart
Bump. Still need help
-
3 hours ago, TheDerpySupport said:
So your main issue is you probably failed to do the sprite file correctly or you didn't name the file correctly; Make sure the file names are "npc_style" like you listed in skillinfo and if that doesn't work then you messed up when making the sprite/act file
Thank you for your reply @TheDerpySupport
Yes I named it npc_style, you can check it here: -
I've made a custom skill on my offline server.
It works fine when I use @useskill, and I want to add the skill to an item like Assassin Cross Card which gives Cloaking skill.
But when I added the skill on the item and equipped it, I can't find any additional skill in my skill tree.
I don't know if the problem is the skill icon on the client side or on the server side.
I also tried to follow this guide to make the custom skill as a job skill instead of item skill but it also failed.
However this is my lub files and others:
skillid.lubQuoteNPC_STYLE = 8450,
skilldescript.lubQuote[SKID.NPC_STYLE] = {
"Change Style",
"Max Level: 5",
"Skill Form: ^339900Supportive^000000",
"Target: ^777777Player^000000",
"Description: ^777777Change character costume.^000000",
},
skillinfolist.lubQuote[SKID.NPC_STYLE] = {
"npc_style",
SkillName = "Change Style",
MaxLv = 5,
SpAmount = { 0, 0, 0, 0, 0 },
bSeperateLv = false,
AttackRange = { 14, 14, 14, 14, 14 }
},
skill_db.txtQuote8450,14,6,16,0,0x1,0,5,1,no,0,0,0,magic,0,0x0, NPC_STYLE,NPC Style
the item on item_db.txtQuote1599,Angra_Manyu,Angra Manyu,5,1,,10,10000:10000,,2,4,0xFFFFFFFF,63,2,2,1,1,1,8,{ bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddClass,Class_All,100; skill "WZ_STORMGUST",10; Skill "WZ_METEOR",10; Skill "WZ_VERMILION",10; skill "GM_SANDMAN",1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100; skill "SA_DEATH",1; skill "NPC_STYLE",5; },{},{}
Note: I tried to make an existing skill "SA_DEATH" which doesn't have any icon and put it on an item. It shows up perfectly on the skill tree like my screenshot. -
Hello there @sandbox
Did you solve this one?
I have the same problem as yours and I don't know how to fix it.
My custom skill works fine when I use it by @useskill but I can't add it to skill tree.
However this is my lub files:
skillid.lubQuoteNPC_STYLE = 8450,
skilldescript.lubQuote[SKID.NPC_STYLE] = {
"Change Style",
"Max Level: 5",
"Skill Form: ^339900Supportive^000000",
"Target: ^777777Player^000000",
"Description: ^777777Change character costume.^000000",
},
skillinfolist.lub
Quote[SKID.NPC_STYLE] = {
"npc_style",
SkillName = "Change Style",
MaxLv = 5,
SpAmount = { 0, 0, 0, 0, 0 },
bSeperateLv = false,
AttackRange = { 9, 9, 9, 9, 9 }
},Thanks in advance
Note: I tried to make skill "SA_DEATH" icon and put it on an item which doesn't have any icon. It works fine like my screenshot. -
On 2/13/2018 at 8:00 AM, OscarScorp said:
Solved:
Need to add them in script_constants.hHi @OscarScorp
I want to make some items which has hallucination status resistance. I tried to edit script_constants.h and it doesn't work.Quotescript_constants.h
export_constant2("Eff_Hallucination",SC_ILLUSIONDOPING);Quoteitem_db.txt
4143,Orc_Hero_Card,Orc Hero Card,6,20,,10,,,,,,,,769,,,,,{ bonus bVit,3; bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Hallucination,10000;},{},{}
Refineui Blacksmith Blessing is not showing
in Source Support
Posted · Edited by Seirei
Does anyone know how to make blacksmith's blessing available in 2020 client?

Packet ver: 20200401
I'm using these source:
refineui: https://github.com/cydh/rathena/pull/10
fix for client 2020: https://github.com/rathena/rathena/commit/5f733315145688237f71ba2c58cf99487cc6e270
Note: Sorry for mods if making another post is wrong, you can delete the other post.