PDA

View Full Version : CASINO SHADOWCORES HELP!



sergioxd19
06-29-2014, 04:00 AM
hi anyone knows how to repair the problem field browse my script casino to operate in shadowcores? this is part of my script


function Open_Containers()
for i = 0, 15 do
closeContainer(i)
end
while #Container.GetAll() ~= 8 do
UpdateSystemCoordinates()
for i = 0, 15 do
closeContainer(i)
end
Client.HideEquipment()
if Self.BrowseField(Coordinates.Counter.x, Coordinates.Counter.y, Coordinates.Counter.z) == 1 then
wait(500,600)
Containers.Counter = Container(0)
end
Client.HideEquipment()
if Self.BrowseField(Coordinates.Locker.x, Coordinates.Locker.y, Coordinates.Locker.z) == 1 then
wait(500,600)
Containers.Locker = Container(1)
end
Client.HideEquipment()
if (table.contains({ 3497, 3498, 3499, 3500 }, Containers.Locker:GetItemData(0).id)) then
Containers.Locker:OpenChildren({Containers.Locker: GetItemData(0).id, false})
wait(500,600)
Container(2):UseItem(0, true)
end
wait(500,600)
Containers.Depot = Container(2)
Client.HideEquipment()

Containers.Depot:OpenChildren({CheckBP, true})
wait(500,600)
Containers.Check = Container(3)
Client.HideEquipment()

Containers.Depot:OpenChildren({CrystalBP, true})
wait(500,600)
Containers.Crystal = Container(4)
Client.HideEquipment()

Containers.Depot:OpenChildren({PlatinumBP, true})
wait(500,600)
Containers.Platinum = Container(5)
Client.HideEquipment()

Containers.Depot:OpenChildren({PlatinumExtraBP, true})
wait(500,600)
Containers.ExtraPlatinum = Container(6)
Client.HideEquipment()

Containers.Depot:OpenChildren({ItemBP, true})
wait(500,600)
Containers.Item = Container(7)
Client.HideEquipment()

CheckDiceAndDecoration()
end
end

Proteus
06-29-2014, 05:53 AM
I gave up on trying to get the Browse Field option to work well in shadow cores, so instead I just changed the way that the script operated altogether. For instance, keep the counter field and depot field closed (don't use the browse field options for that at all) and when you go to collect the crystal coins use:


if (Map.GetTopMoveItem(x, y, z) == 3043) then
Map.PickupItem(x, y, z, containerto, slot, amount)
end

Where x,y,z is the coordinates of the counter.
(feel free to change that to a loop instead incase they add numerous stacks)

sergioxd19
07-17-2014, 06:54 PM
see, I do not understand, what happens to my script. is that it opens the backpack, I need you to be the backpack so you can start