CityVilleBot (Project DEVIL)


Join the forum, it's quick and easy

CityVilleBot (Project DEVIL)
CityVilleBot (Project DEVIL)
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Try LilyCity HD, it's a real cityville clone
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptyMon Apr 20, 2015 1:52 pm by ertyanna

» expansions cityville hack new 12/12/15
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySat Feb 14, 2015 9:52 pm by nico

» Biohazard Problem Expansion
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySat Nov 08, 2014 3:12 pm by CV FO LIFE

» CAN SOMEONE HELP ME?
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySat Nov 08, 2014 3:09 pm by CV FO LIFE

» hello friends i have new update of cv bot project devil 1.10 update (2.01)
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySat Nov 01, 2014 12:59 pm by Blue Angel

» [Resolved] codebase-php Error
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySun Oct 12, 2014 7:22 am by nico

» -_- Which bot is now working ????
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptyThu Oct 09, 2014 7:06 pm by lobobpf6

» bot 1.2 does nt work
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySun Aug 10, 2014 1:00 am by nathaliafariass

» COMO FUNCIONA
[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 EmptySun Aug 10, 2014 12:38 am by nathaliafariass

Affiliates
free forum


[PLUGIN] BuyIt v1.1 (13/05/2112)

+49
patho
Galaxytrain420
Aellae
sarica
aronkoch
ertyanna
jaaeyja
buxx
kkkkkkk
cmv59
mimika
surfingman
starfish16
nhoc_bimbim
lenda
madmaca
bobitos
guudman
xanubi
prncessjasmine68
hartono
Elliken
miraclesuki
mariolast
Hakihaki1
Lomen
mns
theclarets1969
asproef
CangryMan
63mb3l
TheChaosAngel
w3w4
helldawg
farach
bahatu
demian.kinley
bradang
keremyan
aztecatarasco
starpuzzles
rlff38
Jazzoo
tHc
anhoc
nipunb
AQIROCK
Little Todd
53 posters

Page 6 of 10 Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next

Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  bobitos Wed Jun 13, 2012 6:43 am

nipunb wrote:
mariolast wrote:How to buy Sign CITYVILLE (5 levels)?
add new type in Line 239 of BuyIt_class.php, 'citySign'
Line 239 should be like this:
Code:
$Allother = array('peepCapacityResource','zooEnclosure','powerstation','garden','mechanicMapResource','timedHarvestableResource','keys_island','keys_marina','decoscene','party','heliport','citySign');
then check in others inside plugin, there you can purchase Level 5 City Sign....
Hello, there are ways to add Skyway Gardens?

bobitos

Posts : 39
Points : 51
Join date : 2011-09-29

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  AQIROCK Wed Jun 13, 2012 8:20 am

bobitos wrote:Hello, there are ways to add Skyway Gardens?

skyway garden look in municipal list Wink
AQIROCK
AQIROCK

Posts : 426
Points : 448
Join date : 2011-12-11
Age : 42

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  nipunb Wed Jun 13, 2012 8:43 am

bobitos wrote:Hello, there are ways to add Skyway Gardens?
already under Municipals
code is mun_skyway_gardens_6

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Any assistance please

Post  madmaca Wed Jun 13, 2012 10:30 am

I am experiencing an issue with the BuyIt plugin , well its a botclass issue really, I keep getting this each time I run the bot

BOT IS STOPED.
PHP Warning: Invalid argument supplied for foreach() in C:\Program Files (x86)\CVBot - Project DEVIL\Plugins\BuyIt\Hooks.php on line 29


I know it is probably a really easy fix , but its well beyond me lol any help would be greatly appreciated Smile

Thanks in advance

madmaca

Posts : 20
Points : 22
Join date : 2011-10-14
Age : 46
Location : The Dark Side

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  AQIROCK Wed Jun 13, 2012 10:53 am

madmaca wrote:I am experiencing an issue with the BuyIt plugin , well its a botclass issue really, I keep getting this each time I run the bot

BOT IS STOPED.
PHP Warning: Invalid argument supplied for foreach() in C:\Program Files (x86)\CVBot - Project DEVIL\Plugins\BuyIt\Hooks.php on line 29


I know it is probably a really easy fix , but its well beyond me lol any help would be greatly appreciated Smile

Thanks in advance

you need to edit line 26 and 27 Hooks.php in buyit plugin

code in plugin :
Code:
$data = $bot->ld->GetPlSettings("BuyIt");
$settings = $bot->ld->GetPlSettings('BuyItSettings');

change to :
Code:
$data = (array) $bot->ld->GetPlSettings("BuyIt");
$settings = (array) $bot->ld->GetPlSettings('BuyItSettings');

or if you dont understand you can take my editing buyit plugin and simply replace in bot plugins folder [You must be registered and logged in to see this link.]

P/S : sorry todd just wanna help
AQIROCK
AQIROCK

Posts : 426
Points : 448
Join date : 2011-12-11
Age : 42

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Great

Post  madmaca Wed Jun 13, 2012 3:42 pm

Thanks a lot AQIROCK really appreciate your help in fixing my problem Very Happy

madmaca

Posts : 20
Points : 22
Join date : 2011-10-14
Age : 46
Location : The Dark Side

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  bobitos Wed Jun 13, 2012 4:56 pm

nipunb wrote:
bobitos wrote:Hello, there are ways to add Skyway Gardens?
already under Municipals
code is mun_skyway_gardens_6

Merci nipunb

bobitos

Posts : 39
Points : 51
Join date : 2011-09-29

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  lenda Thu Jun 14, 2012 12:32 am

can you please help me with this error

Warning: Invalid argument supplied for foreach() in C:\Program Files\CVBot - Project DEVIL\Plugins\BuyIt\BuyIt_class.php on line 450

THank you .. you really did a great job in this plugin ^_^

lenda

Posts : 1
Points : 1
Join date : 2012-06-14

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  Little Todd Thu Jun 14, 2012 12:41 am

lenda wrote:can you please help me with this error

Warning: Invalid argument supplied for foreach() in C:\Program Files\CVBot - Project DEVIL\Plugins\BuyIt\BuyIt_class.php on line 450

THank you .. you really did a great job in this plugin ^_^

Select Options -> 'Generate Item List' from the menu.

That should eliminate the warning.

Little Todd

Posts : 409
Points : 425
Join date : 2012-02-23

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  nhoc_bimbim Fri Jun 15, 2012 12:20 pm

can you buy Equality Business Tower level 3 through this plugin? I tried and received this error
[BuyIt] Action done.
([28]The user does not have enough money) [28] The user does not have enough money
[BuyIt] Trying to Buy 1 mall_skygarden_3
[BuyIt] Action started...

but i have more 400 millions coins and can't buy? or it can not buy through this plugin?

nhoc_bimbim

Posts : 13
Points : 17
Join date : 2012-05-10

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  nipunb Fri Jun 15, 2012 1:29 pm

nhoc_bimbim wrote:can you buy Equality Business Tower level 3 through this plugin? I tried and received this error
[BuyIt] Action done.
([28]The user does not have enough money) [28] The user does not have enough money
[BuyIt] Trying to Buy 1 mall_skygarden_3
[BuyIt] Action started...

but i have more 400 millions coins and can't buy? or it can not buy through this plugin?
even though the plugin shows that it costs 30000 coins, but in the XML, it has a cash cost for Level 2 & 3, so I guess thats the reason it can't be bought......

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  nhoc_bimbim Fri Jun 15, 2012 2:20 pm

nipunb wrote:
nhoc_bimbim wrote:can you buy Equality Business Tower level 3 through this plugin? I tried and received this error
[BuyIt] Action done.
([28]The user does not have enough money) [28] The user does not have enough money
[BuyIt] Trying to Buy 1 mall_skygarden_3
[BuyIt] Action started...

but i have more 400 millions coins and can't buy? or it can not buy through this plugin?
even though the plugin shows that it costs 30000 coins, but in the XML, it has a cash cost for Level 2 & 3, so I guess thats the reason it can't be bought......

ok thank bro ....

nhoc_bimbim

Posts : 13
Points : 17
Join date : 2012-05-10

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  mariolast Fri Jun 15, 2012 3:33 pm

Where you find Equality Business Tower?

mariolast

Posts : 17
Points : 21
Join date : 2011-12-19

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  nipunb Fri Jun 15, 2012 4:41 pm

mariolast wrote:Where you find Equality Business Tower?
under mall4

nipunb

Posts : 362
Points : 374
Join date : 2011-10-08

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  starfish16 Fri Jun 15, 2012 5:04 pm

nipunb wrote:
mariolast wrote:Where you find Equality Business Tower?
under mall4

why can't i get equality tower?? it says i don't have enough money eventhough i have 600+millions. Question

starfish16

Posts : 13
Points : 13
Join date : 2012-06-09

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  nhoc_bimbim Fri Jun 15, 2012 5:27 pm

starfish16 wrote:
nipunb wrote:
mariolast wrote:Where you find Equality Business Tower?
under mall4

why can't i get equality tower?? it says i don't have enough money eventhough i have 600+millions. Question

the answer above bro, read it and know why ......

nhoc_bimbim

Posts : 13
Points : 17
Join date : 2012-05-10

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  AQIROCK Fri Jun 15, 2012 10:22 pm

honestly guys for some id's they can buy equality business tower, 2 of my dummy accounts can buy using charles, mysterybox or buyit but my main can't buy it, it will give me error user doesn't have enough money so I dont think its about xml. Just wonder why Z can choose certain accounts to allowed to buy this item
AQIROCK
AQIROCK

Posts : 426
Points : 448
Join date : 2011-12-11
Age : 42

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  starfish16 Sat Jun 16, 2012 12:20 am

nhoc_bimbim wrote:
starfish16 wrote:
nipunb wrote:
mariolast wrote:Where you find Equality Business Tower?
under mall4

why can't i get equality tower?? it says i don't have enough money eventhough i have 600+millions. Question

the answer above bro, read it and know why ......


yup, i know but a friend of mine already got it thats why im wondering why i can't..thanks anyways Smile

starfish16

Posts : 13
Points : 13
Join date : 2012-06-09

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  surfingman Sat Jun 16, 2012 1:31 pm

.


Last edited by surfingman on Mon May 06, 2013 3:30 am; edited 1 time in total

surfingman

Posts : 228
Points : 226
Join date : 2011-09-25

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  CangryMan Sat Jun 16, 2012 2:53 pm

surfingman wrote:I´m looking for the name of the new rollercoaster for adding it to the plugin.
same here!
CangryMan
CangryMan

Posts : 166
Points : 212
Join date : 2012-03-12
Location : Jupiter

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  mimika Sat Jun 16, 2012 3:00 pm

'rainbowDecoration' is what should be added only i dont know where u add it to show in buy it

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  mimika Sat Jun 16, 2012 3:00 pm

CangryMan wrote:
surfingman wrote:I´m looking for the name of the new rollercoaster for adding it to the plugin.
same here!
'rainbowDecoration' is what should be added only i dont know where u add it to show in buy it

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  CangryMan Sat Jun 16, 2012 3:07 pm

mimika wrote:
CangryMan wrote:
surfingman wrote:I´m looking for the name of the new rollercoaster for adding it to the plugin.
same here!
'rainbowDecoration' is what should be added only i dont know where u add it to show in buy it

I added it but did not work!
CangryMan
CangryMan

Posts : 166
Points : 212
Join date : 2012-03-12
Location : Jupiter

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  mimika Sat Jun 16, 2012 3:10 pm

CangryMan wrote:
mimika wrote:
CangryMan wrote:
surfingman wrote:I´m looking for the name of the new rollercoaster for adding it to the plugin.
same here!
'rainbowDecoration' is what should be added only i dont know where u add it to show in buy it

I added it but did not work!
how did u add it where? i dont know how to open php BuyIt_class.php what program do i open it with?

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  CangryMan Sat Jun 16, 2012 3:27 pm

mimika wrote:
CangryMan wrote:
mimika wrote:
CangryMan wrote:
surfingman wrote:I´m looking for the name of the new rollercoaster for adding it to the plugin.
same here!
'rainbowDecoration' is what should be added only i dont know where u add it to show in buy it

I added it but did not work!
how did u add it where? i dont know how to open php BuyIt_class.php what program do i open it with?

go to Notepad++ --> BuyIt v1.1 --> then edit the file BuyIt_class

line 239

Code:
$Allother = array('peepCapacityResource','zooEnclosure','powerstation','garden','mechanicMapResource','timedHarvestableResource','keys_island','keys_marina','decoscene','party','heliport','citySign','rainbowDecoration');

This is an example, but doesn't work with this item!
I think something I'm doing wrong, but I'm waiting for some response from developer
CangryMan
CangryMan

Posts : 166
Points : 212
Join date : 2012-03-12
Location : Jupiter

Back to top Go down

[PLUGIN] BuyIt v1.1 (13/05/2112) - Page 6 Empty Re: [PLUGIN] BuyIt v1.1 (13/05/2112)

Post  Sponsored content


Sponsored content


Back to top Go down

Page 6 of 10 Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum