|
You last visited: Today at 00:36
Advertisement
Horse Race Points , Store
Discussion on Horse Race Points , Store within the CO2 Private Server forum part of the Conquer Online 2 category.
11/04/2011, 20:09
|
#1
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
Horse Race Points , Store
Well , Thanks .
Request Remove please .
|
|
|
11/04/2011, 22:18
|
#2
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
public static void SaveHorseRaceStatistics(Network.GamePackets.HorseR aceStatistic stats)
the red part = null
1. you are not creating a new instance of the (Network.GamePackets.HorseRaceStatistic) class
2. you are not checking for any null values before you use them .
make sure that the (Network.GamePackets.HorseRaceStatistic) part is not = null before you pass it to the SaveHorseRaceStatistics void .
IE.
Quote:
Network.GamePackets.HorseRaceStatistic Status = new Network.GamePackets.HorseRaceStatistic();
Status.Whatever = Whatever;
SaveHorseRaceStatistics(Status);
|
and about the points. there is a status effect subtype to show these points in the store window. find it your self .
|
|
|
11/04/2011, 22:48
|
#3
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
Quote:
Originally Posted by { Angelius }
public static void SaveHorseRaceStatistics(Network.GamePackets.HorseR aceStatistic stats)
the red part = null
1. you are not creating a new instance of the (Network.GamePackets.HorseRaceStatistic) class
2. you are not checking for any null values before you use them .
make sure that the (Network.GamePackets.HorseRaceStatistic) part is not = null before you pass it to the SaveHorseRaceStatistics void .
IE.
and about the points. there is a status effect subtype to show these points in the store window. find it your self .
|
Can explain more with a simple guide if you can ?
and what about itemsusage for horse race store ?
and about points. can you show me how the effect subtype to show these points in arena qualifier ?
Thanks dude .
|
|
|
11/04/2011, 23:11
|
#4
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
Come on........Go and learn the basics ffs, you clearly have no idea what your doing.
|
|
|
11/04/2011, 23:22
|
#5
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
Quote:
Originally Posted by Korvacs
Come on........Go and learn the basics ffs, you clearly have no idea what your doing.
|
You are always getting on my frustration. Thanks .
|
|
|
11/04/2011, 23:24
|
#6
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
Yeah because if you learnt the basics you would be able to fix simple problems by yourself and you would be a better programmer for it, instead every little problem you have, you come here and make a post about it, you need to work on improving your skill set if you want to write and maintain a server.
|
|
|
11/04/2011, 23:38
|
#7
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
Quote:
Originally Posted by Korvacs
Yeah because if you learnt the basics you would be able to fix simple problems by yourself and you would be a better programmer for it, instead every little problem you have, you come here and make a post about it, you need to work on improving your skill set if you want to write and maintain a server.
|
yes Korvacs , i am agree with you in this point .
but how can you know that i am not learning anything ?
i am already learning from my mistake`s or my issues although if its fixed too by someone or he/she just showed or guided me how to fix it with simple steps .
now i am coding basics by my self , and when i tried to work on Horse Race system
i started by my self with out help , unless i got those problems which i can`t fix it with out any help .
at the past i was copy and paste some code to fix something , but these days i am writing it by my hands because i am already learned it .
before i start this thread i searched my source to find is there anyway to fix my issue , but really i found nothing about it . so i started this thread and was my hope is someone try to help me with explain of hardest things for me .
thanks Korvacs .
|
|
|
11/04/2011, 23:46
|
#8
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
A nullreferenceexception is basic fundamental day 1 coding, dont learn from implementing new stuff, learn from fixing the problems you have at the moment, by yourself.
The funny thing is im pretty sure we told you how to fix a null reference exception in the last thread you started =/
|
|
|
11/05/2011, 00:00
|
#9
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
Quote:
Originally Posted by Korvacs
A nullreferenceexception is basic fundamental day 1 coding, dont learn from implementing new stuff, learn from fixing the problems you have at the moment, by yourself.
The funny thing is im pretty sure we told you how to fix a null reference exception in the last thread you started =/
|
post fix step here again
Remind me Korvacs O.o
|
|
|
11/05/2011, 01:26
|
#10
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
|
Quote:
Originally Posted by abdeen
post fix step here again
Remind me Korvacs O.o
|
No.
We've given you countless bits of advice on how to LEARN programming (not simply copy/paste) and you've ignored any useful advice we've given.
We went over what a null reference exception was and how it happens/how to fix it before. If you didn't pay attention then why should we repeat ourselves?
Go do some googling, read a book or two on C# and start small. Ooh wait... we've told you this like 10 times.
|
|
|
11/05/2011, 02:04
|
#11
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
Quote:
Originally Posted by pro4never
No.
We've given you countless bits of advice on how to LEARN programming (not simply copy/paste) and you've ignored any useful advice we've given.
We went over what a null reference exception was and how it happens/how to fix it before. If you didn't pay attention then why should we repeat ourselves?
Go do some googling, read a book or two on C# and start small. Ooh wait... we've told you this like 10 times.
|
Well , what issue of the 3 issue is because of null ?
i have 3 issues
1- save Horse Race Statictics.
2- Pts in Horse Race Store.
3- when i ask the NPC to gimme points , its dont save it in the table .
|
|
|
 |
Similar Threads
|
horse racing store points
11/17/2011 - CO2 Private Server - 7 Replies
http://img97.imageshack.us/img97/5218/storedg.png
any one know how to make it work ? :D
|
Be The First In The Horse Race
10/27/2010 - CO2 Exploits, Hacks & Tools - 10 Replies
Okay Enter 5 Minutes Before the race starts then get away from the Barrier till u don't see it on the screen then disconnect the internet u will not find the barrier cross it and connect the internet fast so u don't disconnect the game then u will be racing b4 the race even starts :D Just try it Maybe will work for u guys :D
|
[B][REQUEST] HOW TO BUG THE HORSE RACE[/B]
04/05/2008 - Perfect World - 7 Replies
we all know that werefoxes own the horse race and jungle run and you dont need to be a diabolic esteem werefox to reach 10.5 m/s mspeed
but with this some players can still finish the race 1 minute sooner than werefoxes??
how? because they bug the race so that they can start sooner and in turn finish the race faster than werefoxes or pros..
now i would like to request the procedure in doing this. of course a lot of players want to know it too.. :)
any info is deeply appreciated
|
All times are GMT +1. The time now is 00:37.
|
|