Jump to content

Jazz

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by Jazz

  1. thanks for this, solved our problem
  2. YeezyRO Development

  3. thanks for the info's ill maybe stick with the supported client atm.
  4. thanks. maybe ill just stick at 2012-04-10 atm . thanks
  5. is there a fix for the bug skills at 2012-05-15a quagmire safetywall etc etc. @emistry thanks gonna try that. where exactly should i put that? or change that? here ? this is what i have in my itemscript itemskill "ITEM_ENCHANTARMS",4; got it working thanks. for the idea. )
  6. yeah maybe im going to use 2012-04-10 then
  7. how bout on 2012-07-02? planning to change client its either 2012-04-10 or 2012-07-02. but i think there's no available packet_db for 2012-07-02 client yet
  8. quick fix on that skills? or packet_db for 2012-07-02
  9. is it available? or by any chance to get it?
  10. oh my. thanks alot . i didn't knew.
  11. got another question. what am i doing wrong Converter Buff Icon won't show. tested in 2011-11-22 / 2012-04-10 / 2012-06-18
  12. okk thanksss does 04-10 uses lua or lub?
  13. the one like this? see my attachment.
  14. i mean can you see the duration? is it cooling down? cause in 2012-06-18 some of the icons are available , you can see it. but its not cooling down you need to hower the mouse to the icon to see the how much time left in your buffs
  15. how bout the 2012-05-15 client? does it have the skill cooldown and buff durations?
  16. cause im currently using 2012-06-18 and it doesn't have some of the skills cooldowns and buffs durations. 2012-04-10a some of the gibberish text are hard coded. how bout 2012-05-15, does it have the skill downs and buffs durations?
  17. Pro's And Con's of 2011-11-22 Client and 2012-04-10 Client Please compare them, i really can't decide which client to use. your comment and suggestion will be highly appreciated. thanks in advance
  18. @euphy got it working , thanks @all thanks for those who help me.
  19. 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; } exact same script in euphy's post. 1st page
  20. @mofo . yes its all +0 items . yes it is working but for Armor only . Shield / Shoes / Garment won't show
  21. doesn't work with me euphy i did copy the script in first page of this topic. can you post here the script? i really don't know whats wrong it only refines the armor
×
×
  • Create New...