[Release] Flower System (5165)

03/05/2010 21:15 Paralyzer[GM]#46
EDIT:

I get 1 error now

error:
Code:
PackerHandler.cs Line: 322


Description of error:
Code:
'NewestCOServer.Game.Character' does not contain a definition for 'FlowerType' and no extension method 'FlowType' accepting first argument of type 'NewestCOServer.Game.Character' could be found (are you missing a using directive or an assembly reference?)


PLEASE NOTE: I have added NewestCOServer.Game; at the top of PackHandler.cs but no help!
03/06/2010 03:40 -NewDawn-#47
Quote:
Originally Posted by Paralyzer[GM] View Post
EDIT:

I get 1 error now

error:
Code:
PackerHandler.cs Line: 322


Description of error:
Code:
'NewestCOServer.Game.Character' does not contain a definition for 'FlowerType' and no extension method 'FlowType' accepting first argument of type 'NewestCOServer.Game.Character' could be found (are you missing a using directive or an assembly reference?)


PLEASE NOTE: I have added NewestCOServer.Game; at the top of PackHandler.cs but no help!
Follow the saving guide and it'll go away.

My problem is men can't send flowers to girls without it saying "offline".
03/06/2010 11:46 Paralyzer[GM]#48
No help...... Followed the guide x2 to be sure and followed the saving guide x2 so I just changed
Code:
Console.WriteLine("Unknown Flower type " + GC.MyChar.FlowerType);


to

Code:
Console.WriteLine("Unknown Flower type " + GC.MyChar.FlowerName);


Is that ok or ?
03/07/2010 03:36 jitus2#49
Hi,

Go character.cs, and add:

public string FlowerType = "";

Just below: public string FlowerName = "";

Edit : This will avoid the following error:

'NewestCOServer.Game.Character' does not contain a definition for 'FlowerType' and no extension method 'FlowType' accepting first argument of type 'NewestCOServer.Game.Character' could be found (are you missing a using directive or an assembly reference?)
03/07/2010 04:42 Paralyzer[GM]#50
Thanks it worked!

but my flowers button is not there
03/13/2010 23:12 [GM]#51
Quote:
Error 2 The name 'GetConnection' does not exist in the current context D:\NewestCOServer3\Main\Packets.cs 1310 36 NewestCOServer
what iam doing wrong?
03/17/2010 22:46 dextercsar#52
I have a problem when i send a flower the client say:
The player isnt online right now?
Why?
03/18/2010 09:58 [GM]#53
ya me too
03/18/2010 14:47 ramix#54
you need to delete all acc... and create new acc loool xD

i have that problem too when create other acc he works
03/18/2010 14:57 [GM]#55
my char don't have a flower

if i make a new one will it have a flower?
03/18/2010 15:08 ramix#56
nope... but you can send flowers to female
03/27/2010 09:47 darky20#57
I get that Error
'NewestCOServer.Packets' does not contain a definition for 'FlowerPacket'
any solve for it?
03/27/2010 10:16 12tails#58
add the packet -.-''

it is at the thread too : D
03/27/2010 14:17 darky20#59
I added it and still giving me the error...

Edit= oky it worked but males don't got the flower label to send it,but they can send lillies..,etc and it saves
03/31/2010 01:23 alielmasry#60
im getting this error in Characters.Cs for this mark >>> ;

PHP Code:
        public Struct.Flowers Flowers = new Struct.Flowers