2 Things please...

02/12/2010 08:29 salem rey#31
Sorry but i really dont know about coding, if you tired i will cry :D :( please
02/12/2010 08:33 Arcо#32
Quote:
Originally Posted by salem rey View Post
Sorry but i really dont know about coding, if you tired i will cry :D :( please
I'm going to give my true and honest opinion.
This is not meant in a flaming way.
If you don't know about coding you should not run a server.
You should learn about coding first, and by learning, I do not mean copy and paste every release on epvpers. Learn the language. You don't need to be a pro with it, but you at least need to be decent with it.
[Only registered and activated users can see links. Click Here To Register...]
Try that, it helped me alot.
02/12/2010 08:35 salem rey#33
The model got blue line? i think i have mistaken this one.
02/12/2010 08:37 Arcо#34
Quote:
Originally Posted by salem rey View Post
The model got blue line? i think i have mistaken this one.
I already told you, it needs to be body, not model.
02/12/2010 08:42 salem rey#35
[Only registered and activated users can see links. Click Here To Register...]

:(
02/12/2010 08:44 Arcо#36
I been trying to help you solve it but you aren't really comprehending what I am saying. Well I'm going to bed.
G'night.
02/12/2010 08:51 salem rey#37
I think this problem will remain in my server. look above the post you will see my picture i uploaded..
02/14/2010 02:17 5supertao#38
Sorry salem rey .. You should stop hosting a server, untill you understand it better... Find the ID's of your garmets.. and find the models.. of each male/female..Here is an example....

Code:
                    case 12345:  <--- Garmet ID..
                        {
                            if (Body == 1003 <--- MALE/SMALL || Body == 1004 <-- MALE/Large)
                            {
                                return;
                            }
                            break;
                        }
So if its a MALE garmet, get the two IDs for female, Small and Large.. I don't know them off the top of my head... I don't even know male... So what you want to do is... Go to the item.txt .. search for garmets.. Ctrl + H ... and search for... HeavenScent... take that ID.. and put it as.. 12345..

so it would be... case HEAVENSCENTSID:

NOW... find the ID for the sex.. and put them in the Body.. IDs... so like... if u want to put MALE in there.. you going to want to find the MALE ID's .. THERE ARE TWO.. ID's... Small/Large... if u want those ID's.. I suggest looking for NinjaAmulet.. or SurgenMircal ... and it should tell them... If you don't understand that.. No use in you starting this.. Just expierement.. its must better.. Start with small things like.. MAKING a NPC give you free CPs... copy and paste OTHER npcs. information into combining another one.. so you learn how they work... Click Thanks.. please...
02/14/2010 02:20 Arcо#39
Quote:
Originally Posted by 5supertao View Post
Sorry salem rey .. You should stop hosting a server, untill you understand it better... Find the ID's of your garmets.. and find the models.. of each male/female..Here is an example....

Code:
                    case 12345:  <--- Garmet ID..
                        {
                            if (Body == 1003 <--- MALE/SMALL || Body == 1004 <-- MALE/Large)
                            {
                                return;
                            }
                            break;
                        }
So if its a MALE garmet, get the two IDs for female, Small and Large.. I don't know them off the top of my head... I don't even know male... So what you want to do is... Go to the item.txt .. search for garmets.. Ctrl + H ... and search for... HeavenScent... take that ID.. and put it as.. 12345..

so it would be... case HEAVENSCENTSID:

NOW... find the ID for the sex.. and put them in the Body.. IDs... so like... if u want to put MALE in there.. you going to want to find the MALE ID's .. THERE ARE TWO.. ID's... Small/Large... if u want those ID's.. I suggest looking for NinjaAmulet.. or SurgenMircal ... and it should tell them... If you don't understand that.. No use in you starting this.. Just expierement.. its must better.. Start with small things like.. MAKING a NPC give you free CPs... copy and paste OTHER npcs. information into combining another one.. so you learn how they work... Click Thanks.. please...

Perfectly explained, +k.
02/14/2010 05:28 salem rey#40
Thanks and i will try this. coz im not in my desk right now. i got a buseniss meeting atm. thanks anyway.