Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Bug Fix] Taking the last item played on grass


Valentine90
 Share

Recommended Posts

**Sorry my english**

This is a simple fix, but it is necessary. When a player plays down an herb potion and then, when you press Enter to pick up again, it does not catch the last order to first:

![](http://img849.imageshack.us/img849/7196/27311928.jpg)

What would be the potion (last item) and then the herb

He takes the first item that was played, the item is below

![](http://img42.imageshack.us/img42/2848/64168709.jpg)

**Open Server**

**1 -** In **modPlayer**, look for:

```
Sub PlayerMapGetItem
```

**2 -** Replace:

```
For i = 1 To MAX_MAP_ITEMS
```

**3 -** By:

```
For i = MAX_MAP_ITEMS To 1 Step -1
```

**Credits:**

Valentine
Link to comment
Share on other sites

I think my sister posted a fix on this in a question topic.. And I posted it as well not too long ago to someone and on git. ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png) Funny how hardly anyone ever notices it.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...