Shrek_III
Elite+-
Content Count
129 -
Joined
-
Last visited
Everything posted by Shrek_III
-
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Once again - you can't use your EBG version which the actual version of the bot 0.8 I just gave you some information about what I am doing right now. I will release it once it is ready. Current project state: - identify items DONE - currency stacker DONE - recognizing all prefixes and suffixes DONE - item parser partially DONE [*:26v7qdst]Helmet [*:26v7qdst]Chest [*:26v7qdst]belt [*:26v7qdst]ring [*:26v7qdst]amulet [*:26v7qdst]gloves [*:26v7qdst]boots [*:26v7qdst]shields [*:26v7qdst]quiver [*:26v7qdst]wand [*:26v7qdst]dagger [*:26v7qdst]sword [*:26v7qdst]axe [*:26v7qdst]mace [*:26v7qdst]claws [*:26v7qdst]scepter [*:26v7qdst]staff [*:26v7qdst]bow -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Ok, here some more information about the state of the new GUI Tasks: - identify items DONE - currency stacker DONE - recognizing all prefixes and suffixes DONE - item parser partially DONE working on reading and comparing mods... ...to be continued -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Ok, here some more information about the state of the new GUI Tasks: - identify items DONE - currency stacker DONE - item parser partially DONE right now I am working on recognizing all prefixes and suffixes... ...to be continued -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
uh - didn't know that there are potions with this amount of delay... ...I will change this within next release. Thanks for report. -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Done already, but this isn't what I am aiming for. Right now I am implementing a real item check, so you say I want to keep - all armor with 1000+ defense and it won't sell it. - all items with 5 links - all items with 6 sockets - or whatever you want to keep Implementing this is a biggy - but will be awesome once it is released. Here a small teaser on how to make your file to keep several items: [rarity] == unique [rarity] == currency [rarity] == gem [type] == ring && [rarity] == rare [type] == amulet && [rarity] == rare [type] == armour && [sockets] == 6 [type] == weapon && [sockets] == 6 [type] == armour && [sockets] >= 5 && [links] >= 4 [type] == weapon && [sockets] >= 5 && [links] >= 4 I assume that it is pretty easy to understand -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Don't use the gui by now - it doesn't support 0.8. I won't be able to update it within the next 2 days, as I am not at home!!! -
Seems to me that you are pretty new to the botting-scene, otherwise you might have seens something like this before... This is a pickit configuration file. Everyone can create his own file and make some statements of items he would like to find. You like to keep all strength-intelligence armors (chest, helmet, shields, gloves and boots) this is your code: [subtype] == strength-intelligence You want to keep only the rare str-int chest armors this is your code: [type] == armor && [subtype] == strength-intelligence && [rarity] == rare
-
[rarity] == unique [rarity] == currency [rarity] == gem [type] == ring && [rarity] == rare [type] == amulet && [rarity] == rare [type] == armour && [sockets] == 6 [type] == weapon && [sockets] == 6 [type] == armour && [sockets] >= 5 && [links] >= 4 [type] == weapon && [sockets] >= 5 && [links] >= 4 This is just an example of my stashing/keep/sell code - works perfect Will make a movie with full support of everything within the next days - now working on auto stacking...
-
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
@crusnik you are right, this happens if you create a new profile. Old profiles will be updated automatically. This is a bad bug - my fault - will be fixed with the next update. -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Did you write-protect any files within the last version of EBG? Works here without problems. Did you try to create a new profile? - Having same problems?! -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
New version available... -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Do you have the exiledBot in the same directory as ExiledBot GUI? -
I think the question is suiteable, just because if you are checking for quality only, rare would be below uniques. But to answer the question: Yes, it will still pick up uniques, if you set the pickup uniques ini entry.
-
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Are you sure, that in "Bot-Settings I" the Looting-Option "Use ALT to loot" is checked?! You also have the ingame option enabled? Just because I am 100% sure it's working as I am looting this way aswell. Although I have no other reports... Please post your "charakter".EBC here - thx -
Probably you should report errors/bugs, otherwise software can't get better... I would like to know how you were able to get that error. PM me
-
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
F12 is working, you need to press it quite fast, but it is working. For killing issues use the custom hotkey (to be defined at EBG Settings I) -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
I am checking this right now... -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
hm worked in my vm... try manually delete the Wingdings3 true type font - and re-run setup -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
New version released! Get used to the new and great BAR feature!!! If autoupdater doesn't work or you want a clean and fresh install use the setup.exe on post#1 -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Next version which will be released is bug free (regarding skills) - if not please gimme a feedback or a bug report which is useable in any way - not something like "it's not working". Edit: btw the GUI supports skill distances since version 1.2 - please look carefully before flaming - thx -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Right now there is nothing to be done - we all need to wait for a bot update. I will release a new version of EBG as soon as ExiledBot is updated. -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
@missbwl Have you created a new profile? Or are you using a profile of an older version? I strongly recommend creating a new profile everytime a new version of EBG/Exiled Bot is released. -
no white maps?! LOL There is no need for magic and rare maps, aswell - you can easily create them by yourself. The only map useful is the unique map...
-
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
Changing your desktop to 800x600 is not a good idea, because the bot-window has to be 800x600 (so in fact it's even larger caption/titlebar, borders). -
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's Shrek_III in User's script for POE and/or Exiled Bot
@xrdx Sry, but don't you think it's useless to post a x thousand lines log into the forum?! You didn't even use the newest gui to create your profiles. - pretty sure you are missing some things. Do not even dump inventory, Act 2 or nothing - that's it. Periode. I am working on it and I am pretty sure that I will be able to present something new to you this weekend. @venereveritas np - use this - this works fine for me (all auras are used) LMB = walk; middle = leap slam; RMB = cleave; Q=whirling blades; W=Grace; E=Haste; R=Anger; T=Determination ; Bot skills config file ; ====================== ; created by ExiledBot GUI (EBG) v1.25a (c) Shrek_III ; This file is part of the "very special" Profile. [skills] skill0_key = mouse_left skill0_min_distance_value =0 ; Min distance to use this skill skill0_max_distance_value =0 ; Max distance to use this skill skill0_cooldown=0 ; Skill recast timer in milliseconds skill0_priority=0 ; Priority of the skill skill0_is_aura=false ; Set here to true if you want to use this skill as an aura skill1_key = mouse_right skill1_min_distance_value =0 ; Min distance to use this skill skill1_max_distance_value =150 ; Max distance to use this skill skill1_cooldown=50 ; Skill recast timer in milliseconds skill1_priority=10 ; Priority of the skill skill1_is_aura=false ; Set here to true if you want to use this skill as an aura skill2_min_distance_value =151 ; Min distance to use this skill skill2_max_distance_value =700 ; Max distance to use this skill skill2_cooldown=250 ; Skill recast timer in milliseconds skill2_priority=1 ; Priority of the skill skill2_is_aura=false ; Set here to true if you want to use this skill as an aura skill3_key=Q skill3_min_distance_value=0 ; Min distance to use this skill skill3_max_distance_value=0 ; Max distance to use this skill skill3_priority=0 ; Priority of the skill skill3_cooldown=0 ; Skill recast timer in milliseconds skill3_is_aura=false ; Set here to true if you want to use this skill as an aura skill4_key=W skill4_min_distance_value=0 ; Min distance to use this skill skill4_max_distance_value=0 ; Max distance to use this skill skill4_cooldown=0 ; Skill recast timer in milliseconds skill4_priority=0 ; Priority of the skill skill4_is_aura=false ; Set here to true if you want to use this skill as an aura skill5_key=E skill5_min_distance_value=0 ; Min distance to use this skill skill5_max_distance_value=0 ; Max distance to use this skill skill5_cooldown=0 ; Skill recast timer in milliseconds skill5_priority=0 ; Priority of the skill skill5_is_aura=false ; Set here to true if you want to use this skill as an aura skill6_key=R skill6_min_distance_value=0 ; Min distance to use this skill skill6_max_distance_value=0 ; Max distance to use this skill skill6_cooldown=0 ; Skill recast timer in milliseconds skill6_priority=0 ; Priority of the skill skill6_is_aura=false ; Set here to true if you want to use this skill as an aura skill7_key=T skill7_min_distance_value=0 ; Min distance to use this skill skill7_max_distance_value=0 ; Max distance to use this skill skill7_cooldown=0 ; Skill recast timer in milliseconds skill7_priority=0 ; Priority of the skill skill7_is_aura=false ; Set here to true if you want to use this skill as an aura I am still using Aura/Cry/Curse enhancement of EBG.