Advertisement
mysourcedestiny

[Source] Ração

Apr 16th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. case 505: // Volatile do item
  2. {//hp
  3. if (PInt(addr_bclient + 0x015C6A84+2)+5000<=32000) PInt(addr_bclient + 0x015C6A84+2) += 7000; // Quanto de HP a montaria deve ser curada?
  4. if (PInt(addr_bclient + 0x015C6A84+2)+5000>=32000) PInt(addr_bclient + 0x015C6A84+2) = 32000; // Máximo de HP da montaria.
  5. if (PInt(addr_bclient + 0x015C6A84+6)+30 <= 100) PInt(addr_bclient + 0x015C6A84+6) +=30 ;
  6. if (PInt(addr_bclient + 0x015C6A84+6)+30 >= 100) PInt(addr_bclient + 0x015C6A84+6) =100 ; // Ração 100 = 100%
  7. SendItens(clientid, 0x15C6A84, 14);
  8. break;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement