-
Posts
520 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Sryx
-
Baka maka tulong.
-
1. Change the 3 to the current day of your server ( 0 = Sun to 6 = Sat ) 2. Advance the OnClock to your server time ( 10 mins or more )
-
Try these.. OnClock1100: OnClock2000: if(gettime(4) == 3){ // 3 = Wed gvgon "guild_vs1"; announce "The King of Emperium Hill has begun!", bc_all; .start = 1; enablenpc "The King#KoE"; disablenpc "Get Your Prize Here#KoE"; $koegid = 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 7; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; } end; L_end: OnClock1130: OnClock2030: if(gettime(4) == 3){ // 3 = Wed gvgoff "guild_vs1"; announce "The King of Emperium Hill is over!", bc_all; } end;
-
I think you wan't to make the box as ITEM instead of EQUIP? If yes then open you item_db then change the Type to 2. // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
-
Check you servertype. Then try to set your langtype to 1 or 0.
-
Try to diff your client with Extend Chat Box/Extend Chat Room Box/Extend PM it will increase you input from 70 to 234.
-
Palette: 553/251 Old Dyes / Palettes Working All Classes
Sryx replied to KamiShi's topic in Sprites & Pallette Downloads
Put it inside your RO Folder then update your DATA.INI. [Data] 0=SEVER_GRF.grf 1=PALLETE.GRF 2=data.grf 3=rdata.grf -
Here, just select your OS. https://github.com/rathena/rathena/wiki/installations
-
dispbottom "Your total cash points is "+#ROK_POINTS+"."; Change the #ROKPOINTS to #ROK_POINTS
-
You will get plain host/server, but you need to learn linux command and yes its much cheaper. I recommend this one. http://digitalocean.com
-
- script kdsfksdjhfksdj -1,{ OnInit: bindatcmd "buffall", strnpcinfo(0) +"::Onbuff",99,99; end; Onbuff: //it also came from annieruru script freeloop(1); while ( getusers(1) > [email protected] ) { [email protected] = query_sql("SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 ORDER BY `account_id` LIMIT 128 OFFSET "+ [email protected], [email protected],[email protected]$ ); [email protected] = 0; while ( [email protected] < [email protected] ) { if ( !checkvending( [email protected]$[[email protected]] ) ){ skilleffect 34,0; sc_start SC_BLESSING,600000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,600000,10; } [email protected]++; } [email protected] += 128; } freeloop(0); end; } Didn't test it, tell me if it doesnt work.
-
You need mob_dbs and item_dbs for your FluxCP. You can also use SQL as your database instead of .txt
-
#RP += .point_amt; #acctick = gettimetick(2) + .online_time; dispbottom "Gained " + .point_amt + " " + .point_name$ + ". Total " + #RP + " points."; Find this line then change the #RP to #CASHPOINTS.
-
You can find the CashPoint variable on acc_reg_num. Post your script so people here in rA can check your script.
-
Next NPC doesnt show after completion of BTS 1st NPC QUest
Sryx replied to AinsLord's question in Scripting Support
Update the script and use tab, should be like this. pay_fild10.gat,182,157,5 script Kimuel 900,{ pay_fild10.gat,182,157,5<tab>script<tab>Kimuel<tab>900,{ Do the rest in the next npc, If you want you may remove the .gat, -
1. GRF Editor 2. Thor Patcher http://thor.aeomin.net/
-
Thor Patcher can. 1. Generate encrypted thor using GRF Editor 2. Patch it using Thor Patcher
-
Try sudo chmod -R 755 /var/www/html/newRO/data/* If didn't work. sudo chmod -R 755 /var/www/html/newRO/data/tmp sudo chmod -R 755 /var/www/html/newRO/data/logs
-
If you want it globally or all monster with that %. Edit your mob_db, change all drop % to 1. Then the drops.conf will multiply the % to 1 Here's the reference. // Note 2: Value is in percents (100 means 100%)
-
How can i duplicate Euphy's woe controller
Sryx replied to louigui0224's question in Scripting Support
Try this. //my addiiton //prontera,156,196,6 duplicate(WoE Information) Warper#woe3-1 837 turbo_room,100,123,6 duplicate(WoE Information) Warper#woe2-1 837 payon,118,238,6 duplicate(WoE Information) Warper#woe4-1 837 prontera,144,109,6 duplicate(WoE Information) Warper#woe5-1 837 prontera,270,219,4 duplicate(WoE Information) Warper#woe6-1 837 prontera,147,314,5 duplicate(WoE Information) Warper#woe7-1 837 prontera,124,69,5 duplicate(WoE Information) Warper#woe8-1 837 morocc,146,255,6 duplicate(WoE Information) Warper#woe9-1 837 morocc,148,114,6 duplicate(WoE Information) Warper#woe10-1 837 izlude,116,127,4 duplicate(WoE Information) Warper#woe11-1 837 amatsu,125,108,3 duplicate(WoE Information) Warper#woe12-1 837 alberta,63,247,3 duplicate(WoE Information) Warper#woe13-1 837 alberta,126,74,3 duplicate(WoE Information) Warper#woe14-1 837 geffen,120,29,3 duplicate(WoE Information) Warper#woe15-1 837 geffen,180,108,6 duplicate(WoE Information) Warper#woe16-1 837 hugel,87,151,6 duplicate(WoE Information) Warper#woe17-1 837 gonryun,159,144,4 duplicate(WoE Information) Warper#woe18-1 837 yuno,164,147,3 duplicate(WoE Information) Warper#woe19-1 837 Also use tab instead of space. <map location><tab><duplicate><tab><npc name><tab><sprite> -
Find this line, and change the 25000 to 6379 set .MHReward, 25000; // reward
-
Sryx Service // Full Setup // New Proxy Setup (Hide your VPS IP)
Sryx posted a service in Third-Party Services
Hello fella's, We have new feature for 3rd Party service and its a brand new start. For my previous/current client's let's keep working together! and to you, yes you! hoping to work with you soon! Thanks ! Services: For Only $15 USD ONLY ! (Full Basic Setup *Default Settings*) Setup rAthena in your VPS/Dedicated Server Thor Patcher (Default Design) RagexeRE Client (2012-04-10RagexeRE) YourRO.GRF (Default files + Working Lubs) Flux Control Panel Default NPC's (Job Changer etc.) YourRO Lite Installer Free consultation * Contact me for the Full Configured Server (You Desired Settings/Items/Features) Classic/High Rate/Etc. * Custom Job Implementation with Working Launcher and Working GRF $50 Custom Job Implementation for only $30 Adds in a entirely customized job specially made however you want. Will add few official skills for your pattern. Does not replace any existing official jobs. Custom jobs require server and client side work to be done. Adding adult and baby jobs are possible. You can choose to use any existing job sprite you want or provide your own. Exclusive Mount or Same mount is possible Ex. Custom Job Sprite = Gunslinger / Mount = Motor Bike Ex. Custom Job Sprite = Your Sprite / Mount = None/Your Mount Sprite Ex. Custom Job Sprite = Kagerou / Mount = Frog Requires a 2013-08-07aRagexe client or higher to support the custom job feature. Note: That each existing sprite is made to work with certain weapon sprites. So a example is a Knight type sprite with Katars could cause errors. Custom Job Client Files Building $25 Will setup you a Working Client + Working GRF that is compatible for Custom Job Implementation • Server Setup Only - $5 USD - Setup rAthena in your VPS - • Client Setup - $5(+) USD - Will Difff Client and build GRF (2012 to 2018 EXE) - • Patcher Setup (Thor) - $5(+) USD - Will setup thor patcher - • Forum Installation $10 USD - Will install your LICENSED Forum - • CP Installation - $5 USD - Default FluxCP - • Game Guard Installation - $30(+) USD - Will install your Licensed Game Guard (Server Side/Client Side) - • Server Files Migration - $20(+) USD - From your server files to rAthena/eAmod/rAmod/hErcules/3ceam - • Scripting- $5(+) USD - Will make a scripts (price depends on your requirements) - • Loading Screens / Login Screen - $5(+) USD - Will make loading screens/Login Screen for your RO - • Control Panel Integration (Coding Only) - $50(+) Defends on your Web design. - WIll code your Web Design ( CSS, JQUERY, PHP, JS ) - • Proxy Setup $50(+) - WIll setup proxy to protect your VPS IP and Support Different Countries, price vary on numbers of Proxy - • I also accept Partnership • - I'll be the Developer and you'll cover the expenses. Add me on skype let's discuss it. - Payments: Paypal, Western Union, LBC Contacts: GMAIL: [email protected] Skype: chano.rocks Discord: Sryx#5663 See yah!