Formal Release

01/10/2011 01:35 WH-Man#211
Quote:
Originally Posted by slappy89 View Post
How do we log on as Hybrid It was my antivirus lol that was stoping me from logging on (and im gm how do i make my items +12 ?)
Pray and wait for the virtual God to award you them.:rtfm:
01/10/2011 02:01 taylor2846#212
^what he said

no not really i beleave there are blocks to keep items from getting +12 if so find max + part of it and edit it
but i may be wrong and i no i am not putting much detail.
01/10/2011 03:43 chickmagnet#213
Quote:
Originally Posted by slappy89 View Post
How do we log on as Hybrid It was my antivirus lol that was stoping me from logging on (and im gm how do i make my items +12 ?)
\ConquerServer_v2\Core kernel and u'll see max +9 just change it 2 12 my c# aint workin at so i kinda not 2 sure but try
01/10/2011 03:52 Lateralus#214
Quote:
Originally Posted by Syst3m_W1z4rd View Post
This might be a stupid question, but do I need to compile the NPC Scripts somewhere, or I just copy the file, change name and then code in it, so it's like LUA?

Thanks.
The script engine is compiled with the project. NPC scripting is processed in process.vb in the script folder.
01/10/2011 07:26 Syst3m_W1z4rd#215
Quote:
Originally Posted by Lateralus View Post
The script engine is compiled with the project. NPC scripting is processed in process.vb in the script folder.
That's all I wanted to know, just to be sure.
Thank you :)
01/10/2011 12:11 slappy89#216
I would like to know all the commands like (@tournament create etc there might be many so i would like to know those) and the cap fix thing :P (thank you this community is the best) (anyway what was changed in the database from the Guide coz Hybrid acc wasnt in it)(and what i ment was i want when others make a command like @item Kingofsword 12 7 255.. they should get a +9 but when i make the command i should get a +12)
01/10/2011 12:17 Syst3m_W1z4rd#217
Quote:
Originally Posted by slappy89 View Post
I would like to know all the commands like (@tournament create etc there might be many so i would like to know those) and the cap fix thing :P (thank you this community is the best)
Just search. Edit > Find.
Type in the command.
Remember to take "Entire Solution".
01/10/2011 13:39 slappy89#218
Quote:
Originally Posted by ~Falcon View Post
EquipItem.cs Line 44

Needs to be <= Now.Time
Escuse me but what to change here exactly so i can use exp pots pray stones..

else
{
TIME Now = TIME.Now;
if (Client.TimeStamps.CanUseItem.Time <= Now.Time)
{
Client.TimeStamps.CanUseItem = Now.AddMilliseconds(500);
ExecuteScriptThread.Add(Client, item);
}
return;
}
break;
}
01/10/2011 13:51 slappy89#219
Quote:
Originally Posted by taylor2846 View Post
in Auth Client.cs
change
Code:
 AuthCrypto
to
Code:
AuthCryptographer
at line 11 and 19.
Quote:
Originally Posted by taylor2846 View Post
hay i found a bug, when you login around monsters the monsters attack you when there are a big distantness between you and the monsters its like they thank you are somewhere that you are not just letting you all no
Have those thingies fixed in ur Source from the guide ? (And sorry dumb question how to remove Hybrid from nobility :P)(and How to make only GMs items +12 others +9) Plz answer fast :P(And how to make @ninjahax work and add [GM] in my name)(and forbid them from getting -7 tower and fan should be -1 only)(and how did they add shields on taoists)(and most of the npcs are stuck but coded in am i right)
01/10/2011 18:15 Kiyono#220
Well I'm confused.

New password encryption:
Password handling:
The original decrypting code:
Kinshi's proxy and Immune's source decrypting code:
What I got after trying to convert their decrypting code:

So can I get some help with the password decrypting code?
01/10/2011 20:18 taylor2846#221
Quote:
Originally Posted by slappy89 View Post
Have those thingies fixed in ur Source from the guide ? (And sorry dumb question how to remove Hybrid from nobility :P)(and How to make only GMs items +12 others +9) Plz answer fast :P(And how to make @ninjahax work and add [GM] in my name)(and forbid them from getting -7 tower and fan should be -1 only)(and how did they add shields on taoists)(and most of the npcs are stuck but coded in am i right)
To slappy89
Code:
ya it fixed the monster problem kinda the monsters wont attack you tell you move but they are not attacking from distance :)

removing hybird from nobility there is a file in the database that has all the data for nobility btw you have to have at list 1 person in nobility or it will bug up and make errors (you may beable to put something like null=0).

why would you want to give GMs so  much power they are there to help the server doing that will just make the players fell under powered and quit. if i was you i would stick with max + being 9 for everyone (but if you really want to find the part of the source that sets the max + being 9 and add something like
[code] 
if(Clint.isGm)
{
max+=12
}
else
max+=9
thats just an example.)

for the tower thing find where you add - stuff to items and add a check that says something like
Code:
if(item id == tower_id && item- <= 1)
{
add -to item
}
just an example.

and i had a shields on my tao because i set it a war with commands and then i put a shields on him xD
[/code]
01/10/2011 23:10 slappy89#222
Quote:
Originally Posted by taylor2846 View Post
To slappy89
Code:
ya it fixed the monster problem kinda the monsters wont attack you tell you move but they are not attacking from distance :)

removing hybird from nobility there is a file in the database that has all the data for nobility btw you have to have at list 1 person in nobility or it will bug up and make errors (you may beable to put something like null=0).

why would you want to give GMs so  much power they are there to help the server doing that will just make the players fell under powered and quit. if i was you i would stick with max + being 9 for everyone (but if you really want to find the part of the source that sets the max + being 9 and add something like
[code] 
if(Clint.isGm)
{
max+=12
}
else
max+=9
thats just an example.)

for the tower thing find where you add - stuff to items and add a check that says something like
Code:
if(item id == tower_id && item- <= 1)
{
add -to item
}
just an example.

and i had a shields on my tao because i set it a war with commands and then i put a shields on him xD
[/code]
All of this solves my problems but i dont know where to add the first code about +12 items for Gms only and whats the file that contains all the data about the nobility ?And can i make myself something like earl ?
01/10/2011 23:15 halokid777#223
Can someone make a video to play Conquer with this source, I am confused to turn it to x64 and other things. :(
01/11/2011 01:06 chickmagnet#224
Quote:
Originally Posted by halokid777 View Post
Can someone make a video to play Conquer with this source, I am confused to turn it to x64 and other things. :(
already a guide made by taylor and it works perdy well

[Only registered and activated users can see links. Click Here To Register...]
01/11/2011 08:23 Syst3m_W1z4rd#225
Okay, this confused me.

How can I add new variables, that I can use in the NPC Scripting?

I tried add it in the Player Interface, but didn't work.
How would I do it? ><

I need the variables to work at the source also, not only in NPCScripting.

The variables are mostly bools and then some few integers.

Thanks :)

#edit
Or how can I connect it to the source, so I can get things from there? >_>
Like if a tournament is running and that you can sign up?