-
Posts
361 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Archetype Saber
-
2018-03-12 Client Small Font is an Error or Not?
Archetype Saber posted a question in Client-side Support
Does anyone bothered by the Small Font of the newer Clients? especially 2018-02-13 ? I tried to fix this using the Custom Font Size on NEMO but seems some strings doesnt change. -
Does anyone bothered by the Small Font of the newer Clients? especially 2018-02-13 ?
-
https://drive.google.com/open?id=1pTiQFm57NbB5ck34Gsmb_pIgiT34BAyh also what clientdate did you use and atleast try to show the clientinfo.xml Credits to @Ridley
-
try to use Ragnarok Zero as a sub client.
-
Official DeV Future Updates 2018 kRO
Archetype Saber replied to wingsofloveza's topic in Ragnarok News
Just a better pool for independent leveling. man, HypeNovice became a ultimate jack of all trades. -
Official DeV Future Updates 2018 kRO
Archetype Saber replied to wingsofloveza's topic in Ragnarok News
a huge improvement of the game. I just cant measure how creative the developers and creation team of ragnarok. dang! so amazing. -
thank you for the hard work guys! appreciated much!
-
I can translate the new item info but first I need to know and confirm if this is the right script. Might take a lot of time.
-
there's no alternate bodystyle for jobs lower than 3rd jobs. unless you make it yourself. trying to be clear tho.
-
20141022 not showing arrow on rudra bows
Archetype Saber replied to Nero's question in Client-side Support
upgrade the client if you're using an updated version of rathena. -
Need confirmation on old custom item method or up2date guide for 2018
Archetype Saber replied to kihfeatures's question in Database Support
try this itemscript 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ #CASHPOINTS+ 1 },{},{} it's just a wild guest. -
Try this It might lessen the your job inputting the "bonus bAllstats, 10;" to your books(weapon I guess?)
-
Can someone help me with an instace custom?
Archetype Saber replied to adrianorj's question in Scripting Support
I get your concept or what-is-it you want to do. try to do it using this sample script from the doc. https://github.com/rathena/rathena/blob/master/doc/sample/instancing.txt -
Changing Max Refine from 10 to 50 || Latest Rathena version
Archetype Saber replied to AinsLord's question in General Support
2nd Question Answer: if (getequiprefinerycnt([email protected]) == 20) { ====== change the value(20) to 50 3rd Question Answer: Skimmed on Hollegren's npc script. Im sure you'll know what to do once you read the npc script. -
Making Unfro server without adding frost resist on armors
Archetype Saber replied to AinsLord's question in General Support
change the " Eff_Freeze " in the bonus2 bResEff,Eff_Freeze,10000; Sample according to sir @Azrael- example. - script Unfro -1,{ OnPCStatCalcEvent: if (readparam(bStr) == 1 ){ bonus2 bResEff,Eff_Freeze,10000; bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Sleep,10000; end; } } -
[SOLVED][Custom Item]Unknown Item
Archetype Saber replied to Malice's question in Client-side Support
@Mystogan if you're using Notepad++ read this: Dont open the iteminfo.lua using the notepad++ it will cause to an unknown error if you save the file via NP++ Try Editing and Saving using Microsoft Wordpad ( not notepad). -
Thank you for the great effort guys!
-
can you share your translation @sader1992 please? the msgstrings for this client that would be a big help.
-
[Guide] Adding custom Random Options
Archetype Saber replied to Easycore's topic in Database Releases
thanks now it makes sense! thank you! can you make a sample item script using random options? -
how to put some lines or tables like this in iteminfo? or is not located in item info?
-
been thinking.. does rA have a virtual guide book ? in PDF format or something like that? if its not yet implemented is it possible to turn the wiki from github into a document file?
-
REQ Translated msgstring for 2017-05-17aRagexeRE
Archetype Saber posted a question in Client Requests
so I used the client from one of the saders. seems some strings and part are not translated. im also using zack's translated data. -
meaning you cant make your own "Signboard" Script?