I have a composition problem. Say I have a blade, +9, and i use +8 stone on it. It will instantly go to +12. When I equip it, it shows that it is only +9. Then when i take it off and put it back in the Wuxing oven again, it will do the same thing. So people on my server are only getting +9s, max. Any idea why?
no1's answering again..... reposting my last post:
I got 2 problems :-s.... 2nd sock npc(BlacksmithLee dont work for all characters, dont understand why, and after 15-20 mins stamina stop recharging anymore... any help?
no1's answering again..... reposting my last post:
I got 2 problems :-s.... 2nd sock npc(BlacksmithLee dont work for all characters, dont understand why, and after 15-20 mins stamina stop recharging anymore... any help?
As for blacksmith lee look at his code you will realize he is checking and costing a certain amount of silver.
Delete that and he won't charge anymore.
Or just make him say it costs silvers so people will know.
Ok this should be real simple for those that know what they are doing but I am just getting really annoyed with it lol. All I want is to be able to have it so that only a PM can access certain NPCs.
if (GC.GM) <<<<----This works BUT [PM] can not see what the NPC says and before somebody says just change GM to PM well it does not work when you try changing it >.<
So how do I make it work for [PM] only and NOT [GM]? For now I have just added it so that a char with VIP level 7 can access it and seeing as only I am able to give VIP then this is a temporary solution, however I would still like to know how to have it so that only [PM] can access certain NPCs lol
Ok this should be real simple for those that know what they are doing but I am just getting really annoyed with it lol. All I want is to be able to have it so that only a PM can access certain NPCs.
if (GC.GM) <<<<----This works BUT [PM] can not see what the NPC says and before somebody says just change GM to PM well it does not work when you try changing it >.<
So how do I make it work for [PM] only and NOT [GM]? For now I have just added it so that a char with VIP level 7 can access it and seeing as only I am able to give VIP then this is a temporary solution, however I would still like to know how to have it so that only [PM] can access certain NPCs lol
Go to chat.cs and you'll see something like if (Auth blahblah == "[PM]")
Use that sorta method.
Well all went good till I had some dll problems, went downloaded the dll and fixed some of the errors but now im lost with this one. Please try to solve soon.
Also, forgot to tell you this, already did the 32-bit thing. Didn't solve all my problems as you can tell. Also I am not using the source you added up there, but the one I am using is pretty much the same as it. Same error on the source u provided lol.
Hey, try running the server through the actual server file, your in the DB, not the server. If your using the source he provided it will br in the Fixed Source file..
Hey, try running the server through the actual server file, your in the DB, not the server. If your using the source he provided it will br in the Fixed Source file..
How to u mean? Can u write which folders im going in to?