Prevent some items from dropping

09/17/2014 03:00 Paristôn#1
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.

can anybody help?
09/17/2014 03:31 abdoumatrix#2
what source u use?

if Trinty based source
09/17/2014 04:19 Paristôn#3
Well, i had found that code.
But, i can't exactly get it.. i just wanna make an exception for Nobunaga'sClaw & CrossSaber

as i'm new in programming techniques. How can i make that exception? ..
09/17/2014 04:29 Spirited#4
What horrible code... I don't blame you for not understanding it.
Look up selection statements in C#.
09/17/2014 13:59 abdoumatrix#5
Quote:
Originally Posted by Paristôn View Post
Well, i had found that code.
But, i can't exactly get it.. i just wanna make an exception for Nobunaga'sClaw & CrossSaber

as i'm new in programming techniques. How can i make that exception? ..
if (itemInfo.ID >= 800000 && itemInfo.ID <= 824014 || itemInfo.ID /1000 == 616|| itemInfo.ID /1000 == 614)
09/17/2014 16:59 Paristôn#6
Quote:
Originally Posted by abdoumatrix View Post
if (itemInfo.ID >= 800000 && itemInfo.ID <= 824014 || itemInfo.ID /1000 == 616|| itemInfo.ID /1000 == 614)
Thank you, it's Done! #

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?
09/17/2014 17:17 Spirited#7
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".
09/17/2014 17:17 Best Coder 2014#8
Quote:
Originally Posted by Paristôn View Post
Thank you, it's Done!

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.
09/17/2014 17:27 Paristôn#9
Quote:
Originally Posted by Best Coder 2014 View Post
Please, stop trying to run a private server when you obviously know absolutely nothing about programming.
Haaaa, I got enough from peoples like you. you just make me so naive guys.
I'm learning, not going to open anyfkn server. Just stop it -_-




Spirited > Thank you, i will search myself :)
09/17/2014 18:01 Spirited#10
Quote:
Originally Posted by Best Coder 2014 View Post
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.
09/17/2014 18:26 abdoumatrix#11
Quote:
Originally Posted by Spirited View Post
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
09/17/2014 19:10 KraHen#12
Quote:
Originally Posted by abdoumatrix View Post
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.
09/17/2014 19:16 Paristôn#13
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.
09/17/2014 19:34 Xio.#14
I disagree with spirited's way of "helping" too. Just ignore him.

I started just like you, now look where I am.
09/17/2014 19:55 abdoumatrix#15
Quote:
Originally Posted by KraHen View Post
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 :D

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...