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] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptyMon Apr 20, 2015 1:52 pm by ertyanna

» expansions cityville hack new 12/12/15
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptySat Feb 14, 2015 9:52 pm by nico

» Biohazard Problem Expansion
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptySat Nov 08, 2014 3:12 pm by CV FO LIFE

» CAN SOMEONE HELP ME?
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 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] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptySat Nov 01, 2014 12:59 pm by Blue Angel

» [Resolved] codebase-php Error
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptySun Oct 12, 2014 7:22 am by nico

» -_- Which bot is now working ????
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptyThu Oct 09, 2014 7:06 pm by lobobpf6

» bot 1.2 does nt work
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptySun Aug 10, 2014 1:00 am by nathaliafariass

» COMO FUNCIONA
[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 EmptySun Aug 10, 2014 12:38 am by nathaliafariass

Affiliates
free forum


[Plugin] CityFran V1.3b (16/06/2012) [Patched]

+18
asproef
Notonlybits
farach
CangryMan
Icey
shorty1984
nipunb
yuga
tHc
florin
AQIROCK
garyopa
Lomen
theclarets1969
hartono
letigres_97
demian.kinley
22 posters

Page 3 of 4 Previous  1, 2, 3, 4  Next

Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  asproef Fri May 11, 2012 10:35 am

i m just trying plugin :

get item : dont work
gest coins : dont work

peti plugin is not loaded

an idea? is it work for someone?

asproef

Posts : 164
Points : 262
Join date : 2011-10-14

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  hartono Fri May 11, 2012 2:04 pm

peti plugin still works
dont try to get cash item with this peti plugin.
for coin ...make sure you write zID your neighbor

hartono

Posts : 33
Points : 37
Join date : 2012-05-03

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  asproef Fri May 11, 2012 2:28 pm

ok

for items, i didn t watch about coins or cash... perhaps i used cash item

for coins, i use zid write on page of pluggin setting, then...


My problem is that pluggin didn start.... when bot works, we can see name of pluggin which be used, but peti pluggin was not watched


i ll try immediatly


asproef

Posts : 164
Points : 262
Join date : 2011-10-14

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  asproef Fri May 11, 2012 3:10 pm

for Peti plugin : same issue :

plugin is not loaded


is it necessary to change something in a file? for exemple bot class or else
i don t understand why this plugin is not loaded because all of other are loaded

thanks for answer

asproef

Posts : 164
Points : 262
Join date : 2011-10-14

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  nipunb Fri May 11, 2012 3:16 pm

you need to add a line in "botclass.php" file in "codebase-php" folder in the bot folder, then only this plugin will work....
open the "botclass.php" file in any text editor and look for these lines:
Code:
      if($this->firstrun)
      {
        $this->SendMsg('# Creating plugin-settings on local db file');
        $this->ld->CreatePluginSettings($this);//added by Tonycell - to avoid the 1st run saving data problem
      }
      $this->Hook('get_inbox_requests');

now we need to add a line just before the last line, so it should look like this:
Code:
      if($this->firstrun)
      {
        $this->SendMsg('# Creating plugin-settings on local db file');
        $this->ld->CreatePluginSettings($this);//added by Tonycell - to avoid the 1st run saving data problem
      }
       $this->Hook('PetiMisteri');
      $this->Hook('get_inbox_requests');

after doing this, save the file and run the bot, now the plugin should work......

If you don't want to edit the file yourself, here's the already edited botclass file, it will only work with version 1.7 of devil bot, so If you have an old version, you need to first install the new v1.7 of bot, then copy this file to your codebase-php folder.....
Code:
http://www.mediafire.com/download.php?44711v4wr1vbw4m

nipunb

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  asproef Fri May 11, 2012 3:35 pm

You are really king

thanks a lot

i just doawnload rev 1.7 beforer reading your answer.. i ll go to download good file instead of modify (error is possible)

asproef

Posts : 164
Points : 262
Join date : 2011-10-14

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Fri May 11, 2012 6:14 pm

If you don't want to edit the file yourself, here's the already edited botclass file, it will only work with version 1.7 of devil bot, so If you have an old version, you need to first install the new v1.7 of bot, then copy this file to your codebase-php folder.....

hi, thats not correct,, works with an older botclass, too, i test it, this makes no difference !!!

once please, this plugin can not sell items with cash, or material or something else ! only makes coins and a litte bit more!

i like this thread, but he should be held in a seperate thread, for discussions about this plug!

i ask the admin of the forum, please move it in a seperate !!

thank you,

demian

demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  nipunb Fri May 11, 2012 7:03 pm

demian.kinley wrote:hi, thats not correct,, works with an older botclass, too, i test it, this makes no difference !!!
BQ had said on the 1.7 version update, that he had done many rewrotes in botclass, thats why I thought that using the v1.7 botclass with v1.6 can cause conflicts or other errors, thats why I said that....

nipunb

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  AQIROCK Sat May 12, 2012 12:59 am

no conflict at all as I use mysterybox on new version Rolling Eyes
AQIROCK
AQIROCK

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Sat May 12, 2012 12:57 pm

AQIROCK wrote:no conflict at all as I use mysterybox on new version Rolling Eyes

currently is improved here only,,,who knows from here?


demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  AQIROCK Sat May 12, 2012 2:23 pm

demian.kinley wrote:

currently is improved here only,,,who knows from here?


ooppsss not really understand what you say demian.. sorry
AQIROCK
AQIROCK

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Sat May 12, 2012 5:15 pm

AQIROCK wrote:
demian.kinley wrote:

currently is improved here only,,,who knows from here?


ooppsss not really understand what you say demian.. sorry

'm sorry, i just wanted to say, all improvements are only on unimportant things...

not really where, that would be important !!

i hope, you understand me now!

greats

demian

demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Sun May 13, 2012 7:00 pm


New Update V1.3b today (1st site)

demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  hartono Sun May 13, 2012 9:19 pm

as we know about cityfran, can not franchise at a high level.
better not to include the name of the items that have a high level, as each received the franchise will only remain at level 1

My suggestion is that users will not be disappointed with cityfran can not get the desired item.

thanks

hartono

Posts : 33
Points : 37
Join date : 2012-05-03

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Sun May 13, 2012 9:46 pm

hartono wrote:as we know about cityfran, can not franchise at a high level.
better not to include the name of the items that have a high level, as each received the franchise will only remain at level 1

My suggestion is that users will not be disappointed with cityfran can not get the desired item.

thanks

I know about this , (original cityfran) but for other people, i publish the info on 1st Site!!

demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  AQIROCK Mon May 21, 2012 1:37 pm

CangryMan wrote:someone help me find this item please mun_taxi_dispatch

not sure if this plugin update this type or not but if the old version add new type taxidispatch
AQIROCK
AQIROCK

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Mon May 21, 2012 8:33 pm

AQIROCK wrote:
CangryMan wrote:someone help me find this item please mun_taxi_dispatch

not sure if this plugin update this type or not but if the old version add new type taxidispatch

i gave you an update with option in combination with ImageDL to find out, when new types in the game.

YOU HAVE TO LOOK !!! when some is new, please add it,, for your self


demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  AQIROCK Tue May 22, 2012 12:42 am

demian.kinley wrote:
i gave you an update with option in combination with ImageDL to find out, when new types in the game.

YOU HAVE TO LOOK !!! when some is new, please add it,, for your self


lol I rarely or maybe not use yet this version of cityfran Rolling Eyes
AQIROCK
AQIROCK

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  hartono Fri May 25, 2012 8:49 pm

add new types for cityfran "party" for gala_level_1 until 4 " red carpet gala "

hartono

Posts : 33
Points : 37
Join date : 2012-05-03

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Sat Jun 16, 2012 3:35 pm



small update today go 1st page

demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  CangryMan Sun Jun 17, 2012 1:02 am

demian.kinley wrote:

small update today go 1st page

Look great!! thanks demian.kinley
CangryMan
CangryMan

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  haspwolf Tue Jul 03, 2012 10:04 am

it stop to work ,show that put and in realty is nothing
BOT IS STOPED.
placeOrder = 1
FranchiseName = 1
# End saving user profile to local db file
# Begin saving user profile to local db file
14,411,7 Coins: 14380 0,12 Goods: 160/715 0,13 PremGoods: 0/2000 7,8 Energy: 19
Loading Main World
Loading Downtown World
Loading configuration...

[CITYFRAN] END
14,411,7 Coins: 14380 0,12 Goods: 160/715 0,13 PremGoods: 0/2000 7,8 Energy: 19
Loading Main World
Loading configuration...
[CF] Place Order -> adv_mun_telegraph_office (Telegraph Office)
[CF] Lot Found ID -> 9356
[CF] [1] ZUID -> ----------- NAME -> -----------
14,411,7 Coins: 14380 0,12 Goods: 160/715 0,13 PremGoods: 0/2000 7,8 Energy: 19
Loading Main World
Loading configuration...
[CF] [1] send Franchise -> adv_mun_telegraph_office (Telegraph Office)
[CITYFRAN] START
after this i return to game and is not place

haspwolf

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

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  xanubi Tue Jul 03, 2012 10:40 am

haspwolf wrote:it stop to work ,show that put and in realty is nothing
BOT IS STOPED.
placeOrder = 1
FranchiseName = 1
# End saving user profile to local db file
# Begin saving user profile to local db file
14,411,7 Coins: 14380 0,12 Goods: 160/715 0,13 PremGoods: 0/2000 7,8 Energy: 19
Loading Main World
Loading Downtown World
Loading configuration...

[CITYFRAN] END
14,411,7 Coins: 14380 0,12 Goods: 160/715 0,13 PremGoods: 0/2000 7,8 Energy: 19
Loading Main World
Loading configuration...
[CF] Place Order -> adv_mun_telegraph_office (Telegraph Office)
[CF] Lot Found ID -> 9356
[CF] [1] ZUID -> ----------- NAME -> -----------
14,411,7 Coins: 14380 0,12 Goods: 160/715 0,13 PremGoods: 0/2000 7,8 Energy: 19
Loading Main World
Loading configuration...
[CF] [1] send Franchise -> adv_mun_telegraph_office (Telegraph Office)
[CITYFRAN] START
after this i return to game and is not place


Yep, the same here, one dummy user with suficient level to put franchises, franchise sent to the main account, but on the main account, nothing there to accept in the franchising terrain.

xanubi

Posts : 7
Points : 7
Join date : 2011-10-08

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  demian.kinley Tue Jul 03, 2012 11:56 am


Z* patched some functions of CITYFRAN.. DON'T WORK MORE !!

i tested myself,,,

Sorry, I think, have to do with monefault (CASH) Item,, too greedy people work with the Bot!!

[12:42:24] [CITYFRAN] END
[12:42:20] ERROR: Error calling function LotOrderService.placeOrder -> builder has no franchise of type: res_summerapartment_2
[12:42:19] [CF] Place Order -> res_summerapartment_2 (Waterfront Suites)
[12:42:19] [CF] Lot Found ID -> 14782
[12:42:13] [CF] [1] ZUID -> XXXXXXXXXXXXXXXXXXXXXXXX
[12:42:09] ERROR: This franchise cannot be added
[12:42:09] [CF] [1] send Franchise -> res_summerapartment_2 (Waterfront Suites)
[12:42:09] [CITYFRAN] START

Only business works,, that's normaly,, is the standard function from franchises


Last edited by demian.kinley on Tue Jul 03, 2012 1:39 pm; edited 1 time in total

demian.kinley

Posts : 323
Points : 351
Join date : 2012-02-20

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  tHc Tue Jul 03, 2012 12:09 pm

its patched and been locked down to businesses only

tHc

Posts : 161
Points : 165
Join date : 2012-04-14

Back to top Go down

[Plugin] CityFran V1.3b (16/06/2012) [Patched] - Page 3 Empty Re: [Plugin] CityFran V1.3b (16/06/2012) [Patched]

Post  Sponsored content


Sponsored content


Back to top Go down

Page 3 of 4 Previous  1, 2, 3, 4  Next

Back to top

- Similar topics

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