[COMPLETED] This land is my land cheat table

Ask about cheats/tables for single player games here
powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

Cake-san wrote:
Mon Jun 24, 2019 3:19 pm
powerzhea wrote:
Mon Jun 24, 2019 3:13 pm
Also money send, check your paypal bro.
Could u perhaps add the option, that everything u loot, instead of 1 in inventory becomes 250 of that item?
Would this be possible? Like all in inventory is set to 250 of the item in inventory?
I had made that option,it's in hidden side of the script... but it has its own issue :oops:
So do you want to me to post my table here?
Ofcourse you can post it here on the site. Did u see my question about the ammo no add and stagger?

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: This land is my land cheat table

Post by Cake-san »

powerzhea wrote:
Mon Jun 24, 2019 3:25 pm
Ofcourse you can post it here on the site. Did u see my question about the ammo no add and stagger?
Oppps , already answer here...
Cake-san wrote:
Mon Jun 24, 2019 3:19 pm
option 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...
Let me know if, there are any issue with the table... And I know that hidden part has a few issue :P

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

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.

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

Cake-san wrote:
Mon Jun 24, 2019 4:36 pm
powerzhea wrote:
Mon Jun 24, 2019 3:25 pm
Ofcourse you can post it here on the site. Did u see my question about the ammo no add and stagger?
Oppps , already answer here...
Cake-san wrote:
Mon Jun 24, 2019 3:19 pm
option 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...
Let me know if, there are any issue with the table... And I know that hidden part has a few issue :P
Did u receive the money i send ya?

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: This land is my land cheat table

Post by Cake-san »

powerzhea wrote:
Mon Jun 24, 2019 4:44 pm
Did u receive the money i send ya?
Yep. already received, safe & sound... And I'm still trying to figure out this paypal :roll:

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

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.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: This land is my land cheat table

Post by Cake-san »

powerzhea wrote:
Mon Jun 24, 2019 5:22 pm
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.
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>
You can also use that "Item.NoConsume" & "Craft.IgnoreIngredient" to craft anything you want without needing any item...

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

Cake-san wrote:
Mon Jun 24, 2019 6:06 pm
powerzhea wrote:
Mon Jun 24, 2019 5:22 pm
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.
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>
You can also use that "Item.NoConsume" & "Craft.IgnoreIngredient" to craft anything you want without needing any item...
Where do i put that in? Yes the ignoreingredient, is superb, and the item no consume is superb too.
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.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: This land is my land cheat table

Post by Cake-san »

powerzhea wrote:
Mon Jun 24, 2019 6:14 pm
Where do i put that in? Yes the ignoreingredient, is superb, and the item no consume is superb too.
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.
Select All -> Ctrl+C -> Select an option/address/script in CE table -> Ctrl+V

I see, should I make add item options ?

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

Cake-san wrote:
Mon Jun 24, 2019 6:23 pm
powerzhea wrote:
Mon Jun 24, 2019 6:14 pm
Where do i put that in? Yes the ignoreingredient, is superb, and the item no consume is superb too.
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.
Select All -> Ctrl+C -> Select an option/address/script in CE table -> Ctrl+V

I see, should I make add item options ?
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

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: This land is my land cheat table

Post by Cake-san »

powerzhea wrote:
Mon Jun 24, 2019 6:28 pm
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
You don't have to actually open that script, just hightlight that script option ,then paste. :D

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...

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

Cake-san wrote:
Mon Jun 24, 2019 6:54 pm
powerzhea wrote:
Mon Jun 24, 2019 6:28 pm
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
You don't have to actually open that script, just hightlight that script option ,then paste. :D

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...
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.
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

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

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.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 770

Re: This land is my land cheat table

Post by Cake-san »

powerzhea wrote:
Mon Jun 24, 2019 7:14 pm
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.
Well, that's probably the stack cheat, gg.

I had re-uploaded the table... let see how it goes..

powerzhea
Expert Cheater
Expert Cheater
Posts: 100
Joined: Mon Sep 10, 2018 9:44 pm
Reputation: 5

Re: This land is my land cheat table

Post by powerzhea »

Gonna test it now, the reuploaded version

Post Reply

Who is online

Users browsing this forum: fujiwaranovan, jack0918, JustCallMeGrim, TSChampion, YandexBot