Jump to content

Jazz

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Jazz

  1. as the title says. Removing the skill of usage of Hiding and Cloaking? one one when you use Hide and on the top of your character saying like "Hiding" what i mean to say is Screaming skill name "Hiding !!" and "Cloaking !!"
  2. As the title says ..Instant Cast skills have 0.01sec Casting time skills like First Aid, Pneuma, Lex Aeterna and all instant cast running already on pre-renewal, disable renewal cast. still have 0.01 casting time sorry don't know if I posted in the right section
  3. necro need to know if its still viable
  4. as the title says. I just really need the old interface up
  5. is rathena still compatible with 2009 clients? I want the old interface in it
  6. SVN Says its svn r17701 but there's alot of new commits now and i just wont update my svn to any other revisions
  7. yup thanks. i was just confuse i think ) thanks solved
  8. im using 2012-04-10a the record gui is still the old one. how can i activate the new gui for this?
  9. change every bonus2 in elemental to bonus3 bonus2 bSubEle,Ele_Neutral,5; >>>> bonus3 bSubEle,Ele_Neutral,5;
  10. duel : true accept : true reject : true
  11. //===== eAthena Script ======================================= //= Guarantee Refine Ticket //===== By: ================================================== //= Euphy / GM Takumirai //===== Current Version: ===================================== //= 1.1a //===== Description: ========================================= //= Uses [Guarantee Refine Ticket] to refine weapons/armor. //============================================================ function script GuaranteeRefine { set .@CleanEquip,1; // Only refine +0 equipment? (1:yes / 0:no) if (!getarg(1)) { message strcharinfo(0),"Guarantee Refine Ticket +"+getarg(0)+""; for(set .@i,1; .@i<=10; set .@i,.@i+1) { if (getequipisequiped(.@i) && !getiteminfo(getequipid(.@i),13)) set .@menu$, .@menu$+getequipname(.@i); set .@menu$, .@menu$+":"; } set .@s, select(.@menu$); } else set .@s, getarg(1); if (!getequipisequiped(.@s)) { dispbottom "Nothing is equipped!"; close; } if (!getequipisenableref(.@s)) { dispbottom getequipname(.@s)+" cannot be refined."; close; } if (getequiprefinerycnt(.@s) >= 20 || (.@CleanEquip && getequiprefinerycnt(.@s))) { dispbottom "+"+getequiprefinerycnt(.@s)+" "+getequipname(.@s)+" cannot be refined any further."; close; } if (getarg(1)) message strcharinfo(0)," ~~ Guarantee Refine Ticket +"+getarg(0)+" ~~ "; if(select("^0055FFRefine +"+getequiprefinerycnt(.@s)+" "+getequipname(.@s)+":^777777Cancel^000000")==2) close; pcblockmove getcharid(3),1; specialeffect2 348; progressbar "",2; if (!countitem(getarg(2))) { dispbottom "Refine failed. Ticket not found."; close; } for(set .@i,0; .@i<getarg(0); set .@i,.@i+1) { if (getequiprefinerycnt(.@s) >= 20) break; successrefitem .@s; } delitem getarg(2),1; pcblockmove getcharid(3),0; close; } /* Copy the following into db\item_db2.txt: 6228,Guarantee_Weapon_9Up,Guarantee Weapon 9Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",9,4,6228; },{},{} 6229,Guarantee_Weapon_8Up,Guarantee Weapon 8Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",8,4,6229; },{},{} 6230,Guarantee_Weapon_7Up,Guarantee Weapon 7Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",7,4,6230; },{},{} 6231,Guarantee_Weapon_6Up,Guarantee Weapon 6Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",6,4,6231; },{},{} 6232,Guarantee_Armor_9Up,Guarantee Armor 9Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",9,0,6232; },{},{} 6233,Guarantee_Armor_8Up,Guarantee Armor 8Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",8,0,6233; },{},{} 6234,Guarantee_Armor_7Up,Guarantee Armor 7Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",7,0,6234; },{},{} 6235,Guarantee_Armor_6Up,Guarantee Armor 6Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",6,0,6235; },{},{} 6238,Guarantee_Weapon_11Up,Guarantee Weapon 11Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",11,4,6238; },{},{} 6239,Guarantee_Armor_11Up,Guarantee Armor 11Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "GuaranteeRefine",11,0,6239; },{},{} */ how would i apply this into a NPC.
  12. yes. with no skill errors and no aura bugs.
  13. uhm what do you suggest i use in 2012 clients?
  14. wala na akong idea. try mo kaya ulit mag dl ng latest SVN. na recompile ako ng svn. same na same ng sayo. 2012-04-10a / r16857 wala namana kong naging problema about dyn.
  15. I can see my on aura, but the other players won't dunno whats wrong. can someone confirm this please. thanks
  16. you forgot to the import-tmpl make a new folder . name it as import then put the files from the import-tmpl to import folder then delete the import-tmpl folder. about the db error. did you put the schema Logs in your sql?
  17. Welcome Lighta help me with something please.. haha JK
  18. read this http://rathena.org/board/topic/59529-setting-up-a-centos-vps-w-rathena-vnc/ this part specially
  19. how could i possible do this? example i'm 150 max stats would be 120 and it won't pass that cap unless I level up to 151. thanks in advance. sorry about this i think I posted in the wrong section. Kindly please move this to the right section. thanks
  20. post mo ulit dito ung packet_db mo. tapos recheck lang ulet. 2012-04-10a ba ang gamit mong client? nung nag diff ka >>>WDGSkipPacketHeaderObfuscation<<< chineck mo ba yan? pag unknown packet kasi kadalasan yan ung problema eh
  21. redownload a new one. then recompile or just delete the src you edit and update the svn. that should fix it
×
×
  • Create New...