Jump to content
Eternal Lands Official Forums

jooschi

Members
  • Content count

    5
  • Joined

  • Last visited

About jooschi

  • Rank
    Newbie
  1. perl Client/Bot/Map class

    i allready had the stacksize @ 32M, but at wsc => segfault here my corrected HERE_YOUR_STATS - Handler (had the problem of very crazy exp-values): sub HERE_YOUR_STATS { my $self = shift; my ($type,$len,$data) = @_; my @v = unpack('v[49]V[16]v[4]V[2]v[2]V[2]',$data); $self->{'stats'} = { 'phy' => [$v[0],$v[1]], 'coo' => [$v[2],$v[3]], 'rea' => [$v[4],$v[5]], 'wil' => [$v[6],$v[7]], 'ins' => [$v[8],$v[9]], 'phy' => [$v[10],$v[11]], }; $self->{'nexus'} = { 'human' => [$v[12],$v[13]], 'animal' => [$v[14],$v[15]], 'vegetal' => [$v[16],$v[17]], 'inorganic' => [$v[18],$v[19]], 'artificial' => [$v[20],$v[21]], 'magic' => [$v[22],$v[23]], }; $self->{'skills'} = { 'man' => [$v[24],$v[25]], 'har' => [$v[26],$v[27]], 'alc' => [$v[28],$v[29]], 'oa' => [$v[30],$v[31]], 'att' => [$v[32],$v[33]], 'def' => [$v[34],$v[35]], 'mag' => [$v[36],$v[37]], 'pot' => [$v[38],$v[39]], 'sum' => [$v[67],$v[68]], 'cra' => [$v[71],$v[72]], }; $self->{'stats'} = { 'carry' => [$v[40],$v[41]], 'mp' => [$v[42],$v[43]], 'ep' => [$v[44],$v[45]], 'food' => [$v[46],45], }; $self->{'research'} = { 'completed' => $v[47], 'researching' => $v[65], 'total' => $v[66], }; $self->{'experience'} = { 'man' => [$v[49],$v[50]], 'har' => [$v[51],$v[52]], 'alc' => [$v[53],$v[54]], 'oa' => [$v[55],$v[56]], 'att' => [$v[57],$v[58]], 'def' => [$v[59],$v[60]], 'mag' => [$v[61],$v[62]], 'pot' => [$v[63],$v[64]], 'sum' => [$v[69],$v[70]], 'cra' => [$v[73],$v[74]], }; btw: http://www.eternal-lands.com/forum/index.p...mp;#entry303713
  2. Some server downtime in the next few hours

    Would be nice if someone starts the testserver too. thx
  3. perl Client/Bot/Map class

    i always get seg faults, when the character is wsc
  4. perl Client/Bot/Map class

    a very nice framework just wsc is too big for the pathfinding system found a little bug in Client.pm sub equipItem: s/1 \.\. 35/0 .. 35/ greetings jooschi
  5. Nordcarn bug

    i was harvesting black roses in nordcarn and teleported to [0,71] (somewhere in the mountain)
×