Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sryx

  1. Sryx

    RO2

    Let's party on Jan 3rd Guys N> Party member hahahaha
  2. Because spending $350+ just to play RO is always fun right! Hahaha. But he can play RO so smooth, he can also play Black Ops etc. Uhmm so tell me you wan't this specs? Come on
  3. Processor: i7 Video Card: Sapphire HD
  4. Use RO Slicer for the Login Background For the loading screen <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok Online</display> <balloon>High Exp. Dedicated Server</balloon> <desc>A High Rate Server</desc> <address>127.0.0.1</address> <port>6900</port> <version>23</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> </loading> </connection> </clientinfo>
  5. check the image path from your .css o.O background-image: url('../img/header.png);
  6. Sryx

    About Sql

    Yup. Base Level = 1 Str = 1 Agi = 1 Vit = 1 Int = 1 Dex = 1 Luk = 1 Status Points = 0
  7. Go to your cPanel then go to your phpMyAdmin then export the .SQL.
  8. Just change the Item ID's. prontera,138,181,5, script Trader 828,{ set .bronze,555;//item id of bronze set .gold,555;//item id of gold set .platinum,555;//item id of platinum set .poringcoin,555;//item id of poring coin set @header$,"[^0000ff Trader ^000000]";//NPC Name mes @header$; mes "Hello"; menu "5 Bronze to 1Gold",-,"5 Gold to 1 Platinum",gtp,"5 Platinum to 1 Poring Coin",ptp; if(countitem(.bronze) < 5) goto L_NOTENOUGH; next; mes @header$; mes "Thanks. . See you again. . . !"; delitem .bronze,5; getitem .gold,1; close; gtp: if(countitem(.gold) < 5) goto L_NOTENOUGH; next; mes @header$; mes "Thanks. . See you again. . . !"; delitem .gold,5; getitem .platinum,1; close; ptp: if(countitem(.gold) < 5) goto L_NOTENOUGH; next; mes @header$; mes "Thanks. . See you again. . . !"; delitem .gold,5; getitem .poringcoin,1; close; L_NOTENOUGH: next; mes @header$; mes "Not enough requirements"; close; }
  9. Sryx

    About Sql

    UPDATE `char` set base_level = 1, str = 1, agi = 1, vit = 1, dex = 1, luk = 1, `int` = 1, status_point = 0;
  10. Try to create a npc script w/ OnPCDieEvent: and query_sql
  11. Sryx

    help about flux

    Try to be specific in this part. Just change those value. $host = '127.0.0.1'; $username = 'root'; $password = ''; $db = 'db_name';
  12. db/re/item_noequip.txt db/pre-re/item_noequip.txt Kung gusto mong disable/delete na talga yan. lgyan mo ng // sa item_db
  13. Sryx

    help about flux

    'DebugMode' => true, $showExceptions = true; For more error info.
  14. Sryx

    help *flux*

    To check the real error just open application.php 'DebugMode' => true, error.php $showExceptions = true; Then post the screenshot here.
  15. Check your skill or LUA/LUB Files.
  16. Download a LUB Files that is the same date with your CLIENT.
  17. Update data folder. For your party name: Join/Create a guild so you can see your party name.
  18. <header>{ menu "Exchange",-,"Check points",chec_k; input .@t; if(countitem(7420) >= .@t){ mes "Thanks see you again. . . !"; set $cash,.@t*2; delitem 7420,.@t; set #CASHPOINTS,#CASHPOINTS+$cash; close; }else{ mes "Not enough Skull"; close; } chec_k: query_sql("SELECT `value` FROM `global_reg_value` WHERE account_id="+getcharid(3)+" LIMIT 1",.@points); dispbottom "Your Cashpoint: "+#CASHPOINTS; close; }
  19. Simple guide. Diffed your client.(use that guide) Download the latest trunk from rA Download the latest Data Folder and latest Lua/Lub files. Compile it to grf/add the data folder to your RO, make sure you diffed your cliend Read Data Folder First. Setup your rAthena char_athena.conf,inter_athena.conf,map_athena.conf Edit your src/map/mmo.h Compile your server Don't forget to get a Updated kRO/Update your kRO.
  20. 30+ Palletes for Oboro and Kagerou thanks to Kamishi. http://rathena.org/board/files/file/2610-36-kamishis-unique-dyes-with-brown-skin/ http://rathena.org/board/files/file/2436-32-kamishis-clothes-dyes-from-693-big-pack/
  21. Yes, you don't need to wipe your SQL. All you need to do is, install the flux to your SQL Database, just open the link Mootie gave you.
  22. Because some of your GRF have 2 IZLUDE.RSW/etc. Example: Renewal Data.GRF = Izlude Renewal and YourRO.grf = Izlude Pre-Renewal/Edited <--- remove the izlude files on that GRF
×
×
  • Create New...