Username: Password:

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Mindee BOT News and Updates / Mindee-BOT v0.2c v2.4.91 patch released.
« Last post by =Mindee= on September 03, 2023, 11:22:53 AM »
What's new:

- Two new script functions.
22
Share / Re: quest doratia+orthoma+hunterra+change wp149
« Last post by MikeOwh on August 20, 2023, 12:18:20 AM »
En 2020 hice un script de Hunterra, Doratia y Gorgoros (código abierto) quizás esté en el grupo de Discord.
23
Request / Re: count item loot
« Last post by Nicaragua on August 19, 2023, 08:35:58 PM »
 [ummmm]

Very thanks
24
Request / Re: count item loot
« Last post by Xmidnightx on August 19, 2023, 08:33:44 PM »
Here is removing the item from Autoloot.

Code: [Select]
Syorta_ore = 6405
def onReceiveAddItemToBackpack(slot, itemId):
    if script.GetItemsCountEx(Syorta_ore, True, False, False) >= 3 :
        script.RemoveItemFromList(1, Syorta_ore) # deletes the autoloot itemId
        script.StatusMessage("ok")
25
Share / quest doratia+orthoma+hunterra+change wp149
« Last post by Nicaragua on August 19, 2023, 07:58:24 PM »
 [drevil2] tal vez hoy trabajo en hacer gorgoros  , ESTOY PIDidiendo ayuda para que me enseñen a contar item y mover armas de la mochila al inventario y viceversa .
Es igual al anterior inicia portal hunterra y recuerde dejar al menos un espacio disponible para tomar los item use de orthoma

Saludos happy game [fuckyeah]
26
Request / Re: count item loot
« Last post by Nicaragua on August 19, 2023, 07:50:06 PM »
 [hmmm] Thank you, but the part is missing that when you already have the necessary amount, don't pick up that item anymore, if it's not too much trouble :)
27
Request / Re: count item loot
« Last post by Xmidnightx on August 19, 2023, 07:33:08 PM »
A simple example:


Code: [Select]
Syorta_ore = 6405
def onReceiveAddItemToBackpack(slot, itemId):
    if script.GetItemsCountEx(Syorta_ore, True, False, False) >= 3 :
        script.ToggleAutoloot(0)
        script.StatusMessage("ok")
28
Share / Re: [Share] Script Hunt and Mining
« Last post by Nicaragua on August 18, 2023, 08:26:47 PM »
 [hhhfgh]

Gracias
29
Request / count item loot
« Last post by Nicaragua on August 18, 2023, 08:03:22 PM »
once we know how to move inventory item to the backpack

How to count the item loot and not collect more items

crystal work
egg of petraclop
any other more

crystal_w only 3

egg_petr only 5

def onChangeLocation(x, y, z):

if crystal_w >= 3 :
setway(xxxxx, 2)
30
 [likeasir]

excellent this optimizes my code in less lines for the same action thank you
Pages: 1 2 [3] 4 5 ... 10