PDA

View Full Version : XXL Hero Guide Ingame Mod



Pages : 1 [2]

revan_xp
03-11-2011, 04:56 AM
FINALLY added support for alternate skins. Console helped a lot, thanks for help :)
Nice. Glad to hear that

meJ
03-12-2011, 11:00 PM
Evening :) I was woundering if anyone else had a problem with linux? I do get the XXL hero guide up, but the recommended items are like before :S
Is there anything i can check? :)

baayo
03-13-2011, 04:52 AM
^ I have the same problem in Windows. I started using this mod. The skill build and first items works fine. But Recommended tab still unchanged.

Any fix suggestion ?

// BUG:

file mod.xml @


<editfile name="heroes\HERO_FOLDER\hero.entity">
<find position="start">&lt;recommendeditem</find>
<insert position="before">&lt;!-- </insert>
<find position="end">" /&gt;</find>
<insert position="after"> --&gt;</insert>
<insert position="after">
...
</insert>
</editfile>

The hero.entity files being coded in a bad way

BadAssKicker
03-14-2011, 01:06 PM
^ I have the same problem in Windows. I started using this mod. The skill build and first items works fine. But Recommended tab still unchanged.

Any fix suggestion ?

// BUG:

file mod.xml @


<editfile name="heroes\HERO_FOLDER\hero.entity">
<find position="start">&lt;recommendeditem</find>
<insert position="before">&lt;!-- </insert>
<find position="end">" /&gt;</find>
<insert position="after"> --&gt;</insert>
<insert position="after">
...
</insert>
</editfile> The hero.entity files being coded in a bad way
I didn't create the code, it's from Custom Recommended Mod. Also I don't really understand the problem. Please edit the whole code for one hero. Your PM doesn't show the new code for a hero, it's just a list of items?

baayo
03-15-2011, 02:29 AM
The problem is that the recommended tab isn't working.

I didn't send u the new code, cauze its hard to manipulate with codes writen by others.

This is the code of accursed:


<?xml version="1.0" encoding="UTF-8"?>
<hero
name="Hero_Accursed"

team="Hellbourne"
icon="icon.tga"
portrait="icon.tga"
model="model.mdf"
skin=""

passiveeffect="effects/body.effect"
spawneffect=""
respawneffect="/shared/effects/respawn.effect"
selectedsound="sounds/voice/select_%.wav"
selectedflavorsound="sounds/voice/select_flavour_%.wav"
confirmmovesound="sounds/voice/move_%.wav"
confirmattacksound="sounds/voice/attack_%.wav"
nomanasound="sounds/voice/no_mana.wav"
cooldownsound="sounds/voice/cooldown.wav"
announcersound="sounds/voice/hero_select.wav"
tauntedsound="sounds/voice/taunt_prior.wav"
tauntkillsound="sounds/voice/taunt_after.wav"

preglobalscale="1.665"
modelscale="1.0"
effectscale="0.9"
boundsheight="112"
boundsradius="24"
selectionradius="52"
targetoffset="0 0 92"

movespeed="300"
turnrate="450"
turnsmoothing="0.1"

maxhealth="150"
healthregen="0.25"
maxmana="0"
manaregen="0.01"

armor="2.0"
magicarmor="5.5"

inventory0="Ability_Accursed1"
inventory1="Ability_Accursed2"
inventory2="Ability_Accursed3"
inventory3="Ability_Accursed4"
inventory4="Ability_AttributeBoost"
inventory5=""
inventory6=""
inventory8="Ability_Taunt"

attackduration="1000"
attackactiontime="450"
attackcooldown="1700"
attackdamagemin="31"
attackdamagemax="33"
attacknumanims="3"
attackoffset="0 30 100"
attackprojectile=""
attackrange="110"
attackstarteffect=""
attackactioneffect=""
attackimpacteffect="/shared/sounds/impacts/impact_flesh.effect"
attacktype="melee"
combattype="Hero"

aggrorange="600"
sightrangeday="1800"
sightrangenight="800"
wanderrange="250"

primaryattribute="Strength"
strength="23"
strengthperlevel="2.7"
agility="17"
agilityperlevel="1.5"
intelligence="21"
intelligenceperlevel="2.0"
>
<!-- <recommendeditem name="Item_ManaPotion" /><recommendeditem name="Item_HomecomingStone" /><recommendeditem name="Item_LifeSteal5" /><recommendeditem name="Item_PlatedGreaves" /><recommendeditem name="Item_BloodChalice" /><recommendeditem name="Item_PowerSupply" /><recommendeditem name="Empty_Item" /><recommendeditem name="Item_BehemothsHeart" /><recommendeditem name="Item_BarrierIdol" /><recommendeditem name="Item_Astrolabe" /><recommendeditem name="Item_EnhancedMarchers" /><recommendeditem name="Empty_Item" /><recommendeditem name="Empty_Item" /><recommendeditem name="Item_NomesWisdom" /><recommendeditem name="Item_Marchers" /><recommendeditem name="Item_ManaRegen3" /><recommendeditem name="Empty_Item" /><recommendeditem name="Item_MinorTotem" /><recommendeditem name="Item_GuardianRing" /><recommendeditem name="Item_ManaPotion" /><recommendeditem name="Item_HealthPotion" /> -->
<recommendeditem name="Item_MinorTotem" />
<recommendeditem name="Item_RunesOfTheBlight" />
<recommendeditem name="Item_HealthPotion" />
<recommendeditem name="Item_HomecomingStone" />

<recommendeditem name="Item_Intelligence5" />
<recommendeditem name="Item_Strength5" />
<recommendeditem name="Item_Bottle" />
<recommendeditem name="Item_PlatedGreaves" />
<recommendeditem name="Item_Astrolabe" />
<recommendeditem name="Item_NomesWisdom" />
<recommendeditem name="Item_Replenish" />
<recommendeditem name="Item_BarrierIdol" />
<recommendeditem name="Item_Damage10" />
<recommendeditem name="Item_BehemothsHeart" />

<modifier key="ability3" modpriority="100"
attackanim="ability_3_attack_%"
attacknumanims="3"
/>
</hero>

But, it should be like this:


<?xml version="1.0" encoding="UTF-8"?>
<hero
name="Hero_Accursed"

team="Hellbourne"
icon="icon.tga"
portrait="icon.tga"
model="model.mdf"
skin=""

passiveeffect="effects/body.effect"
spawneffect=""
respawneffect="/shared/effects/respawn.effect"
selectedsound="sounds/voice/select_%.wav"
selectedflavorsound="sounds/voice/select_flavour_%.wav"
confirmmovesound="sounds/voice/move_%.wav"
confirmattacksound="sounds/voice/attack_%.wav"
nomanasound="sounds/voice/no_mana.wav"
cooldownsound="sounds/voice/cooldown.wav"
announcersound="sounds/voice/hero_select.wav"
tauntedsound="sounds/voice/taunt_prior.wav"
tauntkillsound="sounds/voice/taunt_after.wav"

preglobalscale="1.665"
modelscale="1.0"
effectscale="0.9"
boundsheight="112"
boundsradius="24"
selectionradius="52"
targetoffset="0 0 92"

movespeed="300"
turnrate="450"
turnsmoothing="0.1"

maxhealth="150"
healthregen="0.25"
maxmana="0"
manaregen="0.01"

armor="2.0"
magicarmor="5.5"

inventory0="Ability_Accursed1"
inventory1="Ability_Accursed2"
inventory2="Ability_Accursed3"
inventory3="Ability_Accursed4"
inventory4="Ability_AttributeBoost"
inventory5=""
inventory6=""
inventory8="Ability_Taunt"

attackduration="1000"
attackactiontime="450"
attackcooldown="1700"
attackdamagemin="31"
attackdamagemax="33"
attacknumanims="3"
attackoffset="0 30 100"
attackprojectile=""
attackrange="110"
attackstarteffect=""
attackactioneffect=""
attackimpacteffect="/shared/sounds/impacts/impact_flesh.effect"
attacktype="melee"
combattype="Hero"

aggrorange="600"
sightrangeday="1800"
sightrangenight="800"
wanderrange="250"

primaryattribute="Strength"
strength="23"
strengthperlevel="2.7"
agility="17"
agilityperlevel="1.5"
intelligence="21"
intelligenceperlevel="2.0"
>
<recommendeditem name="Item_HealthPotion">
<recommendeditem name="Item_ManaPotion">
<recommendeditem name="Item_GuardianRing">
<recommendeditem name="Item_MinorTotem">
<recommendeditem name="Empty_Item">

<recommendeditem name="Item_ManaRegen3">
<recommendeditem name="Item_Marchers">
<recommendeditem name="Item_NomesWisdom">
<recommendeditem name="Empty_Item">
<recommendeditem name="Empty_Item">

<recommendeditem name="Item_EnhancedMarchers">
<recommendeditem name="Item_Astrolabe">
<recommendeditem name="Item_BarrierIdol">
<recommendeditem name="Item_BehemothsHeart">
<recommendeditem name="Empty_Item">

<recommendeditem name="Item_PowerSupply">
<recommendeditem name="Item_BloodChalice">
<recommendeditem name="Item_PlatedGreaves">
<recommendeditem name="Item_LifeSteal5">
<recommendeditem name="Item_HomecomingStone">

<modifier key="ability3" modpriority="100"
attackanim="ability_3_attack_%"
attacknumanims="3"
/>
</hero>

This part:

<!-- <recommendeditem name="Item_ManaPotion" /><recommendeditem name="Item_HomecomingStone" /><recommendeditem name="Item_LifeSteal5" /><recommendeditem name="Item_PlatedGreaves" /><recommendeditem name="Item_BloodChalice" /><recommendeditem name="Item_PowerSupply" /><recommendeditem name="Empty_Item" /><recommendeditem name="Item_BehemothsHeart" /><recommendeditem name="Item_BarrierIdol" /><recommendeditem name="Item_Astrolabe" /><recommendeditem name="Item_EnhancedMarchers" /><recommendeditem name="Empty_Item" /><recommendeditem name="Empty_Item" /><recommendeditem name="Item_NomesWisdom" /><recommendeditem name="Item_Marchers" /><recommendeditem name="Item_ManaRegen3" /><recommendeditem name="Empty_Item" /><recommendeditem name="Item_MinorTotem" /><recommendeditem name="Item_GuardianRing" /><recommendeditem name="Item_ManaPotion" /><recommendeditem name="Item_HealthPotion" /> -->

is bad, cauze the whole recommended tab isn't working ingame.

The author of Custom Rec. Mod should fix this then.

revan_xp
03-15-2011, 05:57 AM
You are wrong. Recommended code works fine. Only the app isn't working but the code generated works fine.
I can see custom recommended from this mod so there's a problem on your end.

baayo
03-15-2011, 10:30 AM
In the previous 12 pages of this topic at least 10 people complain about this.

I tried to manually rewrite an hero.entity file. Than it worked fine.
Maybe u could upload any hero.entity file from resources999.s2z, so we i can compare the code ?

SilverBullet
03-21-2011, 07:22 AM
Torturer build shows 5 Agonizing Bonds

baayo
03-21-2011, 12:21 PM
Where i can find the newest version ? For download avaliable only 1.2.2. The Auto update updates only to 1.2.2, too.

SHiRKiT
03-21-2011, 12:51 PM
<?xml version="1.0" encoding="UTF-8"?>
<modification
application="Heroes of Newerth"
appversion="*"
mmversion="1.3"
name="XXL Hero Guide Ingame Mod"
version="1.2.2"
date="21.03.2011"
description="This is a mod to view the basic info, such as recommended items, skill builds and starting items of several guides.

CREDITS:
- Keshoon for the Custom Recommended Items Mod
- Authors of the guides
- Rush152 for the Minor Totem Ingame Mod

Version: 1.2.2
Last Update: 21.03.2011"
author="BadAssKicker"
weblink="http://forums.heroesofnewerth.com/showthread.php?p=12431882"
updatecheckurl="http://dl.dropbox.com/u/7428520/XXL%20Hero%20Guide%20Ingame/version.txt"
updatedownloadurl="http://dl.dropbox.com/u/7428520/XXL%20Hero%20Guide%20Ingame/xxl_hero_guide_ingame.honmod"
>

You didn't updated the version on the Mod.xml file ^^

BadAssKicker
03-21-2011, 09:01 PM
Oops^^ ... but even if version is 1.2.2, it should have updated to the newest one. If not I uploaded it again with correct version.

Reminator
03-24-2011, 04:24 PM
Thanks OP great work. Keep it up we need you ;)http://forums.heroesofnewerth.com/images/account_icons/japan4.png

DemKy
03-25-2011, 08:43 AM
why dont you made a "jungle skill build" for predator ?

Pred is better in lane than in jungle ?
When i'm going lane with pred, a lot of people flame me but hey, BIG HERO GUIDE says to go lane :/

InSTinK
03-26-2011, 04:45 AM
sendet you PM hope you read it ;)

Awan`Afuqya
03-26-2011, 06:43 AM
Just wanted to thank you for the alt model support!

d3sdichad0
03-26-2011, 10:06 PM
I have a few questions about this mod:

1. Is there any way to see the text guide? Like I saw in the Big Hero Guide screen shot
2. Is there a way to see the all the recommended items (core, luxury, etc) in the pop up window? or its stuck in starting items

I cant seem to do any of the above. Maybe an incompatibility with MiniUI?

Thanks for the responses.

ermanito
03-27-2011, 06:08 AM
I have a few questions about this mod:

1. Is there any way to see the text guide? Like I saw in the Big Hero Guide screen shot
2. Is there a way to see the all the recommended items (core, luxury, etc) in the pop up window? or its stuck in starting items

I cant seem to do any of the above. Maybe an incompatibility with MiniUI?

Thanks for the responses.

I've got the same questions :)

Maybe the core etc. items display when the others were bought?

GiT4x
03-27-2011, 08:22 AM
I've got the same questions :)

Maybe the core etc. items display when the others were bought?

Same here. And no recommended items dont seem to update. what ever i do they are always stuck at 'starting items'

baayo
03-27-2011, 09:46 AM
Got the same problem with recommended items.

Just downloaded the newest ver. of ModMan: https://sourceforge.net/projects/all-inhonmodman/files/ and problem fixed.

ImScout
03-27-2011, 01:49 PM
Does tremble have alunas skill build for anyone else ? :P

GiT4x
03-27-2011, 02:27 PM
Got the same problem with recommended items.

Just downloaded the newest ver. of ModMan: https://sourceforge.net/projects/all-inhonmodman/files/ and problem fixed.

Tried that asswell. it dident fix mine ;\

SHiRKiT
03-27-2011, 02:54 PM
Well, it isn't working for me either.

Fr33KiLL
03-28-2011, 02:53 AM
Hey guys about the recommended items.

I'm pretty sure the pop-up window only shows the starting items and skill build.
The rest of the items (core, mid, late) are in order of what you can buy under the recommended tab in the shop.
Also there are useful items or optional items on the bottom line/s.

.:CC:.

GiT4x
03-28-2011, 06:40 AM
Hey guys about the recommended items.

I'm pretty sure the pop-up window only shows the starting items and skill build.
The rest of the items (core, mid, late) are in order of what you can buy under the recommended tab in the shop.
Also there are useful items or optional items on the bottom line/s.

.:CC:.

Yep you are right thanks for the info.

_Wolf_
04-08-2011, 09:37 PM
update yes no?

HolyMac
04-09-2011, 05:33 AM
Hey, i donīt know if i am making something wrong, been looking around testing for an hour, cant find the recommended skillbuild in game?

NerdPolice
04-09-2011, 11:59 AM
As of current this mod is breaking my HoN. I have bug tested and it seems Tremble and Nomad cannot be selected from the hero screen and if selected by other players the game will crash.

Using an up to date Mac with ModMan 1.3.6.0 via Mono.

zabaat
04-09-2011, 08:40 PM
As of current this mod is breaking my HoN. I have bug tested and it seems Tremble and Nomad cannot be selected from the hero screen and if selected by other players the game will crash.

Using an up to date Mac with ModMan 1.3.6.0 via Mono.

Same thing happens to me as well :(

BeastmanAIDS
04-09-2011, 10:09 PM
As of current this mod is breaking my HoN. I have bug tested and it seems Tremble and Nomad cannot be selected from the hero screen and if selected by other players the game will crash.

Using an up to date Mac with ModMan 1.3.6.0 via Mono.

Same problem, happening with Windows 7 too.

baayo
04-10-2011, 04:13 AM
Almost the same here. Can't pick tremble, if he's pickes from someone else the game will crash. However i can pick Nomad, but the skill build is blank, and recommended items also.

Vista, Java HoNMod BETA 0.9.3.1

fury`
04-10-2011, 06:35 AM
Confirmed. Nomad and tremble picked, game crashed.

Roopstar
04-10-2011, 09:36 AM
Hi,

we figured it out: http://www.mediafire.com/?ty3vcf7xya448sr .

There were several bugs in it:
The first one (Copy&paste error & different code convention from S2) was in the mod.xml:
You have to change the !2nd! <editfile name="heroes\tremble\hero.entity">
to <editfile name="heroes\nomad\nomad.entity">
The "2nd" Bug (30 lines) was in the xxlhgim.xml the devs from S2 used here instead of "ability_01" "ability_1" for the icons. If you look into the textures file, you will see that the devs used different code convetions for nomad, for example "aluna" and "nomad".

stopd
04-10-2011, 09:37 AM
- Fixed duplicate Tremble entry instead of a new nomad entry (which caused the "unread bits" crash)
- Fixed faulty nomad skill entries (abilities are named 1,2,... and not 01,02,...)

Download: http://www.mediafire.com/?2zklo7ve6v0myuk (Use at your own risk)

BadAssKicker
04-10-2011, 09:55 AM
Sorry about that guys, fixed it now, I hope you can forgive me :o

hsram
04-10-2011, 07:37 PM
Sorry about that guys, fixed it now, I hope you can forgive me :o

You need a spanking.

SHiRKiT
04-10-2011, 08:12 PM
Try re-applying the mods and updating them before it.

Fr33KiLL
04-14-2011, 01:39 AM
Hey I was wondering if you will update the skill build for engineer soon
as he has the new mines or do you still stand by your existing skill build?
Cheers

.:CC:.

fury`
04-23-2011, 11:10 AM
Silhouette update anytime soon? ^^

baayo
04-29-2011, 04:56 PM
No updates anymore ?

baayo
04-30-2011, 05:03 AM
I'll share my update with you. All I have done is adding Silhouette. Alt avatar should work, too. I created this just for personal use, you don't have to use this. If some problem occurs just PM me. I am not a coder, so all i can do is try to fix it.

http://www.mediafire.com/?7g89fwrv5o8od40 ( Use at own risk )

Builds based on Prodex (http://www.nigmanoname.com/prodex.html) and http://www.allthingshon.com/guides

BadAssKicker feel free to edit this.

BadAssKicker
04-30-2011, 11:35 AM
Updated, sorry have a lot of stuff going on. I'll try to check every week.

theYUPPIES
04-30-2011, 03:17 PM
Is there a reason why I can only see the 3 newest agility heroes and none others during picking phase? And then I crash once it starts obviously... so I had to turn it off.

SHiRKiT
04-30-2011, 03:57 PM
If you are using a old version (current it 0.9.7) of my ModManager, you need to update it.

theYUPPIES
04-30-2011, 05:45 PM
my version is 1.3.1 last update was yesterday

InnerState
05-04-2011, 02:35 PM
Are you going to update this mod?

BadAssKicker
05-08-2011, 12:58 PM
Prodex site down? Dunno where to get Flux build.

revan_xp
05-08-2011, 01:38 PM
Prodex site down? Dunno where to get Flux build.
it's up.
Skillbuild is 12131412224333+4+++...

Recommended are:
Steamboot - Ghost marchers Blood Chalice
Helm of the black legion Portal key
Frostwolf Behemoth's hearth
Shaman Headress Shrunken Head

:flux::flux:

InnerState
05-09-2011, 08:25 PM
Thanks for the updates ^^ you re doing Very good work

Zesbeer
05-12-2011, 10:29 PM
welp dont need this anymore...

Dr`Morphine
05-12-2011, 11:35 PM
new patch with the shop changed the recommended...need a lil fix there bud

toofast
05-13-2011, 12:05 AM
Yes please fix. S2 recommended are terrible.

wasc0
05-13-2011, 01:48 AM
new patch with the shop changed the recommended...need a lil fix there bud
# WORD

hsram
05-13-2011, 02:20 AM
this mod lived its life until the end. good work :)

suddenfs
05-13-2011, 08:47 AM
Don't fix. S2 has integrated a guide system into the game now. People should take the guides from this mod and make them into in-game guides at http://www.heroesofnewerth.com/guides.php . Don't put your name on them call it XXL Wretched Hag Guide or XXL Slither Guide so people know it's from this mod and it's reliable.

With everyone's help we can get all these guides to the in-game guides. REMEMBER TO USE XXL IN THE TITLE.

MisterMotiv
05-13-2011, 12:25 PM
Please fix this, I really loved this mod and the old menu. A lot of the new recommended items aren't really as broad and flexible as your mod was.

I mean there certainly has to be a way to make it work with the old menu which can be enabled via ctrl + F8 and inputting that command, right?

BadAssKicker
05-13-2011, 03:14 PM
This mod will be useless until further notice :( ... we have to wait for Nigma's uploads on the new interface.

I wonder what S2 is smoking.

Toweleza
05-14-2011, 08:12 AM
HALP

CrashBashL
05-14-2011, 09:54 AM
Don't fix. S2 has integrated a guide system into the game now. People should take the guides from this mod and make them into in-game guides at http://www.heroesofnewerth.com/guides.php . Don't put your name on them call it XXL Wretched Hag Guide or XXL Slither Guide so people know it's from this mod and it's reliable.

With everyone's help we can get all these guides to the in-game guides. REMEMBER TO USE XXL IN THE TITLE.


we are using the old shop..you understand?? and now the recommended from XXL are ****ed up.

RaidSoft
05-14-2011, 11:06 AM
hmm, is there any way to see the information of the guide in a good way now? The mod can't be loaded up anymore I believe so if we want to port the guides to the current guide system, how would we go and get the build/item info out of this mod now?

Fr33KiLL
05-15-2011, 04:00 AM
The new interface is interesting, giving many guides that you can choose from. It would be great to either get your XXL guides uploaded to their guide library or replace the recommended list because I have to admit that S2's isn't as good.

.:CC:.

Carrot
05-15-2011, 05:27 AM
+1 for updating this mod to work with both the old AND new shop, many people dislike the new UI for the shop, updating this mod would bring the best of both worlds

In a perfect world, the new shop would have come with a true toggle function to completely restore the original functionality, so mods like this would still function for us diehards out there stuck in our ways. Alas, this is not the case but I for one would hate to see the very useful guides provided here disappear.

Janetoc
05-15-2011, 02:42 PM
Yea plz update this so we can have the old recommended wich was great...

u were able to have allmost all the items u needed for 1 char in that tiny recommended tab.

RaidSoft
05-16-2011, 07:18 AM
I made a guide based on the information I could extract from the mod files, now I am not entirely sure I did correctly but from the files this is what I got out for accursed for example: http://www.heroesofnewerth.com/heroesguide_view.php?gid=6375

Should I keep making these or just scrap the idea?

d1337r
05-16-2011, 10:12 AM
I think it's a great idea RaidSoft. As long as the maker of the guide doesn't mind, keep it up!

SHJordan
05-16-2011, 12:09 PM
I think it's a great idea RaidSoft. As long as the maker of the guide doesn't mind, keep it up!

I agree... ask mod author first, then publish it all... =3

RaidSoft
05-16-2011, 02:46 PM
This is why I have posted here :P But he doesn't seem particularly active...

BadAssKicker
05-16-2011, 09:18 PM
Sure, you can go ahead with that.

MisterMotiv
05-17-2011, 01:58 PM
Sure, you can go ahead with that.

So I assume you're not updating?

Shaddox
05-18-2011, 10:00 AM
So I assume you're not updating?

please see


his mod will be useless until further notice ... we have to wait for Nigma's uploads on the new interface.

RaidSoft
05-20-2011, 09:00 PM
After giving this some thought, I came to this conclusion that even if I were to make all the current XXL guides into normal guides there would be no way I could maintain them as I do not have even close to the knowledge needed to know that the guides were good enough or what would need tweaking etc...

The guides would very quickly be outdated in a lot of the cases and really I think that could possibly hurt the game more then it would help it... Or what do you guys think?

BadAssKicker
05-22-2011, 11:52 AM
If I find some time I will upload and try to keep the guides updated.

All the guides will have the same prefix: "XXL <hero name> Guide". Look out for those.

Example: http://www.heroesofnewerth.com/heroesguide_view.php?gid=13115


If you search for my username: BadAssKicker here on the right: http://www.heroesofnewerth.com/guides.php .. you will see all my guides. Please rate them up, so they can appear ingame. Thank you.

SHJordan
05-28-2011, 07:02 AM
If I find some time I will upload and try to keep the guides updated.

All the guides will have the same prefix: "XXL <hero name> Guide". Look out for those.

Example: http://www.heroesofnewerth.com/heroesguide_view.php?gid=13115


If you search for my username: BadAssKicker here on the right: http://www.heroesofnewerth.com/guides.php .. you will see all my guides. Please rate them up, so they can appear ingame. Thank you.

Oh man, thank you very very much! =3

RaidSoft
05-28-2011, 12:06 PM
I have voted up all your current guides :) I'm also telling my friends to do the same, need more people to do the same though or they won't even be shown ingame on the top list.

BadAssKicker
05-29-2011, 08:09 AM
Yes thanks for that.

If you want to see my guides ingame, please vote them up :smile:

Search here (http://www.heroesofnewerth.com/guides.php)for my username to display all the guides.


ALL heroes finished.

Kadofelwasa
05-29-2011, 06:33 PM
Not working for me since 2.0.31

BadAssKicker
05-29-2011, 08:57 PM
See first post.

Buggyglint
06-11-2011, 12:39 AM
If it's not much trouble... could you please keep updating this mode for users who are using the old shop? I much prefer to use your in-game guide with the old shop/recommended items.

Thanks

BadAssKicker
06-21-2011, 01:27 PM
Added Ra and Parasite, dont forget to rate :o

Lammkott
06-21-2011, 03:02 PM
It would be sooo bad ass if XXL HGG mod supported the new xShop (http://forums.heroesofnewerth.com/showthread.php?t=285504) -
Any chance of that happening? :O

BadAssKicker
06-23-2011, 09:40 PM
It would be sooo bad ass if XXL HGG mod supported the new xShop (http://forums.heroesofnewerth.com/showthread.php?t=285504) -
Any chance of that happening? :O
Wont work, because somehow the old vanilla shop can't be modified...

krs
07-07-2011, 03:30 AM
If it's not much trouble... could you please keep updating this mode for users who are using the old shop? I much prefer to use your in-game guide with the old shop/recommended items.

Thanks

Old shop is obsolete! link (http://forums.heroesofnewerth.com/showthread.php?t=285504)

Stanleyman
08-23-2011, 05:13 PM
are these guides upto date?

BadAssKicker
08-24-2011, 03:06 AM
are these guides upto date?
Yes they are.

Stanleyman
09-02-2011, 08:25 PM
i see that most of your guides you rather get kuldra staff instead of staff of master. Why is that?

revan_xp
09-03-2011, 06:20 AM
i see that most of your guides you rather get kuldra staff instead of staff of master. Why is that?

Because kuldra >>> staff

Kuldra let you disable completely a carry late game

BadAssKicker
09-05-2011, 02:17 AM
Because kuldra >>> staff

Kuldra let you disable completely a carry late game
qft :)

BadAssKicker
11-19-2011, 01:47 PM
Sorry guys, I was busy with Skyrim, Battlefield 3 and RL.

Got into HoN again recently and just uploaded the guides for Gemini, Midas, Monarch and Cthulhuphant.



Please use this thread (http://forums.heroesofnewerth.com/showthread.php?t=361399) for the guides.

Matsuchi
12-12-2011, 06:35 PM
This really dont work anymore! Some items in the XXL guide were diffrent from the one in the "Guidelist" Kinda annoying.

Kelebek
01-25-2012, 10:21 PM
Bump, update the mod plix ty.

No one uses the in-game ****.