Hey Community, my Problem is i use this code for a raid but problem is after Raid i dont get Reputation ... i tried also to Took "<Reputation Value="250000"/>" and put it to "<GiftItems>" but it still not work i use the Kint source does someone have the same problem? or did someone fix it allready ...
The Raid works rly well "its not my Code" .. and ye the only problem is the Reputation Gift.. not work
btw. before i poste anyshit i searched something bout it but i dont found something and ... yeah if someone have the Solve pls Share it with me.
Ty and sorry for my Bad English
The Raid works rly well "its not my Code" .. and ye the only problem is the Reputation Gift.. not work
HTML Code:
<?xml version="1.0" encoding="utf-8" ?> <Definition> <Globals> <Id Value="4" /> <Label Value="Slade" /> <LevelMinimum Value="1"/> <LevelMaximum Value="255"/> <StartX Value="13" /> <StartY Value="53" /> <Reputation Value="250000"/> <RequiredItems> <Item VNum="1131" Amount="1"/> </RequiredItems> <GiftItems> <Item Amount="1" VNum="302" Design="4" IsRandomRare="1"/> </GiftItems> </Globals> <InstanceEvents> <CreateMap Map="1" VNum="2542"> <SetMonsterLockers Value="1" /> <SetButtonLockers Value="0" /> <RefreshRaidGoals/> <SummonMonster VNum="286" PositionX="38" PositionY="28" IsBoss="1"> <OnDeath> <RemoveMonsterLocker/> <RefreshRaidGoals/> <End Type="1"/> <ThrowItem VNum="1046" PackAmount="30" MinAmount="20000" MaxAmount="20001"/> </OnDeath> </SummonMonster> </CreateMap> </InstanceEvents> </Definition>
Ty and sorry for my Bad English