Hey,
Just wanna prevent some items from dropping from monsters,
i tried monsterinfos > Weapon_drop
i changed it to zero but lol still dropping all kind of items.
However, i wanna just prevent CrossSaber And Epic Ninja's Weapon.
if (!ItemDropCache.ContainsKey(lvl)) { List<uint> itemdroplist = new List<uint>(); foreach (ConquerItemBaseInformation itemInfo in ConquerItemInformation.BaseInformations.Values) {
if (itemInfo.ID >= 800000 && itemInfo.ID <= 824014) continue; ushort position = Network.PacketHandler.ItemPosition(itemInfo.ID); if (Network.PacketHandler.IsArrow(itemInfo.ID) || itemInfo.Level == 0 || itemInfo.Level > 121) continue; if (position < 9 && position != 7) { if (itemInfo.Level == 100) if (itemInfo.Name.Contains("Dress")) continue; if (itemInfo.Level > 121) continue; int diff = (int)lvl - (int)itemInfo.Level; if (!(diff > 10 || diff < -10)) { itemdroplist.Add(itemInfo.ID); } } if (position == 10 || position == 11 && lvl >= 70) itemdroplist.Add(itemInfo.ID); } ItemDropCache.Add(lvl, itemdroplist); }
But, Excuse me i have another question.
Just wanna make a new Conquer Currency beside CPS and Money .. Called "VOTE POINTS"
I mean, if somebody went to my website and voted, he would get 1 vote point per day.
Cuz i made NPC for selling special items with VP. But i can't get the idea of making these vps.
Well, how are CPs and Silver being saved? If you can figure that out, then you'll be able to add a new currency. Search the source for a currency. right click and say "go to definition".
But, Excuse me i have another question.
Just wanna make a new Conquer Currency beside CPS and Money .. Called "VOTE POINTS"
I mean, if somebody went to my website and voted, he would get 1 vote point per day.
Cuz i made NPC for selling special items with VP. But i can't get the idea of making these vps.
can anybody help?
Please, stop trying to run a private server when you obviously know absolutely nothing about programming.
Please, stop trying to run a private server when you obviously know absolutely nothing about programming.
I would channel that more towards abdoumatrix. I'm quite annoyed by his constant spoon feeding of thrown up code. It's such a negative influence. What people need in this community (and what I got when I was a member asking for help) is real help. Not, give a man a fish - teach a man how to fish. I know I don't need to say the full quote. I'm not saying teach anyone how to program either - teach them the very basic skills required to have them figure out the problem. Simple.
I would channel that more towards abdoumatrix. I'm quite annoyed by his constant spoon feeding of thrown up code. It's such a negative influence. What people need in this community (and what I got when I was a member asking for help) is real help. Not, give a man a fish - teach a man how to fish. I know I don't need to say the full quote. I'm not saying teach anyone how to program either - teach them the very basic skills required to have them figure out the problem. Simple.
what ever u do it is useless . they should have the will to learn first.
if they want to learn they will search and tried and learn from everything.
everything he do should give him more experience.
and u can never predict if help (spoon feeding) could make it better or worse
it differ from person to another
what ever u do it is useless . they should have the will to learn first.
if they want to learn they will search and tried and learn from everything.
everything he do should give him more experience.
and u can never predict if help (spoon feeding) could make it better or worse
it differ from person to another
He released lots of quality code and articles over the years, you spoonfed tons of noobs with horrible code. There is difference between positive and negative experience, from your examples people will learn how to get fired at an actual company.
Just encourage the noobs .. i hate this behavior "To tell me, you are useless go to learn first" . and he can't understand that i'm already learning but (Learning by doing) i love practice .. not to open a book/video and just try to know. nah, it's the true meaning of (USELESS).
In the other hand, about currency, i could add the BoundCPs, and i made a new SPECIAL-ITEMS-NPC sells it for 15BoundCPs for each item, Player gets 1 BoundCps from voting per day.
I can tell, it's much easier.
Thanks all,
and sorry for my rude english, already not my main lang.
He released lots of quality code and articles over the years, you spoonfed tons of noobs with horrible code. There is difference between positive and negative experience, from your examples people will learn how to get fired at an actual company.
it is already horrible before i do anything
and you don't get what i say right.
what i mean
u always
say "learn first , go learn first " .... etc
but they won't listen. they must have the will to learn first
but if they have the will to learn and learning on thier own there will get a use of everything
code , reference ...etc...
[Help] Login Freeze when dropping too many items. 12/20/2008 - CO2 Private Server - 10 Replies When people on my server drop too many items, login freeze occurs and then there's this error on my console. I forgot what it said, so ill post it on Friday. When I try to login it will say Connecting to the server...please wait.... and it stays like that until I restart the server. I want to fix this so we can drop as many items as we can. I have an auto-refresher every 5 minutes so it wont lag. Can someone help me with this?
Sound of dropping items 08/23/2007 - Conquer Online 2 - 3 Replies Hi all. I have a question...
in the folder Conquer 2\sound are all the sounds of CO
but if I play the sound of a dropping item i don't hear annything
DropBook.wav
dropequip1.wav
dropequip.wav
dropGem.wav
DropItem.wav
dropMed.wav
SV dropping items problem 08/15/2007 - Conquer Online 2 - 0 Replies i used the latest codes from the .ct and SV drops the a refined item and picks it up again and over and over. any help? i also use the SV itemtype.dat
Dropping items in your house. 07/08/2006 - CO2 Exploits, Hacks & Tools - 12 Replies I'm pretty sure there hasnt been posts about this yet. It's not exactly something that is very useful. But there is a way to drop items in your house :). Simply get good ol' cotobo, and CTRL+D.
-einhornchen
Not dropping items when red or black name. 12/31/2005 - Conquer Online 2 - 5 Replies Could it be possible to change the item type of your items, to make it where you are not dropped when you die?