[Release] Adding Ninja LOTF

05/03/2009 18:27 neoonline2#46
if I use the katana 2 and change my Job to TrojanMaster, I can move me, the more it still does not appear.

[Only registered and activated users can see links. Click Here To Register...]
05/03/2009 18:36 w00tare#47
That code from antu is only for kanata u can edit this to other ninja stuff..

On topic ; This tuturial is VERY VERY Basic's. I think if u did this U have like ¼/½ of the whole ninja..

Just do this :

Code:
else if (ItemParts[0] == "[color=red]601339[/color]")//katana 
{
if (ItemsInInventory < 40)
{
if (Equips[4] == null && Equips[5] == null)
{
AddItem(Item, 4, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
else if (Equips[4] != null && Equips[5] == null)
{
AddItem(Item, 5, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
else if (Equips[4] != null && Equips[5] != null)
{
UnEquip(5);
AddItem(Item, 5, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
}
}
Change the RED part to the other code,
Lets say the ninja armor's code is ; 601290 ,
Than this is ur code, else if (ItemParts[0] == "601290")
Just edit the numbers!
05/03/2009 19:14 antulilin#48
Ohh thnaks lordnight... for ur opinion..... (:D:Dlordnight see my latest project.... all donation and PKtournement effect... done.... come and see... wopss now pray skill fixed to... wkakakaak)
nah ... in ur item type change 50 to 0 for all job can use... 50 is ninja JOB... its so easy... wkakakakkaka...

break for a while for doing my assigment..... cyaaa all....:D:D
05/03/2009 19:54 w00tare#49
No i whas telling them how to add OTHER ninja items lol
05/03/2009 23:01 _Emme_#50
In my source;

Quote:
if (Item.Job >= 60 && Item.Job <= 65)
if (Character.CanWear(Item))
{
if (Character.Equip[5].ID == 0)
Character.Equip(Item,5);
else
Character.Equip(Item,6);
}
Create new funcions and make funcions that can be used alot, will be much easier!

Regards Emme
05/05/2009 15:56 neoonline2#51
antu Hello, I was thinking the following, I'm putting in the server Ninja, ja put NPC Job Ninja, Ninja etc. NPC Rb. this being good :mofo:

I think it would be better to add let me add the items in the end, Why I have to put all items in the item and type in [BD] starting from normal to super :rolleyes:


I think I will leave this for later, as I make the leap to add the ninja and etc ? , to match the Ninja :confused:

Thank you to all the [E] PvP that is also helping to friend antu, by helping

I will put your credits on my server
:handsdown:
05/14/2009 22:13 neoonline2#52
I am working as our server and I am adding a few items

By: Ne0

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

I still can not solve the problem with the brightness of the
Katana
05/15/2009 00:02 Kital82#53
Easy to fix ... I'll tell you tomorow how to. Going to sleep atm ...
05/15/2009 17:49 neoonline2#54
Kitale you will help me to fix the problem with the brightness of the Katana
05/19/2009 22:09 neoonline2#55
Thank you all, but decided the issues with the items

As you can see I added the Ninja items, I am with 2 new problem

NinjaVeil, I use it but does not appear in my head if I play on the floor it does not appear the item

[Only registered and activated users can see links. Click Here To Register...]

When I use NInjaHood that would have to go to the place of NInjaVeil, as he enters Necklace.

[Only registered and activated users can see links. Click Here To Register...]

If someone knows how to solve the problem, I'll be very grateful, Thank you for your attention

By: Ne0
06/05/2009 21:13 derstar#56
i have error in katana when i set it in mysql the server dont work
06/05/2009 22:21 Kital82#57
Quote:
Originally Posted by neoonline2 View Post
Thank you all, but decided the issues with the items

As you can see I added the Ninja items, I am with 2 new problem

NinjaVeil, I use it but does not appear in my head if I play on the floor it does not appear the item

[Only registered and activated users can see links. Click Here To Register...]

When I use NInjaHood that would have to go to the place of NInjaVeil, as he enters Necklace.

[Only registered and activated users can see links. Click Here To Register...]

If someone knows how to solve the problem, I'll be very grateful, Thank you for your attention

By: Ne0
:mofo:
In your itemtype.dat your hood must begin by 112 so your hood should looks like 112***.
Actually your hood starts with 120 ...
Try that, and do not forget to change it in your MySql database.
06/05/2009 22:40 derstar#58
Man you can tell me how i get Katana in LOTF 5017

i have error in mysql becous i add katana plz tell me
06/06/2009 22:58 derstar#59
any one there
06/06/2009 23:38 Kital82#60
What your error says in the console?