Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $('<div id="cfg_options"><div id="infoAtak" style="background-position: '+((getCookie("_IA")=="true")?'0px -22px':'0px 0px')+'; width: 18px; position: absolute; left: 122px; top: 230px; padding: 4px 4px 0px;"></div></div>').appendTo("#panel").click(
  2. oldFight=fight;
  3. fight=function(h){
  4. if (isset(h.init)) {
  5. var a = []
  6. , p = [];
  7. var wyslac=true;
  8. for (var c in h.w) {
  9. if (h.w[c].gender=="x")
  10. wyslac=false;
  11. if (h.w[c].team != 2) {
  12. a.push(h.w[c].name + "(" + h.w[c].lvl + h.w[c].prof + ")")
  13. } else {
  14. p.push(h.w[c].name + "(" + h.w[c].lvl + h.w[c].prof + ")")
  15. }
  16.  
  17.  
  18. }if (wyslac){
  19. if (hero.hp>1){
  20. //if (getCookie("_IA")=="true"){
  21. _g('chat&c=clas mistrz');
  22. //}
  23. }
  24. }
  25. }
  26. oldFight(h);
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement