Jump to content

Meister

Members
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Meister

  1. http://sourceforge.net/apps/trac/rathena/changeset/16221 cause there's a warning in the description.. = Important Warning: ================================================================ Dont use threading at the moment athena is not threadsafe! you'll mess up everthing when accessing data from other threads .., no synchronization is provided. A way to process tasks asynchronously will come up after / with the new socket system. Thank you. I'm running a p-server btw. thanks again.
  2. dugo ilong ko sa pinagsasabi. bsta alam ko na ngayon. HAHA. ty ulit!
  3. sa servers.php mo ata yan. tapos tangalin mo yung md5 set mo false..
  4. accessory po. diba po kasi yung Ifrit Card na sloslot sa accessory? tapos pag natatamaan siya mag EQ pero low chance. yung damage po pano pataasin? INT lang po ba?
  5. yung ctrl + 1 and blah blah. kasi po ayaw po gumana. 2011-11-22 po gamit ko pero lahat ng macro gumagana except lang po iyon na macro.. TY po. salamat!
  6. How many seconds does the curse stack ? for level 1 cursed circle and onwards?
  7. //===== rAthena Script ======================================= //= Universal Rental NPC //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== //= 1.3a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= A Free PecoPeco and Falcon Breeder //===== Additional Comments: ================================= //= 1.1 FIXED checkriding/cart/falcon funcs [Lupus] //= 1.2 Added Rebirth/Advanced Class support [Mass Zero] //= 1.3 Simplified the checks of job [silentdragon] //= 1.3a Fixed a Typo Error. [samuray22] //= Thanks to ~AnnieRuru~. //= 1.4 Optimized Script. No need for 50 million Labels. [spre] //============================================================ prontera,163,188,4 script Universal Rental Npc 726,{ mes "[universal Rental Npc]"; mes "Hi, here you can rent Carts, Falcons or Pecopecos."; next; switch(select("Cart:Falcon:Peco")) { case 1: if((BaseClass == Job_Merchant || BaseJob == Job_SuperNovice) && checkcart() == 0 && getskilllv("MC_PUSHCART")>0) { setcart; } else { mes "[universal Rental Npc]"; mes "Sorry " + strcharinfo(0) + ", Please make sure you are the required job and have the required skill."; } break; case 2: if(BaseJob != Job_Archer && BaseClass == Job_Archer && checkfalcon() == 0 && getskilllv("HT_FALCON")>0) { setfalcon; } else { mes "[universal Rental Npc]"; mes "Sorry " + strcharinfo(0) + ", Please make sure you are the required job and have the required skill."; } break; case 3: if (BaseJob != Job_Swordman && BaseClass == Job_Swordman && checkriding() == 0 && getskilllv("KN_RIDING")>0) { setriding; } else { mes "[universal Rental Npc]"; mes "Sorry " + strcharinfo(0) + ", Please make sure you are the required job and have the required skill."; } break; } close; } eto po gamit kong script yung sa rAthena tlaaga. pero nagpaparent parin siya ng falcon kahit naka on yung warg ng ranger.
  8. kapag naka suot na yung ranger ng warg? kasi po nakaka rent parin sila ng falcon pag naka on yung warg. pero yung warg di pede magamit pag may falcon.
  9. Is this for example.. The other characters of the account can't get the items again.
  10. example.. One char per account. Or rather. the npc will give the items once only for 1 account. Thanks
  11. Can I bump in? Error An error occurred while trying to process your request. Please try contacting an administrator: admin@localhost I have uploaded mob_db item_db of rAthena sql-files for my flux cp renewal how to fix it?
  12. Nice! Its cool man! Do you make personal websites?
  13. yun din gamit ko dati pero. nag error ako sa port malaya monster wala na po ba mas mataas dun?
  14. BUMP.. this might help.. http://www.playragnarok.com/news/updatedetail.aspx?id=206
  15. ^anong client po tinutukoy mo? Pede bang malaman iyon? Salamat.
  16. Ano po maayos gamitin na client kung saan meron ito lahat.. 1. 3rd Job Mount pati yung lion. 2. Yung Kagerou makikita 3. Yung Body Relocation may animation 4. Yung sa Port Malaya monster di mag error 5. Yung meron na sa packet_db ng rA salamat po. kasi sa kasalukuyan po, ang gingamit ko ay 2011-11-22a pero may problema sa body relocation auto snap lang siya. salamat..
  17. Fixed sorry for this!
×
×
  • Create New...