Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.17 KB | None | 0 0
  1. Array
  2. (
  3.     [accept_results] => Array
  4.         (
  5.             [0] => Array
  6.                 (
  7.                     [ident] => Array
  8.                         (
  9.                             [type] => b
  10.                             [id] => 15
  11.                         )
  12.  
  13.                     [change_hp] => 0
  14.                     [new_hp] => 0
  15.                     [is_died] => 1
  16.                     [product_time] => 0
  17.                     [next_ressurect] => -1
  18.                     [rewards] => Array
  19.                         (
  20.                         )
  21.  
  22.                 )
  23.  
  24.             [1] => Array
  25.                 (
  26.                     [ident] => Array
  27.                         (
  28.                             [type] => u
  29.                             [id] => 29
  30.                         )
  31.  
  32.                     [change_hp] => 5
  33.                     [new_hp] => 40
  34.                     [is_died] => 0
  35.                 )
  36.  
  37.             [2] => Array
  38.                 (
  39.                     [ident] => Array
  40.                         (
  41.                             [type] => b
  42.                             [id] => 26
  43.                         )
  44.  
  45.                     [change_hp] => -20
  46.                     [new_hp] => 10
  47.                     [is_died] => 0
  48.                     [product_time] => 0
  49.                 )
  50.  
  51.             [3] => Array
  52.                 (
  53.                     [ident] => Array
  54.                         (
  55.                             [type] => u
  56.                             [id] => 22
  57.                         )
  58.  
  59.                     [change_hp] => -20
  60.                     [new_hp] => 80
  61.                     [is_died] => 0
  62.                 )
  63.  
  64.         )
  65.  
  66.     [user] => Array
  67.         (
  68.             [id] => 2
  69.             [network_type] => VK
  70.             [network_id] => 321
  71.             [fname] => test
  72.             [sname] => test
  73.             [gender] => m
  74.             [photo] => test
  75.             [gold] => 21935
  76.             [gem] => 51
  77.             [level] => 10
  78.             [exp] => 0
  79.             [energy] => 20
  80.             [max_energy] => 20
  81.             [energy_timer] => 2012-01-10 15:20:27
  82.             [mp] => 20
  83.             [bonus_mp] => 0
  84.             [pc_last_turn] => 2012-01-10 14:34:25
  85.             [action_friend_count] => 0
  86.             [rating] => 0
  87.             [turn_num] => 30
  88.             [orc_badge] => 10
  89.             [iron_bar] => 10
  90.             [leather] => 10
  91.             [clay] => 10
  92.             [resin] => 10
  93.             [cloth] => 10
  94.             [rope] => 10
  95.             [brick] => 10
  96.             [lumber] => 10
  97.             [mandrake_root] => 6
  98.             [bay_leaf] => 6
  99.             [human] => 90
  100.             [elf] => 130
  101.             [dwarf] => 40
  102.             [max_human] => 200
  103.             [max_elf] => 0
  104.             [max_dwarf] => 0
  105.             [medal] => 147
  106.             [house_limit] => 0
  107.             [last_visit] =>
  108.             [updated] => 2011-12-20 12:41:51
  109.             [last_training] => 0000-00-00 00:00:00
  110.             [training_cnt] => 0
  111.             [next_energy] => -1
  112.             [next_mana] => -1
  113.             [next_ressurect] => -1
  114.             [ressurect_price] => 10
  115.             [next_daily_bonus] => 82814
  116.         )
  117.  
  118. )
Add Comment
Please, Sign In to add comment