Official 5165 FAQ/Question thread

02/10/2010 13:25 w.maatman#976
i got a question again :S

what do i need to fix so people dont loose items in ga and pk arena and some more maps ?
02/10/2010 17:24 mohammedbeh#977
Quote:
Originally Posted by mohammedbeh View Post
i have problem
how make items lock
i want drop items get back for cps form any one red name or black name


????????????????

??????????????????
02/10/2010 22:56 mAr1u$#978
Quote:
Originally Posted by mAr1u$ View Post
any1 have an ideea how I can add and change the prizes from lotto? I saw the Lotto.txt file in oldcodb but dont know how to change the chances of winning. I gues the first number is the id of the prize, but the other numbers what means?
nobody?:(
02/11/2010 05:29 Arcо#979
Quote:
Originally Posted by w.maatman View Post
i got a question again :S

what do i need to fix so people dont loose items in ga and pk arena and some more maps ?
Refer to this post:
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by mohammedbeh View Post
??????????????????
I don't htink it has been release yet.
I think you're talking about the redemption system.
02/11/2010 20:21 StarEvaAfta!~#980
Code:
[COLOR="Red"]default:Hei all, when i add time that quest should start at under
Code:

Code:
if (Control == anythin here)
Errors on Code: { GC.AddSend(Packets.NPCSay("Thoughts running thought my head, And i feel that love is dead, I'm loving angels instead")); GC.AddSend(Packets.NPCLink("Ok.", 255)); if (N != null) GC.AddSend(Packets.NPCSetFace(N.Avatar)); else GC.AddSend(Packets.NPCSetFace(30)); GC.AddSend(Packets.NPCFinish()); break; } } } } catch (Exception Exc) { Program.WriteLine(Exc); } [COLOR="Red"]}[/COLOR] } }
[/COLOR]
02/12/2010 05:23 Arcо#981
Quote:
Originally Posted by StarEvaAfta!~ View Post
Code:
[COLOR="Red"]default:Hei all, when i add time that quest should start at under
Code:

Code:
if (Control == anythin here)
Errors on Code: { GC.AddSend(Packets.NPCSay("Thoughts running thought my head, And i feel that love is dead, I'm loving angels instead")); GC.AddSend(Packets.NPCLink("Ok.", 255)); if (N != null) GC.AddSend(Packets.NPCSetFace(N.Avatar)); else GC.AddSend(Packets.NPCSetFace(30)); GC.AddSend(Packets.NPCFinish()); break; } } } } catch (Exception Exc) { Program.WriteLine(Exc); } [COLOR="Red"]}[/COLOR] } }
[/COLOR]
What exactly are you trying to do?
02/12/2010 13:27 mAr1u$#982
hmm there is a bug, and some players got bilions of cps and they do nothing... how I can solve this bug?
02/12/2010 17:15 mAr1u$#983
how can I make WeaponMaster stop upgrading to new added items??I dont want it to upgrade more than 130 lvl gear... I added 135 neck, coronet, boots, and it upgrade the 120-130 items to them :|
02/12/2010 22:41 StarEvaAfta!~#984
Its okei, i finished the problem but im asking , how to make timer (start;end)
02/12/2010 23:41 Arcо#985
Quote:
Originally Posted by mAr1u$ View Post
how can I make WeaponMaster stop upgrading to new added items??I dont want it to upgrade more than 130 lvl gear... I added 135 neck, coronet, boots, and it upgrade the 120-130 items to them :|
You need to edit something: search in character.cs for IncreaseLevel
And it should be in that void.
02/13/2010 00:10 StarEvaAfta!~#986
Can you answer me fast, i wanna finish important quest and i wanna release it today
02/13/2010 00:16 Arcо#987
Sorry, wrong person to ask, I don't use timers.
02/13/2010 00:32 StarEvaAfta!~#988
Do you have any other idea, i want to start my quest at 14:45, and make it end after that by 5 min
02/13/2010 12:28 mAr1u$#989
Quote:
Originally Posted by .Arco View Post
You need to edit something: search in character.cs for IncreaseLevel
And it should be in that void.
yea I shearch but have no ideea what need to edit:-s

And how can I ban a player cause I cant find his ip to ban the ip? X(
02/13/2010 22:37 Arcо#990
Quote:
Originally Posted by mAr1u$ View Post
yea I shearch but have no ideea what need to edit:-s

And how can I ban a player cause I cant find his ip to ban the ip? X(
Try looking at the IP tracking in the original lotf source and convert it.