Da die PHP datei die man beim traid anfang leider nicht mehr herunterladen kann wollt ich es nochmal hier posten... hoffe das wird von ihm mal bald wieder aktualisiert
Bonjour,
Pour les Francais qui n'arrive toujours pas à utiliser le bot, j'ai fais ce tutoriel.
Une vidéo sera prochainement en ligne.
Bye
Did I give you the rights to publish my bot? No I didn't, so remove the whole article.
Quote:
Originally Posted by eXoTe30
Da die PHP datei die man beim traid anfang leider nicht mehr herunterladen kann wollt ich es nochmal hier posten... hoffe das wird von ihm mal bald wieder aktualisiert
Aktualisiert, danke
Info:
Neue Version befindet sich im Anhang, paar kleine Sachen gefixt.
Info:
Neue Version befindet sich im Anhang, paar kleine Sachen gefixt.
HZ Bot funktioniert eh nicht mehr, nur weil ich mich kurz von meinem ersten Account abgemeldet habe und dann einen anderen in den Bot eingegeben habe steht die ganze Zeit nur: Login fehlgeschlagen
HZ Bot funktioniert eh nicht mehr, nur weil ich mich kurz von meinem ersten Account abgemeldet habe und dann einen anderen in den Bot eingegeben habe steht die ganze Zeit nur: Login fehlgeschlagen
Hi i am looking for away to retrieve character item stats so i can try to build an item calculator!
I modify this bot
to take the id of item:
$this->herozero->write('Inventory cape item id: '.$this->herozero->response['data']['inventory']['cape_item_id']);
items image sample url:
but can any1 tell me how to use the item id to retrieve item stats?
all items id's are those:
"inventory":{"id":14010,"character_id":14010,"mask _item_id":2611062,"cape_item_id":2614497,"suit_ite m_id":2333326,"belt_item_id":2414796,"boots_item_i d":2414924,"weapon_item_id":2633753,"gadget_item_i d":2525200,"missiles_item_id":2633759,"bag_item1_i d":2686631,"bag_item2_id":2632869,"bag_item3_id":2 736135,"bag_item4_id":2686559,"bag_item5_id":0,"ba g_item6_id":0,"bag_item7_id":0,"bag_item8_id":0,"b ag_item9_id":0,"bag_item10_id":0,"bag_item11_id":0 ,"bag_item12_id":0,"ts_last_shop_refresh":13455238 60,"shop_item1_id":2736981,"shop_item2_id":2736982 ,"shop_item3_id":2736983,"shop_item4_id":2736984," shop_item5_id":2736985,"shop_item6_id":2736986,"sh op_item7_id":2736987,"shop_item8_id":2736988,"shop _item9_id":2736989},
Hi i am looking for away to retrieve character item stats so i can try to build an item calculator!
I modify this bot
to take the id of item:
$this->herozero->write('Inventory cape item id: '.$this->herozero->response['data']['inventory']['cape_item_id']);
items image sample url:
but can any1 tell me how to use the item id to retrieve item stats?
all items id's are those:
"inventory":{"id":14010,"character_id":14010,"mask _item_id":2611062,"cape_item_id":2614497,"suit_ite m_id":2333326,"belt_item_id":2414796,"boots_item_i d":2414924,"weapon_item_id":2633753,"gadget_item_i d":2525200,"missiles_item_id":2633759,"bag_item1_i d":2686631,"bag_item2_id":2632869,"bag_item3_id":2 736135,"bag_item4_id":2686559,"bag_item5_id":0,"ba g_item6_id":0,"bag_item7_id":0,"bag_item8_id":0,"b ag_item9_id":0,"bag_item10_id":0,"bag_item11_id":0 ,"bag_item12_id":0,"ts_last_shop_refresh":13455238 60,"shop_item1_id":2736981,"shop_item2_id":2736982 ,"shop_item3_id":2736983,"shop_item4_id":2736984," shop_item5_id":2736985,"shop_item6_id":2736986,"sh op_item7_id":2736987,"shop_item8_id":2736988,"shop _item9_id":2736989},
THANKS
JSON_DECODE the Array to get a PHP-Array where you can work with.