[B]Coder Question[/B]

10/02/2008 20:01 Exia13#1
Can someone please tell me where I can find the coding for MINUS items in the LOTF source.
Thank You.
__________________________________________________ _______________

I DON'T EXPECT ANY1 TO ANSWER THIS NEXT QUESTION BUT I'LL ASK IT ANYWAY: Is there a way to code +12 items into my server. If so, what do i need to do? I'm not asking for the whole code, i just need to know what i need to do. I'll see if I can code it myself.:rolleyes:

Thanks again.
10/02/2008 20:15 ~*NewDuuDe*~#2
U mean blessed items?
if so i dont rlly think any1 has tht yet except for like 1-2 servers
as for the wuestion in ur sig, i suppose ur using the first tanel source so you pretty much have to recode the whole source to get +12
10/02/2008 20:23 Exia13#3
My items show blessed status, but it it doesnt actually woek. Damage isnt take away when im attacked.
10/02/2008 22:28 THE BAT#4
Quote:
Originally Posted by Exia13 View Post
Can someone please tell me where I can find the coding for MINUS items in the LOTF source.
Thank You.
__________________________________________________ _______________

I DON'T EXPECT ANY1 TO ANSWER THIS NEXT QUESTION BUT I'LL ASK IT ANYWAY: Is there a way to code +12 items into my server. If so, what do i need to do? I'm not asking for the whole code, i just need to know what i need to do. I'll see if I can code it myself.:rolleyes:

Thanks again.
the blessed items is not implemented in the LOTF source.

about the +12, i coded it in my server, u can place a new npc to do it, its easy
10/02/2008 23:54 Exia13#5
Ok. If you don't mind, could u help me with the +12 item NPC?
10/03/2008 00:13 taguro#6
Quote:
Originally Posted by Exia13 View Post
Ok. If you don't mind, could u help me with the +12 item NPC?
Just create an npc that sells +10 - +12 stones and set him up in the market. There are a ton of npc's in the source that you can use as examples. No one is going to code that for you... take a minute to look at the code, and do your best to figure it out. If it doesn't work, post that section of code, and we will help you fix it.
10/03/2008 00:35 Exia13#7
Oh. Great. Thanks alot. lol. i guess i still have alot to learn.
10/03/2008 00:49 tao4229#8
Quote:
Originally Posted by Exia13 View Post
Oh. Great. Thanks alot. lol. i guess i still have alot to learn.
If you give an effort, I will personally help you with it, since I feel nice today + You're not a dumbfuck. Well....... :p
10/03/2008 02:01 Exia13#9
HA HA HA. /agreed ^^ i know im not a dumb fuck.
I'll start coding it and PM you if i have any problems.
And thanks.
10/03/2008 16:15 taguro#10
tao4229 -> his siggy equals creepy...
10/04/2008 04:50 tao4229#11
Quote:
Originally Posted by taguro View Post
tao4229 -> his siggy equals creepy...
Thanks :o
10/04/2008 06:41 leavemealone#12
Quote:
Originally Posted by BERGHUIS1 View Post
U mean blessed items?
if so i dont rlly think any1 has tht yet except for like 1-2 servers
as for the wuestion in ur sig, i suppose ur using the first tanel source so you pretty much have to recode the whole source to get +12
Sorry mate, but u don't seem to have a clue how the items work.

If you want to have Calculations for +12 items working on your server you should just have to updated your database MySql/Ini which ever format it is to contain the info's for the +10/+11/+12 Item Stats.
10/04/2008 15:35 Exia13#13
@leavemealone I have the +12 information already in my database. I have Items +12 with all the info, the only problem is that regular players can't get their items above +9. thats it.
10/04/2008 16:05 © Haydz#14
Quote:
Originally Posted by Exia13 View Post
@leavemealone I have the +12 information already in my database. I have Items +12 with all the info, the only problem is that regular players can't get their items above +9. thats it.
They'll be a piece of code stopping you going beyond +9
10/04/2008 16:36 Exia13#15
Really? if so, can u tell me where it is?