[Release] Adding Ninja LOTF

04/27/2009 23:21 neoonline2#31
Also what you described,I need add the item in [BD]? I use APPSERVER, and thank you for the help:mofo:
04/27/2009 23:42 DrivenPain3#32
Okay i no it was postsss ago but a guy said he was to lazy to add ninja. I have come across people who say there lazy its just a cover up of saying you can't code ... so for the people who can't code just admit it nothing to be ashamed of just shows you get out more and not on the computer as much. I CAN'T CODE. That's all there is to it, but any ways just wanted to state that.
04/28/2009 00:28 CoAttack#33
you dont need to code anything to do the client side...only if you want it to make like a promotion thing
04/28/2009 02:08 felipeboladao#34
I need of one Team to Make New LOTF Source...
Source go have:
Ninja
Talismas
Donation Ranking...
04/28/2009 02:16 CoAttack#35
Quote:
Originally Posted by felipeboladao View Post
I need of one Team to Make New LOTF Source...
Source go have:
Ninja - Simple
Talismas - Possible
Donation Ranking... - Done
Suicidal Mutant Bunnies.
04/28/2009 02:20 L1nk1n*P4rK#36
Quote:
Originally Posted by felipeboladao View Post
I need of one Team to Make New LOTF Source...
Source go have:
Ninja
Talismas
Donation Ranking...
Talismans???You cant add talismans becouse client side will not know hot to Equip it and how to work with it.....but you can add it if you have the Client Source :))))))))))
04/28/2009 04:40 antulilin#37
LOL antuKatana not real katana name.... its my private server name... the real katana name is EmperorKatana the ID 601339
try copy all dds file from TQ client to ur client
data/ItemMinIcon/copy all dds file
data/MapItemIcon/copy all dds file

601330.dds <<< katana file

or best guide follow make a new blade...

add this into ur database>items>insert>
itemID
601339
itemName
antuKatana
ClassReq
0
ProfReq
0
LvlReq
120
and set all figure 0 SexReq,FigReq and blaaa..blaaa... :rolleyes:

SAY NO TO TQ BINARY wakakakakakka:D:D
04/28/2009 15:39 antulilin#38

see this video tx:D:D
04/29/2009 21:43 neoonline2#39
Hello, antu, I followed your help, more is not working, I did one more thing that worked, I copied the files from folder, ani, ini and c3,of the client conqueronline,i edit all,and did what you recommended, I created the database, put the code in General.cs, look at the result.

Sorry for my bad inglish!!

[Only registered and activated users can see links. Click Here To Register...]
04/29/2009 23:56 dextercsar#40
Wooooaaooo antu i look your server is good you can post link to enter to your server any client etc?
04/30/2009 04:42 antulilin#41
ermmm... do carefully.... u must copy all ini and ani folder... at the same time copy all dds file.... please chek ur itemtype.dat... put all item ID there... copy and paste form TQ to ur client... (maybe i must upload my client)

copy this code to ur sorce:
to ur character.cs
else if (ItemParts[0] == "601339")//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);
}
}
}

hope this can help........

thanks dextercsar..... i dont have server... but this for test only.. im using hamachi.. after my source fully work and all done... maybe i make a server to user.... MY english also BAD.. wkakakakaak

thanks to all..... do ur style love ur style..
05/02/2009 21:33 neoonline2#42
Antu Hello, I did add the katana without problem, the problem was more that I can not USA, see in the picture message that appears

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


In the second picture you can see everything's OK, the job, lv, Agi Add, everything ok, but when I click to use the message appears



[Only registered and activated users can see links. Click Here To Register...]
05/03/2009 05:53 antulilin#43
ok the problem is.... u must make ur server run with the katana 3d show... make code to ur server... in character.cs
else if (ItemParts[0] == "601339")//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);
}
}
}

this is item part for ur katana 601339
05/03/2009 06:03 lordknight#44
antu .. i think better u make ur own thread....in my opinion..u should get some karma from us..but i dun see ppl giving it to you..its suck dude:rtfm:
05/03/2009 18:24 neoonline2#45
Hello Antu, well I have already added the Cod. and you send me,
the problem is that when I use the Katana, I I can not fuses,
nen and jump and it also does not appear.
look at the image below!!

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