[Question/Request] Alberto's 5518 source.

03/23/2012 11:12 medoronaldo96#1
Hey guys....first of all I am a noob and I am going to learn C# and C++ in this summer so please just help me....

I started using Alberto's source and I just need help and I am not trying to take your work I am just trying to learn....

Some questions please tell me what to edit and where please..
1.How do I allow equip tower and fan and drop?
2.How do I code Toxic Fog?
3.How do I code reborn?
4.How do I allow 140 items equip? (it keeps saying Unable or Unknown Use)
5.How do I code counter attack or even get it?
6.How do I code pure skills? (if possible)
7.How do I make npcs is market work? (for example the weapon prof master)
8.How do I adjust the drop rate and cps drop rate and item drop?

Sorry for my infinite Noobiness and shitty grammer but please help me......
P.S: Please pot nooby guides
P.S:This server won't be very public...It will only be me and maybe 6 or 7 of my friends :D
03/23/2012 12:23 ×Holo#2
...

Well, my advice is to keep trying.. 2years ago i was useless and can't code for shit, i took Hybrid's source and started learning on it day by day i was able to some good things, started by NPCs and that easy stuff. after that I found myself already done the big easy part of a wrecked source, and big problems still there.. found it a motivation to learn C# in depth.

here's a [Only registered and activated users can see links. Click Here To Register...] that may help you
puzzle will be more sensible when you find it's parts, Good luck. =]
03/23/2012 14:16 medoronaldo96#3
The thing is I want to learn so much that i don't care about the private server...
I don't know where to start from i mean i understand "some" if statements but the source's ones are kinda out of my league..I just started learning If statements and i can't even make an npc script...I just need someone to teach me and I will fix everything myself..
03/23/2012 14:58 ×Holo#4
My [Only registered and activated users can see links. Click Here To Register...]
03/23/2012 15:12 2slam#5
if statments depends on options for checks so as the promotion npcs at the job center they check first u are same class or not like
if
(
(client.Entity.job == 10 <= 15)
ur dialog txt
ur dialog option

else
dialog.Text( you are not a trojan)

that isnt a correct code i show u an example

or making checks for pkp or certain items like making a scroll db u should have 10 dbz or for the shop boy in twincity that dye ur armor as it asks for a meteor to let u in

if
(client.Entity.inventory.contains(meteor,number);

client.Entity.teleport bla bla bla

else
(
dialog.Text(u dont have a meteor);
)

that for if statments
03/23/2012 18:16 medoronaldo96#6
oh now i get it Thanks :D
But i heard pro4never talking about some space thingy that must be correct i think it was 5 maybe??
Can u tell what that is?

Edit: Can anyone please tell me which file i should edit to make tower and fan equipable?? Thanks :D
03/26/2012 16:54 medoronaldo96#7
sorry for double posting but no replys in three days!! :(
03/26/2012 19:48 BioHazarxPaul#8
understand the basics of C# before you try working on a source, ull understand things much better..
and for the tower and fan its already been posted in his FAQ thread for albertos
03/27/2012 15:09 medoronaldo96#9
"I removed them for pvp balance. Simply add them to the server drops and allow them in the equip code and you're good to go"

So where is the equip code and how do i edit server drop?
I mean just tell me the files' names and I'll try to do it myself
P.S: this is not a public server and will never be I'm just trying to work on it for myself
:)