Jump to content

Winter1992

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by Winter1992

  1. Any one can help me? how to edit this here is my script. then i want to put this modification on that so that the refiner will check if the item can refine or not gonryun,177,118,3 script Instant +10 TCG 950,{ mes "What item do you want to be refined?"; next; set @refine,.equip_part[select(getequipname(.equip_part[0]), getequipname(.equip_part[1]), // shoes getequipname(.equip_part[2]), // muffler getequipname(.equip_part[3]), // lower gear getequipname(.equip_part[4]), // mid gear getequipname(.equip_part[5]), // headgear getequipname(.equip_part[6]), // armor getequipname(.equip_part[7]), // shield getequipname(.equip_part[8]), // weapon getequipname(.equip_part[9]))-1]; if(countitem(7227) < 1) { mes "You are missing:"; mes ""+((countitem(7227) < 1)?"1 TCG Cards":"")+""; close; } if(getequiprefinerycnt(@refine) >= 7) { mes "+10 Item cannot be refined anymore."; close; } else { delitem 7227,1; successrefitem @refine,10; mes "Clang Clang! Success!"; close; } OnInit: setarray .equip_part[1],2,3,5,6,7,8,9; } where should i put this code?? (!getequipisenableref(@part)) { mes "Go find another Blacksmith. You can't refine this thing."; close; }
    1. Show previous comments  2 more
    2. Winter1992

      Winter1992

      commit on this sir may i knlw the link ? thanks 

    3. Cydh

      Cydh

      u just need to see what we have on battle.cpp::battle_calc_cardfix

      because there are more updates after Git Hash: 165609d4 (highly not recommended to follow changes on this revision)

    4. Winter1992

      Winter1992

      thank you sir im using old version of rathena due to some reason thank you again god bless

  2. why i cant open this link?? any idea
  3. hello bro why i can't open this link?
  4. May i know why i can't open this ?? http://rathena.org/board/tracker/issue-8695-damage-adjustment-in-battle-calc-cardfix-is-wrong Thanks i need this diff or patch to finish my ro a better reply would be a greater help .
  5. but.in my.server asura miss i think the neutral and demi human element calculate as one is there a way to fix ?
  6. hello may i ask how can i seperate demi human resist and neutral resist? base on my observation i use 1 ck 1 cranial shield and deviant mateu which is 10% reduce on ck 35% reduce on demi human on the shield then 50% reduce damage to neutral from the deviant mateu. as i see when i asura my other character there is no single damage i guess due to resistance issue anyone can help ? this would be a great help thanks
  7. but i want this files i have alot of modification except this cash shop can't find anything related
  8. i im doing manual patch i can't update my emulator
  9. 20150916 i don't know what version is my rathena i just pulled it on my mediafire and i just want to work on it please help? Much better if you can give me the commit of 2015 i can't find it thanks!
  10. 20150916 i don't know what version is my rathena i just pulled it on my mediafire and i just want to work on it please help?
  11. Could you give me the exact link for the source code of cash shop button? my cash shop button is not working it seems to be visible but if i buy on the shop nothing happen. Thank you for helping
  12. A lot of thanks who can share the download link of the 2018 client exe unpacked.
  13. sir hazim can i pm you my server files ?? please update it ? help me with it ? is it fine ? still i have the .svn there i have encounter error on github if you dont mind?
  14. yea i know merging the commit but the 3 .c file i dont know how to put them do you have any idea or guide how to put them ?? because i read already they need to put on vcproj-13.. may i ask also ? if i update the whole it will affected the whole code right? my soul link mods for all job are working on the old revision but in new or latest revision no error on visual studio 2013 but it's not working when i use them in game.
  15. anyone know how can i update my old rathena files for client side only i dont want to use the latest source just for client side only i want to use 20141022 but i dont know where to start like how to add a new .c file. the following that i dont have is -char_mapif.c -src/char/char_logif.h -src/char/char_logif.c thats the only one i need and how to fix my old rathena files kindly help me if screenshot of source need on my server files let me know so that you can help me by the way my rathena sln is 13 rathena13 is the last one thankyou i guess i put my question on the right section correct me if not so that i can delete and transfer it to the right section thankyou again
  16. ok ok bro thanks ty for this i will try it thankyou for this my apology for my quote ehe thankyou
  17. here is the error see the image also here's the loop code for( set .@i,1; .@i <= 6; set .@i,.@i+1 ) { if ((.@i == 3) && (getiteminfo(getequipid(3),5) == 32) && (getequipisequiped(.@i))) { // Only catch shields set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@arr[.@j], .@i; set .@j, .@j + 1; set .@menu$, .@menu$ + ":"; } if(getequipisequiped(.@i) && (.@i != 4) && (.@i != 3)) { set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@arr[.@j], .@i; set .@j, .@j + 1; set .@menu$, .@menu$ + ":"; } }
  18. where can i see the patch or committ line for 20151029??
  19. i can help you with the switch frost pm me !
  20. hello im from pony if you are having any request for help is free for developing i think you need to pay pony using just by default with custom items here pm his developer https://www.facebook.com/izayagenesis
  21. im using unknown Svn Revision Pls help ? i dont know what to do
×
×
  • Create New...