Ofcourse you can post it here on the site. Did u see my question about the ammo no add and stagger?
[COMPLETED] This land is my land cheat table
Re: This land is my land cheat table
Oppps , already answer here...
Let me know if, there are any issue with the table... And I know that hidden part has a few issueCake-san wrote: ↑Mon Jun 24, 2019 3:19 pmoption ammo no add do, do just like what it said... when you aim with your bow, your ammo will decrease but if you cancel it, you will get your ammo back but since there is a no item consume script, the ammo will continually increase if you cancel your shot, so this's where the script come from... ammo.NoAdd...
no stagger options do is , your player will not have any stop effect when being attack by melee, so you aim/attack will not be cancel by melee enemy attacking.
Thankyou very much & you're welcomed, I had posted my table above...
Re: This land is my land cheat table
Thank you bro, i will test it out fully, after my business meeting. Then ill test it all out and let you know any feedback.
Re: This land is my land cheat table
Did u receive the money i send ya?Cake-san wrote: ↑Mon Jun 24, 2019 4:36 pmOppps , already answer here...Let me know if, there are any issue with the table... And I know that hidden part has a few issueCake-san wrote: ↑Mon Jun 24, 2019 3:19 pmoption ammo no add do, do just like what it said... when you aim with your bow, your ammo will decrease but if you cancel it, you will get your ammo back but since there is a no item consume script, the ammo will continually increase if you cancel your shot, so this's where the script come from... ammo.NoAdd...
no stagger options do is , your player will not have any stop effect when being attack by melee, so you aim/attack will not be cancel by melee enemy attacking.
Thankyou very much & you're welcomed, I had posted my table above...
Re: This land is my land cheat table
Well so far, all options seem to work, except the stack. How do i use that? I put the value to 250, but my personal inventory and that of my camp has no 250 stacks of every item.
Re: This land is my land cheat table
Well, that script is pretty broken, here's the fix... just paste it directly in CE
It will mostly work for personal inventory only not camp.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>41</ID>
<Description>"Set Min item stack"</Description>
<Options moHideChildren="1"/>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanregion(ItemsWeight,"Entity:CalculateItemsWeight","Entity:CalculateItemsWeight"+100,48 63 80 DC 00 00 00)
alloc(newmem,2048,ItemsWeight)
label(returnhere)
label(item)
registersymbol(ItemsWeight)
registersymbol(item)
newmem:
push rcx
cmp dword ptr [rax+E0],01
je short code
mov ecx,dword ptr [item]
cmp [rax+000000DC],ecx
jnl short code
mov dword ptr [rax+000000DC],ecx
mov [rax+E0],#999
code:
pop rcx
movsxd rax,dword ptr [rax+000000DC]
jmp returnhere
item:
dd #250 0
ItemsWeight:
jmp newmem
nop
nop
returnhere:
[DISABLE]
dealloc(newmem)
ItemsWeight:
//movsxd rax,dword ptr [rax+000000DC]
db 48 63 80 DC 00 00 00
unregistersymbol(ItemsWeight)
unregistersymbol(item)
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>45</ID>
<Description>"min value"</Description>
<LastState Value="250" RealAddress="06D3003F"/>
<VariableType>4 Bytes</VariableType>
<Address>item</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
Re: This land is my land cheat table
Where do i put that in? Yes the ignoreingredient, is superb, and the item no consume is superb too.Cake-san wrote: ↑Mon Jun 24, 2019 6:06 pmWell, that script is pretty broken, here's the fix... just paste it directly in CE
It will mostly work for personal inventory only not camp.You can also use that "Item.NoConsume" & "Craft.IgnoreIngredient" to craft anything you want without needing any item...Code: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>41</ID> <Description>"Set Min item stack"</Description> <Options moHideChildren="1"/> <LastState Activated="1"/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] aobscanregion(ItemsWeight,"Entity:CalculateItemsWeight","Entity:CalculateItemsWeight"+100,48 63 80 DC 00 00 00) alloc(newmem,2048,ItemsWeight) label(returnhere) label(item) registersymbol(ItemsWeight) registersymbol(item) newmem: push rcx cmp dword ptr [rax+E0],01 je short code mov ecx,dword ptr [item] cmp [rax+000000DC],ecx jnl short code mov dword ptr [rax+000000DC],ecx mov [rax+E0],#999 code: pop rcx movsxd rax,dword ptr [rax+000000DC] jmp returnhere item: dd #250 0 ItemsWeight: jmp newmem nop nop returnhere: [DISABLE] dealloc(newmem) ItemsWeight: //movsxd rax,dword ptr [rax+000000DC] db 48 63 80 DC 00 00 00 unregistersymbol(ItemsWeight) unregistersymbol(item) </AssemblerScript> <CheatEntries> <CheatEntry> <ID>45</ID> <Description>"min value"</Description> <LastState Value="250" RealAddress="06D3003F"/> <VariableType>4 Bytes</VariableType> <Address>item</Address> </CheatEntry> </CheatEntries> </CheatEntry> </CheatEntries> </CheatTable>
However for expanding base and all that, one needs a lot of ingredients that needs to be farmed.
So this fix could save a lot of time.
Re: This land is my land cheat table
Select All -> Ctrl+C -> Select an option/address/script in CE table -> Ctrl+V
I see, should I make add item options ?
Re: This land is my land cheat table
I did that, and then opened the script for stack items, then changed whats in there with ur fix, then it gave me an error.
That what i put in, will not inject.
Well if u could do that, and add the fix, then paypal me a pm with another 20 euro, and ill happily pay you the 20 euro
Re: This land is my land cheat table
You don't have to actually open that script, just hightlight that script option ,then paste.powerzhea wrote: ↑Mon Jun 24, 2019 6:28 pmI did that, and then opened the script for stack items, then changed whats in there with ur fix, then it gave me an error.
That what i put in, will not inject.
Well if u could do that, and add the fix, then paypal me a pm with another 20 euro, and ill happily pay you the 20 euro
To add item enable "DeveloplmetMode" script and then while in-game press left-Ctrl to open cheat menu, Tab to close cheat menu.
For cheat map, open map and then hold left-Ctrl & left-Alt...
Re: This land is my land cheat table
I think the add item is bugged. I see the item that i added, but i cannot put it in my camp or use it to send to settle another camp.Cake-san wrote: ↑Mon Jun 24, 2019 6:54 pmYou don't have to actually open that script, just hightlight that script option ,then paste.powerzhea wrote: ↑Mon Jun 24, 2019 6:28 pmI did that, and then opened the script for stack items, then changed whats in there with ur fix, then it gave me an error.
That what i put in, will not inject.
Well if u could do that, and add the fix, then paypal me a pm with another 20 euro, and ill happily pay you the 20 euro
To add item enable "DeveloplmetMode" script and then while in-game press left-Ctrl to open cheat menu, Tab to close cheat menu.
For cheat map, open map and then hold left-Ctrl & left-Alt...
Forgive me for my idiotic response, but im so confused on were to add the fix.
I copy all, click on the stack items scripts, and then i click Ctrl V but nothing happens
Re: This land is my land cheat table
Oh i forgot, one of the cheats, not sure which one, basically emptied my entire inventory lol
So all that i gathered was gone, the guns and ammo, the bow and arrows, but it was still visible on my character.
So all that i gathered was gone, the guns and ammo, the bow and arrows, but it was still visible on my character.
Re: This land is my land cheat table
Well, that's probably the stack cheat, gg.
I had re-uploaded the table... let see how it goes..
Re: This land is my land cheat table
Gonna test it now, the reuploaded version
Who is online
Users browsing this forum: DotBot, Google Adsense [Bot]