it is a 8 already
Quote:
i hope it is that simple , i slept for a while tho , thank you
*
*
now for who want to forbid the PK at Ma and Lotto , follow this
-open sourcePacketHandler.cs
-add this code line 192
the blue lines are the addsCode:case 1022: //Attack { int kind = (Data[23] << 24) + (Data[22] << 16) + (Data[21] << 8) + (Data[20]); //Console.WriteLine("Packet - Attack request {0} {1}", PacketId, kind); [COLOR=blue]if (AClient.MyChar.PosMap == 1036 || AClient.MyChar.PosMap == 700)[/COLOR] [COLOR=blue] {[/COLOR] [COLOR=blue] AClient.SendPacket(ThePackets.SendMsg(AClient.MessageId, "SYSTEM", AClient.MyChar.CharName, "This Map is protected .", 2015));[/COLOR] [COLOR=blue] break;[/COLOR] [COLOR=blue] }[/COLOR] [COLOR=blue] else [/COLOR] Msg = new Attack(Data,AClient); break; }
for the Exp rate , there are 3 edits needed ,
1- worldhandler.cs line 129
Charr.MyClient.MyChar.AddExp(DMG*TheMob.Level/15);
2-Character.cs line 1036
MyClient.MyChar.AddExp(AttackDMG *Target.Level/22);
3- Character.cs line 1134
MyClient.MyChar.AddExp(AttackDMG *Target.Level/22);
edit the red color numbers
kinda annoying with the frequent "do this for me" kind of questions :rolleyes:Quote:
How do you implimate it?
There must be a way
I mean if there are commands you can add more
awww =( you'll be miss good luck have fun :pQuote:
kinda annoying with the frequent "do this for me" kind of questions :rolleyes:
If you want to learn how, simply look at your chat.cs file and use the trial and error method to learn how to implement your own, just remember that flag8=GM
-
And im just here to inform everyone, i'll be taking a small break from working on my online game, and helping teh peeps herez lol.
-
At any rate, i wont be gone no longer than 2 days, just taking a break to work on some other things lol. :D dont have to much fun wiz outz meh =Þ
please reread the thread its been addressed a few timesQuote:
hey guys the guild is very great samehvan u did very good work :D
but i wanted to make a npc to talk it looks like this :
[1061]
face=7
txt0=Hey should i Give you Gm robe ?
opt0=-Dragon-Phoenix-
req=gold,100-gold,100
rew=GMRobe 1 9 7 255 13 13-GMRobe 1 9 7 255 3 3
but when i logging into the server my conquer is freezing on the screen connecting to the account server
i editet this in the file : SourcebinDebugNPCsStuffDialog
so anyobdy can help me ? =)