P Server "NPC base code/shops/drop items" for who asked me 2 do it

07/14/2008 16:34 samehvan#1891
Quote:
Originally Posted by 999blackangel999 View Post
Code:
if (Splitter[0] == "/cinv")
                {
                    for (int cc = 39; cc >0 ; cc--)
                    {
                        if (TheClient.MyChar.Inventory[cc]!=null) TheClient.MyChar.RemoveAnItem(TheClient.MyChar.Inventory_UIDs[cc], 0);
                    }
                }
Nah, wont work...can u build chis char.cs and send me?:(:(
i tried it now and it worked very well
07/14/2008 16:39 999blackangel999#1892
Can u host the Char.cs???With this comand working?Or send to my msn??[Only registered and activated users can see links. Click Here To Register...]
07/14/2008 17:00 keving#1893
Its not Char.cs its Chat.cs :)
07/14/2008 17:06 999blackangel999#1894
oh, lol...and?only puted wrong letter when writed/.
07/14/2008 21:11 §hadow§age#1895
Quote:
what bugs u are working on ? the inv as i know has only one bug that is u cant carry out more than 39 items or u will get the not ready msg,, or is there any bugs else i dont know about?
thts the one im working on =D my inv has 4 pages and i'm almost done!!!
07/14/2008 21:33 §hadow§age#1896
anyone know where the "actions" are located?
07/14/2008 23:28 yutuning#1897
Well i`ve saw any bugs with the Drop hate..
It`s lagging too much.. =(
I`ve tryed to fix it... but too hard= (
07/14/2008 23:29 yutuning#1898
Another thing... How can i make a new guild.. -.-~
07/14/2008 23:40 §hadow§age#1899
Quote:
Originally Posted by yutuning View Post
Well i`ve saw any bugs with the Drop hate..
It`s lagging too much.. =(
I`ve tryed to fix it... but too hard= (
i will look into this bug....

EDIT: I'm not experiencing this problem??? maybe you have a shitty computer

Quote:
Originally Posted by yutuning View Post
Another thing... How can i make a new guild.. -.-~
dude read the WHOLE thread then ask questions.... and another thing, use this special little button SEARCH
07/15/2008 00:23 999blackangel999#1900
Ah, fine...now all working...i am fixed my problem...
Now someone know how can i make rage skill..i can add it to skills. but its didnt work like skill...
07/15/2008 02:17 §hadow§age#1901
Quote:
Originally Posted by 999blackangel999 View Post
Ah, fine...now all working...i am fixed my problem...
Now someone know how can i make rage skill..i can add it to skills. but its didnt work like skill...
you have to code it in Character.cs
07/15/2008 03:12 999blackangel999#1902
Ok tnx...and 1 more thing..
Code:
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
req=lvl,15
rew=job,21
How can i make the promotion?
I want to make it on lvl >=15 and its must give me job 21, how its makes????
07/15/2008 03:29 §hadow§age#1903
Quote:
Originally Posted by 999blackangel999 View Post
Ok tnx...and 1 more thing..
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
req=lvl,15
rew=job,21
How can i make the promotion?
I want to make it on lvl >=15 and its must give me job 21, how its makes????
Code:
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
[COLOR="Red"]req=lvl,>15[/COLOR]
rew=job,21
that should work if not let me know
07/15/2008 03:33 999blackangel999#1904
No...not working...and i dont understand why....
07/15/2008 04:12 §hadow§age#1905
Quote:
Originally Posted by 999blackangel999 View Post
No...not working...and i dont understand why....
what doesn't work? this worked great for me

Code:
[10001]
face=2
txt0=I am the Warrior God. What can i do for you?
opt0=Get promoted.-Learn XP skills.-Learn Dash.-Let me think it over.
req=lvl,>15
rew=job,21
other than "Learn XP Skills" and "Learn Dash" these did not work because no XP skills currently work at the moment and dash has not been coded in the
-->Character.cs<-- file =D