just writing npcId isent going to do anything, you need to actually make it do it.
|
|
Hey, I'm trying to make it so when I wield a monkey greegree, I become a gorilla. Here is what I have so far.Does anyone see anything wrong with this? No compile errors, just when I wield it, nothing happens.Code:if(wearID == 4025 && q5 == 3){ npcId = 1505; npcId2 = 1505; isNpc = true; updateRequired = true; appearanceUpdateRequired = true; specGFX(160); }![]()

just writing npcId isent going to do anything, you need to actually make it do it.

it should be somehting along the lines of.. not exactly sure tho
if(wearID == 4025 && q5 == 3){
c.npcId = 1505;
c.npcId2 = 1505;
c.isNpc = true;
c.updateRequired = true;
c.appearanceUpdateRequired = true;
c.specGFX(160);
}
What is your base? If it's Pi , then I can give you my code.

looking at the methos he posted yea i would say hes using PI
actually, it's delta. I just ripped that code from the one above it and replaced some of the ID's.

| « Cannot be applied | Hiring a PI coder » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |