Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/13/19 in all areas

  1. Hello i have made this NPC prontera,157,176,7 script Discord 47,{ //OnInit: while(1) { query_sql("SELECT * FROM `discordbot` WHERE `id`='1'", .@item); //query_sql("SELECT `messaggio` FROM `discordbot` WHERE `id` LIKE '1'", .@msg); announce "Discord> " + escape_sql(.@item[1]),0,0x0965f9; sleep 3000; } } My Table discordbot INT(10) VARCHAR (255) +---------+----------------------+ | ID | MESSAGGIO | +---------+----------------------+ | 1 | Hello World | +---------+----------------------+ On client i see: for wath reason i dont see my text from database?
    1 point
  2. In order to give back to this community, and as a huge thank you to all of those who put work into the emulator, we've decided to share our Nightmarish Jitterbug instance. This instance was scripted by Tokei, with YouTube videos as sources, as well as me running it on iRO. A huge thank you to our ex-player Deegs for lending me his iRO RK in order to run the content. A small amount of dialogue is missing, and you're welcome to contribute if you run into the actual lines. They're marked in the script file itself. Item drop rates were the only thing really customized, enjoy the release! http://novaragnarok.com/download/NightmarishJitterbug.txt
    1 point
  3. Hello! So far I mainly worked with flux websites but non-responsive. Today I worked on a website that is responsive and uses bootstrap. Still in progress and I did not add anything fancy to it other than time and player count ? Will be updating this topic as I get closer to integrating flux properly. I will maybe release this website for free when I'm done.
    1 point
  4. 1 point
  5. "@costumeitem" came from this topic the item bonus came from the <Script> field itself ... if you want to add bonuses to the costume item, either make a new shadow item ... or add random option to the costume ...
    1 point
  6. Cash Shop Sale System As of Git Hash: aaa4ea9, rAthena supports the official Cash Shop Sale System! Features: Requires 2013-12-23 client or newer. Requires GM level 99; until permission settings are implemented (implemented in Git Hash: 9384bd0). Usage: Enter the item(s) you want to sell in your item_cash_db.txt using Type 8. Start the server or @reloaditemdb. The Special tab will be empty at this time, which is fine. Type /limitedsale and hit enter in the chat window in the client. Enter the item name into the Item DB Name field in the sale window. Fill in the data you want for the item: Number of Sale: Amount of this item that is sold to players. Sale Start Time: This is the Month / Day and then Hour : Minute of the start of the sale Time to sell: How many hours the sale will last. 24h is max tested so far. Click Add Limited Item and wait for the start time that was entered to pass. Thanks to @Lemongrass for implementing this! Don't forget to leave comments and testing results! Thanks! Don't forget to update your SQL tables with upgrade_20161224.sql!
    1 point
×
×
  • Create New...