-
Posts
2,285 -
Joined
-
Last visited
-
Days Won
72
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Cydh
-
-
9 hours ago, redlightliu said:
Custom npc sprite

a new ID too? I guess because your NPC id is out of range based on this check. https://github.com/rathena/rathena/commit/f42c2ff21171ac48fec329d6ff0dfdbbd2f0ea59#diff-301256667588bcb9a1bbf9b2ab500229R1094 try change the ID (<-- better this) or add/edit the range urself
// Old NPC range #define MAX_NPC_CLASS NPC_RANGE2_END // New NPC range #define MAX_NPC_CLASS2_START NPC_RANGE3_START #define MAX_NPC_CLASS2_END NPC_RANGE3_END //Checks if a given id is a valid npc id. [Skotlex] //Since new npcs are added all the time, the max valid value is the one before the first mob (Scorpion = 1001) #define npcdb_checkid(id) ( ( (id) > NPC_RANGE1_START && (id) < NPC_RANGE1_END ) || (id) == JT_HIDDEN_WARP_NPC || ( (id) > NPC_RANGE2_START && (id) < NPC_RANGE2_END ) || (id) == JT_INVISIBLE || ( id > NPC_RANGE3_START && id < NPC_RANGE3_END ) )or can u paste here what's u write on const.txt and in ur script definition?
-
6 hours ago, a91323 said:
git hash https://github.com/rathena/rathena/commit/3ab39c4cb368b962c97f14cb916b0f8a406cde66
compiler error
error LNK2005: _pc_resSC2_ers already in clif.obj define error LNK2005: _pc_resSC_ers already clif.obj defineIDE visual studio 2017
Branch updated, rebased for that rA's HEAD. https://github.com/cydh/rathena/pull/7.diff
-
-
As the goal was reached, @Lemongrass added this feature as promised and ready for testing and all your feedback (at least focus on finding bugs and matching official behaviors)
So, try it here now https://github.com/rathena/rathena/pull/2494
-
1
-
-
On 8/11/2017 at 7:31 PM, MelMel said:
hi i have problems with the one on rathena it self.
i make an npc so that player can choose if they wanted to on which channel they want to be when they login.
the first parts works player able to choose which channel they want to be in the command i use for the script is @channel join #main and it works
but when it want to leave the channel using the npc which i script in and put the command @channel leave #main it does not work.
the command @channel leave #main works only on GM char itself and from npc it does not make the char leave the channel.
i have also set the channel.cnf to be able to leave channel and autojoin:false.
anyone know how to fix this issues?
Thank you in advance
why use atcommand through script when there are script commands?
-
maybe related the distribution.. since ROBrowser is (custom) RO client and as well it's for RO that RO is obviously Gravity.
- “vthibault/roBrowser”repository (https://github.com/vthibault/roBrowser ) distributes RAGNAROK ONLINE " data without permission.
the rest... https://github.com/github/dmca/blob/master/2017-09-19-Ragnarok.md
-
On 10/2/2017 at 12:07 PM, Dissidia said:
Won't work in a manual install.

let's see if can do something today. I just installed VS2015.
send me A PM of ur emu and its hash/rev
-
PCCafe (whatever it's called by other official servers) is IP-based VIP (unimplemented yet)
TPLUS (whatever it's called by other official servers) is account-based VIP
Server (whatever it's called by other official servers, mostly as server name. eg. "Chaos") is server-based/event bonus rate (for now rAthena ignore this and just adjust it from exp.conf
-
@MrBlex how much the disk space required for this installation?
-
21 hours ago, danielps said:
Like!!
But 2 questions:1- Does it work for a especific job? is not are you planning to implemment that?
2- can i set negative values?
thanks good job!
1. No
2. The values are in percentage, if you want to reduce it just put number less than 100
-
Since newer rA there's no .sln for 2010, that's issue for me. Idk how to start itself. LMAO
Previously, you also can run the server by double-clicking the .exe (such map-server.exe) and you can make .bat file to open it if you have optional params needed.
-
On 4/25/2017 at 11:43 AM, whodhell said:
this wont work on 2013 clients?? or below clients??
the feature does work, but u won't get random option info when right-clicking the equip.
-
On 3/18/2017 at 6:38 PM, mjonrest said:
check your db/[pre-]re/item_randomopt_group.txt maybe has same issue with post above when you merge this manually
-
- all that @Technoken listed
- all that @Kakaroto
- Accel World
- Overlord
- Konosuba
- Chain Chronicle
- Grandblue Fantasy
- Druaga no Tou
- Phantasy Star Online
- can I list ReZero?
- can I list Fate series?
- can I list Atelier Escha & Logy?
- can I list .hack?
- maybe you want to watch GATE (S1 & S2) too?
- and other that I forgot the titles
-
I've been pushed to add this on rAthena officially.
- First, I just simply bring this expansion to new rAthena branch.
- Then, actually I was planned to add script command to retrieve joined members on specified channel.
- I can add the 'whisp' to the new joined player so the channel name will be appeared in 'name' column on chat bar.
- Well, maybe the 'channel_disable' or is interesting idea. But why I have to that command? Why I have to add channel on config but remove it? doesn't make any sense *yet*. However, you can make it 'disabled' by delete the channel first if it's player-made channel, or kick all members then set the password. It's 'disabled'.
-
1
-
On 1/28/2017 at 3:47 PM, dualityDiscretion said:

Did... did someone just propose to Joshua?! See his latest shenanigans in the new page of PP&P!LOLOLOL
SpoilerI barely to sit as an Archer
-
-
I bet, people will answer your question with "user bind atcommand for deserved commands and check the player's map" like that.
-
On 12/23/2016 at 7:59 PM, Valor said:
helow, cari yg jualan database instance lengkap tinggal colok ke server dimana ya? ato ada ga si? thx
ga ada, mending bkin instance sndiri
17 hours ago, ladylourie said:Halo, saya member baru, salam kenal

sempet tertarik juga sih sama translation project...selamat bergabung.
-
Can I pat her daughter? >.<
-
18 hours ago, Beret said:
Nothing against the implementation of the system, but all the information about the system I posted on hercules, posted here, at least a thank you for showing the packet that niguem realized and knew how the system worked.
I have this system since 2015 that one of my friends former Administrator of brAthena Megasantos created this system for my server. I then passed the packets to dev hercules and all system information, now copied the topic and posted here in rathena
niguem, Megasantos, who? which post?
hmmm
Do u refer to
or to this? https://rathena.org/board/topic/107674-cash-shop-control-panel/
At least I know why u felt "I shared, but u mentioned nothing about me". There are some possibilities, but... ahsudahlah
-
Updated at Initial Release: Translation/Localization Feature Pull: 1829
-
2
-
-
Now remembering the feels from Kimi no Na wa.
SpoilerOpening
SpoilerEnding
SpoilerAlso "Om Telolet Om" DJ Soda ver. https://www.instagram.com/p/BORWQU9gMPz/ xD
-
1 word from me
Spoilerwhat an amazing map, I can't stop say "wow" for each images! Awesome!

OnNPCKillEvent announce Help
in Scripting Support
Posted
imho, I don't like this script. better you use quest_db and add monster's objectives
OnNPCKillEvent: if(anthell) end; if(killedrid == 1176) // = Vitata { set VitataKills,VitataKills + 1; if (VitataKills < 10) { dispbottom "You killed "+VitataKills+"/10 Vitata."; } else if(VitataKills == 10) { dispbottom "You have killed all Vitatas."; } } else if (killedrid == 1097) // = Ant Egg { set AntEggKills,AntEggKills + 1; if (AntEggKills < 55) { dispbottom "You killed "+AntEggKills+"/55 AntEgg."; } else if(AntEggKills == 55) { dispbottom "You have killed all AntEggs."; } } else if (killedrid == 1005) // = Familiar { set FamiliarKills,FamiliarKills + 1; if (FamiliarKills < 5) { dispbottom "You killed "+FamiliarKills+"/5 Familiar."; } else if(FamiliarKills == 5) { dispbottom "You have killed all Familiars."; } } if(anthell == 0 && FamiliarKills >= 5 && AntEggKills >= 55 && VitataKills >= 10) { announce " You have killed every Monster. Come back to me to !",bc_self; set anthell,1; } end;