Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/26/16 in all areas

  1. Hello everyone! I would like to take a moment and announce the release of the exclusive rAthena T-Shirt! You might be thinking, what's with t-shirts all of the sudden? Let's take a small step back and let me fill everyone in: Everyone is aware now that paid downloads have been removed from the Downloads section. The idea behind it was to provide a stable and secure place for people to sell and buy custom RO content. As a whole, rAthena has barely broken even through the paid downloads system. Many people who bought products immediately requested a charge-back thus getting the product for free and setting rAthena in the negative. Since the removal, those who had paid downloads up have requested for Payouts through the Nexus system. Many Payouts were paid either through rAthena Donations, Maki’s personal funds, or Akkarin’s personal funds. There are still quite a few requests that need to be paid off. I understand everyone’s frustrated at this time with getting their money for their products. Fast forward. One of the first attempts to help get people their money back (aside from normal donations or advertisements) is the idea of selling an exclusive rAthena T-Shirt! The base price of the shirt is $15 USD. We are offering the option to allow custom text to be put on the back of the shirt for an extra $5 USD. Due to shipping costs, any shipping outside of the Untied States will also cost an extra $5 USD (Sorry, but don't blame us!). So you've read this far, what about the shirt? What does it look like? Front: Back: Overall: Size Chart: Shirt Details: The shirt color is called "Royal" which most appropriately matches rAthena! This is our first batch, so we need to get a shirt count ordered by March 28! Head on over to the shop and help us out! I will update this topic after March 28 with the estimated dates of shirt arrival and then shipment out to the purchasers! You can view also view your purchase in the Client Area to confirm it went through. Side note: When checking out, make sure to select "Update Shipping Address" before you check out so that Nexus will confirm your shipping information. The idea was proposed to me by @AzuraSkyy who also took the time to setup everything and get the ball rolling! So a big, big thank you goes out to him!
    2 points
  2. Good day people of rAthena. this is my first release. this NPC is same as a status point seller(zeny), I just customize it as a skull. This Hero quest is the same as the popular RO I played back in 2010. so this is how it works : you need 2000 skulls (from killed players) to fullfill the quest. give 500 status points. you can only use it once per account. announces when you finish your quest. note : if they reset, they can't recover the 500 status points. prontera,156,179,5 script Hero 470,{ cutin "3rd_rune_knight",2; mes "[Blast]"; if(#DoneQuest == 1) { mes "I am sorry it seems that you already done Hero Quest."; mes "you can only done the quest once per account."; end; } mes "[Blast]"; mes "Hi! I'm ^ff0000The Hero, Blast^000000."; mes "If you fullfill your quest,"; mes "I can give you more ^ff0000POWER!!^000000"; mes "Are you interested?"; menu "Yes!",L_Explain,"No.",L_Exit; end; L_Explain: next; mes "[Blast]"; mes "OK, I'll explain."; next; mes "[Blast]"; mes "I need 2000 pieces of player ^ff0000 Skulls.^000000"; next; mes "[Blast]"; mes "So you need to kill many of your fellow players to fullfill your Hero Quest."; next; mes "[Blast]"; mes "Once you've finished the quest, you will be given ^ff0000500^000000 status points as a reward."; menu "Yes!",L_BuySP,"I'll think about it.",L_Exit; end; L_BuySP: next; mes "[Blast]"; mes "Shall we continue?"; menu "Yes.",-,"No, my mistake.",L_Exit; if(countitem(7420) > 1999){ delitem 7420,2000; set StatusPoint,StatusPoint+500; set #DoneQuest, 1; announce "Congratulations! "+strcharinfo(0)+" has fullfilled his quest from The Hero, Blast!!",0; } else { next; mes "[Blast]"; mes "Sorry, but you do not have enough Skull to fullfill your quest"; } close; L_Exit: close; } heroquest.txt
    1 point
  3. The application failed to start due to side configuration incoreta side. See the Application event log or use the command line ferramenta sxstace.exe for more information. My Paint its bug. okay, try this : make a custom grf, then make a data.ini [Data] 0=xdata.grf 1=yourro.grf 2=rdata.grf 3=data.grf 4=sdata.grf then rathen/db/packet_db.txt packet_db_ver: 30 then clientinfo.xml <version>30</version then src/common/mmo.h #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20120410
    1 point
  4. yes, it's fine. update me what happens.
    1 point
  5. try to use 12-04-10
    1 point
  6. ordeal_3-2,0,0,0 script GRControl -1,{ end; OnMyMobDead: getitem 969,1; //Gold end; } // Spawn 50 Dokebis with 1000 millisecond spawn delay ordeal_3-2,0,0,0,0 monster Dokebi 1110,50,1000,0,"GRControl::OnMyMobDead" // Make the Dokebis drop nothing ordeal_3-2 mapflag nomobloot This script is untested. Use it at your risk.
    1 point
  7. So it's supposed to be style.bmp and the client simply loads the wrong file name? Because from what i've seen it's the stylist shops, and i've never seen the style.bmp to be used anywhere else.
    1 point
×
×
  • Create New...