-
Posts
459 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by rakuzas
-
Hi, I make some script that trade items.. But my script, the NPC countitem all items including our equips.. So.. My question is, how to make NPC just count item in iventory only? And leaving the equip as it is.. Or How to make delitem just in iventory only? Really confuse right now.. Please advise me.. Thank you in advance..
-
This one works! It's same like older client.. Ahhhh.. I missed this font.. Thank you so much..
-
Hi, I want to make new script like Card Trader.. Somehow I not quite sure how to make it works.. Example : - Player have knife.. He will talk to this NPC, and this NPC will trade knife for 1 Token.. - Player have dagger.. NPC will give 2 token - Player have katar.. NPC will trade for 3 token.. So.. Have any example for me to look as guide? And I'm not familiar with array command.. Since I check in card trader the script using array.. Thank you in advance.. EDIT : Ahhhhh.. After googling around.. I found this example.. But not like the one I searching for.. But I manage to make it somehow.. https://rathena.org/board/topic/57288-hunting-spear-quest/#entry70052 Thanks~
-
Here shows Catnip Fruit.. And Silvervine fruit are use change in Malando right? So I think its different fruit.. And also.. There are missing Doram Coins too.. EDIT : I already download latest KRO data.grf and rdata.grf.. Searching inside both grf.. No data Catnip Fruit and Doram Token.. So I decided to make custom item and just duplicating resource name at client side.. Case closed..
-
Not working.. I get : Unexpected type for argument 2. Expected string. and cant event using @mining command.. But when using script i post before, I can use @mining command.. But the server side shows [Error] npc_event : npc_event not found [mining::OnCmdMining] Already change the name pc name to mining only.. Also not found.. Maybe i make mistake with this OnPCLoginEvent? OnPCLoginEvent: set @MineExpTotal,@MineExp; end; EDIT : Just figure it out.. I put the script at wrong section.. So it not load the NPC name but load that other NPC name.. Which is the cause it not functioning.. Thank you guys..
-
Hi, Our Doram require this Catnip Fruit to use some it skills.. But server side we have that data.. But clientside its not.. I already checked iteminfo.lub and there are no Catnip Fruit.. http://ratemyserver.net/index.php?iname=11602&page=re_item_db&quick=1&isearch=Search So, anybody have the Catnip Fruit data? I already download Ragnarok Clientside and Ragnarok Renewal English and there is no source/data for this item.. Thank you in advance.. Also missing Doram Coins..
-
Old clientinfo : <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display></display> <balloon></balloon> <desc>Enjoy your Adventure</desc> <address>127.0.0.1</address> <port>6900</port> <version>30</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> </connection> </clientinfo> New Clientinfo : <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Local</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb></registrationweb> <admin>1000000</admin> <admin>2000000</admin> <admin>2000118</admin> <admin>2000129</admin> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> </connection> </clientinfo> Tried using original 2013 clientinfo also display smaller font.. Hmmm.. So.. Any solution? Is this normal for all 2015 client or just mine having some problem? Thank you..
-
Hi, I'm using 2015-11-04aRagexe.exe client.. Diff using NEMO and when patched.. The font too small.. I tried to resize the font.. But nothing change.. Tried use custom font, and just few changed not all font change.. Tried using official font also same.. How to make this client font like 2013 font back? Have any idea? Thank you..
-
My NPC name : milenia,40,147,3 script Milenia Mining Corp 726,{
-
Hi, Player got exp from success like example, mining success.. Each success, player will get 1 exp. But I want to make player can check how many mining exp by using @mining. I tried the scripts below but when I use that @mining, nothing happened.. And check at map.exe got npc_event : event not found.. Which do I miss? Or how to make this works? Thank you.. OnPCLoginEvent: set @MineExpTotal,@MineExp; end; OnCmdMining: dispbottom strcharinfo(0),"your mining EXP is "+(MineExp)+"."; end; OnInit: bindatcmd "mining","Milenia Mining Corp::OnCmdMining"; end;
-
When using this script on 2013 rathena version it works fine.. But when I updated into latest rathena.. I got Callfunction beautifynumber not found.. Then When we talk to this npc, he said we dont have account.. But we have account in previous server before updated.. Then we stuck.. Its too bad this bank cannot be used anymore.. Or anyone have idea how to fix that beutifynumber callfunction not found? Thanks..
-
Really? So.. All effect are fine? Because I'm not used with this RENEWAL Calculations.. And also.. Just commenting // at Renewal APSD we will get pre-renewal ASPD back? Because last time, I comment it.. And re-compile my rathena.. Still no ASPD change in stat information.. Does this normal or not? Really confuse right now..
-
How to change this script into announce on specific time and day?
rakuzas replied to rakuzas's question in Scripting Support
Hi, Your script not working.. But at least I have idea how to make this script works.. Thank you.. Below is my edited script base on your script earlier.. // News Script Original Modified by Isaiah // Re-modified by rakuzas (Milenia RO) - script News -1,{ OnSat2101: OnSat2102: OnSat2103: set .News$[0],"1st message"; announce .News$,0; end; } - script News2nd -1,{ OnSat2104: OnSat2105: OnSat2106: set .News$[0],"2nd message"; announce .News$,0; end; } -
How to change this script into announce on specific time and day?
rakuzas posted a question in Scripting Support
- script News -1,{ OnInit: set .Time,60; // Announce every x Minute. setarray .News$[0], // Random Message to be Announced "Example Message 1", "Example Message 2", while( 1 ){ announce .News$[ rand( getarraysize( .News$ ) ) ],0; sleep ( .Time * 60000 ); } end; } Hi, How to change this script into like this.. On every Friday, at 5pm the server will announce event reminder.. At 5.15PM repeat the reminder and another 5.30PM will announce last reminder.. Thank you.. -
Hi, my player reports that some of the equipments effect not working.. Like we put Doppelganger Card, nothing add.. Or Refine Adventurer Bag till +9 also no effect added and many some other equipments.. May I know what is the cause? Because I checked in item_db, all effect are shows like that.. And rechecked in github, also shows same files in my item_db.. So I;m really confused right now.. Please help me.. Thank you in advance.. UPDATE : Just tested Adventurer bagpack its working.. Doppel Card also working.. But Fallen Angel Wing and some official EQ not working.. Just +1 Allstat.. But the other bonus have no effect.. 2589,Fallen_Angel_Wing,Fallen Angel Wing,4,0,,200,,18,,1,0xFFFFFFFF,63,2,4,,0,1,3,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}
-
(SOLVED) Refine NPC show wrong equip type
rakuzas replied to rakuzas's question in Scripting Support
Thanks.. The problem is I copied my old server NPC folder into latest git.. So it messed up.. Thank you.. -
Hi, May I know how to fix this problem? It not show correct equip and also it just shows 9 EQ only.. It suppose to shows 10.. PLease guide me... Thanks..
-
Hi, How to fix this Teleport Skill not able to select level ? into this : Thank you in advance~ EDIT : Solved it.. https://rathena.org/board/topic/67284-modification-of-the-skill-teleport/
-
Hmm.. I also get this.. Already added item_db, reload script.. But when we click the ores, just popup empty and nothing happens..
-
Hi, When im using latest skilleffectinfo_f.lub in luafiles514 my client will crash when someone or myself using Kunai Skills.. But if 'm using older skilleffectinfo_f.lub (maybe which not decompile yet) the client not crash but got VZ_Useskill thing popup/error and if we click ok the skill run.. I don't know hot to fix it.. Can anybody help me? Or somebody have working skilleffectinfo_f.lub that ninja can use kunai skill without any error and without crashing the client? Thank you in advance..
-
Edited : I just got it myself by keep trying.. But if you have idea to improve it please tell me.. Thanks.. Below is my sample script : NPC 1 sample script // Tutorial NPC by rakuzas gonryun,34,179,11 script NPC1 721,{ if(TourDone01 == 1) goto TourDone; else if(TourDone01 == 0) goto TourStart; TourStart: mes "Talk to NPC2"; set NPC2, 1; close2; TourDone: mes "Success"; mes "yahoo~"; close2; end; } NPC2 sample script //Tutorial NPC by rakuzas gonryun,35,175,11 script NPC2 721,{ if(TourDone01 == 1) goto TourFinish; else if(NPC2 == 1) goto TourStart; else if(NPC2 == 0) goto TourDelay; TourDelay: mes "Please talk to NPC1 first"; close2; cutin "", 255; end; TourStart: mes "Thank you~ You may talk to NPC1 again~"; set TourDone01, 1; close2; end; TourFinish: mes "Tour done!"; close2; end; }
-
Thor Patcher with SSL (https) not working.
rakuzas replied to ifeelingz's question in Client-side Support
You're welcome~ Glad it helps.. -
OK thanks for helping~
-
Here is my monstertalktable.xml <milenia_guardian> <discovery> La~ La~ La~ La~ </discovery> <attack> Why attack me? Am I not cute? </attack> <hp50> I love you.. Please don't kill me.. </hp50> <hp25> Please don't kill me... </hp25> <kill> You deserved it!! </kill> <dead> Nooooooooooooooo </dead> </milenia_guardian> Here is mob_db 3996,MILENIA_GUARDIAN,Milenia Guardian,Milenia Guardian,50,5000,2016,123,456,15,100,456,160,5,1,36,24,1,20,1,10,12,0,8,86,0x620108B,70,1872,672,480,0,0,0,0,0,0,0,12424,250,14533,250,7519,500,5474,10,5449,10,12412,5,12210,10,0,0,0,0,0,0 I can get skills working as looter miniboss (Pouring Base) but the mob not talking.. Which part did I miss? Thanks..