![]() |
#161
|
|||
|
|||
![]()
Hello, i've released a new update, it includes the 25 Jan RS patch 1.6.1 which fixes the leveling system crashes etc http://translate.googleusercontent.c...MBDGD6JRcfWfA#
and i've included the translation files inside it. @HardWithStyle, Yeah me too it crashes when turning in that quest in Elon, still not fixed with 1.6.1, next time maybe. The changed the exp_system config but i raised the XP rewards from level 1-10 like i had done previously while still keeping the higher XP in last levels. Have fun Edit: Re-up, added description for updated Fighting spirit skill "When attacking an enemy, unit has a 10% chance to improve their initiative by 1 for 1 turn. Each bonus or penalty of Morale raises or lowers the chance by 1%. Inflicting a fatal blow, the squad has increased chance of gaining initiative by 3%." Last edited by grimeleven; 02-01-2012 at 01:33 AM. |
#162
|
|||
|
|||
![]()
I missed 1 change, my bad here's the fixed file, lua error when hero levelup, copy .lua to sessions\red_sands\scripts. I re-uploaded RedSandsExtreme with 2 changes included below.
I noticed there is something that got messed up in that patch, the player units would get a 50% damage increase, well over the limit cap and the enemy units were having 0% damage increase.. here's a fix to put it back decent levels, tho they changed the damage% for certain classes for something else. For existing games, before it would calculate this way 5 * 10 = 50% damage now 2 * 10 = 20% max exp_system_cfg.txt Change Code:
max_damage_bonus=4 damage_bonus=5 Code:
max_damage_bonus=10 damage_bonus=2 base { and change Code:
pars=9 // number of available params to upgrade for class par1=attack par2=defense par3=krit par4=attack par5=defense par6=krit par7=attack par8=defense par9=krit Code:
pars=8 // number of available params to upgrade for class par1=attack par2=defense par3=krit par4=attack par5=defense par6=krit par7=attack par8=damage Last edited by grimeleven; 02-01-2012 at 01:39 AM. |
#163
|
|||
|
|||
![]()
I have a (most likely) dumb question, but at what time do i get access to new land? After i got every stone on main quest?
|
#164
|
|||
|
|||
![]()
No need for stones, you must finish quest to get map for new island. It have lots of running around on other islands and main problem is to defeat 42 lvl hero for it.
|
#165
|
|||
|
|||
![]()
My current quest on red sands (which i don't have access to it):
-Find the answers in Red Sands When i go to map, its under clouds. I killed nearly all, except K'Tahu and Tower in Debir. What did i miss o.O |
#166
|
|||
|
|||
![]()
This is weird
![]() You should have no problem with quest, I all did all same way and had normal travel to new island. Sry man, i have no idea what is problem ![]() |
#167
|
|||
|
|||
![]()
Damn... I still have that npc in inventory and try to talk with him but nothing. I really don't know why i cant go there >.< Hope grimeleven will have a solution for this.
Gone through all islands, talking to every single npc and 0 result. IDK why i cannot go on Red Island, is it possible i did something wrong with quests? Last edited by HardWithStyle; 02-05-2012 at 03:00 PM. |
#168
|
|||
|
|||
![]()
@HardWithStyle I played RSE on a little bit older version 1.3 and here is my quest log for red sands island different then yours. I dont know what changed in new update something in translation or quest itself but you got some bug/error in your version
![]() After fighting Zigurd quest goes : talk to shopkeeper in Elon, go to Reha in castle talk, then Nameless castle and after talking to Dark Mistikus he give you map to Red sands island and that was it for me. I dont know any other way to get map for new island, because that`s how quest is made. In your screen i see that order in which you visited islands is different then in my quest, if you have some save after fighting with Zigurd try going in my order Elon-Reha-Nameless and see if you get map for red sands. Good luck. |
#169
|
|||
|
|||
![]()
Ah LOL, i got access to Red Sands, i haven't noticed that Mistikus got new line after Reha. Huhuh, thank you Fatt_Shade!
EDIT: grimeleven, can you do something about Orc Saboteur please. Started new game on Impossible and i have a stack of 200+ of them and i can't pass that, 100% crash when i attack at close range or when they attack me and i retaliate. Rest of game is working sooooo smooth now! |
#170
|
|||
|
|||
![]() Quote:
sessions\red_sands\atoms\orc_saboteur.atom Change Code:
posthitmaster=saboteur_posthit,orc_trophy_posthit,moldok_posthit Code:
posthitmaster=orc_trophy_posthit,moldok_posthit or posthitmaster=orc_trophy_posthit ![]() Otherwise it's the invisibility skill, triple Change Code:
attacks=moveattack,cloacking,hit_back,triple_return Code:
attacks=moveattack,hit_back,triple_return or attacks=moveattack,hit_back Hope you can sort out the problem! Last edited by grimeleven; 02-17-2012 at 12:32 AM. |
![]() |
|
|