Hy can some one help me?....I made a pserver a pvp server so it wont work some skills like rage , pheonix etc and dont works th GW and i cant rb can some one help me??? i use an Qonquer Source
Hy can some one help me?....I made a pserver a pvp server so it wont work some skills like rage , pheonix etc and dont works th GW and i cant rb can some one help me??? i use an Qonquer Source
qonquer source isnt public :S
code the skills
code reborn
code guildwar
Hy (Hi*) can some one help me?....I made a pserver (oh,so you made it?) , a pvp server so it wont work (IT wont work? lol) some skills like rage , pheonix etc and dont works (then code them)th GW and i cant rb (omg,thats pathetic) can some one help me???(Dont "create" a server if your going to need help ALL the time) i use an Qonquer Source (Qonquer source isnt public,you might use a source that works on qonquer client?)
I was a newb last week and now I have a pretty **** nice server with a lot of unique things making it special. I also have coded several skills and GW features, and fixed about 70% of the bugs that came with my base source. You can do it too. the secret is to... well... DO IT!
anyway.. good luck, no one will help you if you do not ask the right questions
Pik00s, the source you downloaded has everything you need to start learning, read through parts, ctrl+f and find things that you want to learn how they work. Then, edit them in a way that seems logical, and see what happens. after you get a good feel for the structure and syntax (that's like, your coding language's "vocabulary") then you can try adding something new to your source (like a command). this is where I suggest you start. hit ctrl+f and type /recall (a command thats in EVERY source).. ABOVE if(Splitter[0] == "/recall") add your command..
Code:
if(Splitter[0] == "/YOUR COMMAND")
{
//do **** here, try typing "MyChar." and see what pops up, what you can **** with :)
}