I don't know what source you're talking about but here's an example for CoEmuV2 which is easily converted for LOTF just gotta look at bits and pieces and change it around.
DON'T USE
Code:
case 0://+12 NPC
{
if (LinkBack == 0)
{
Text("Hi I can give you + 12 items", CSocket);
Link("+12 Pine Robe", 1, CSocket);
Link("+12 KingsClub", 2, CSocket);
Link("+12 BuriedBlade", 3, CSocket);
Link("Next page", 4, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
AddItem(FILLITALLOUT, CSocket);
}
else if (LinkBack == 2)
{
AddItem(FILLITALLOUT, CSocket);
}
else if (LinkBack == 3)
{
AddItem(FILLITALLOUT, CSocket);
}
else if (LinkBack == 4)
{
Text("Page 2 of #", CSocket);
Link("ITEM AND KEEP GOING", CSocket);
End(CSocket);
}
break;
}
If it is CoEmuV2 there's already been a +12 NPC release and I bet there's LOTF also...
no becuse u will have to edit the client i belive i tryed it in a lotf server u can make it where it only pops up on a host pc who ever is hosting that server but other then that it will need to be a client edit somehow.
I don't know what source you're talking about but here's an example for CoEmuV2 which is easily converted for LOTF just gotta look at bits and pieces and change it around.
DON'T USE
Code:
case 0://+12 NPC
{
if (LinkBack == 0)
{
Text("Hi I can give you + 12 items", CSocket);
Link("+12 Pine Robe", 1, CSocket);
Link("+12 KingsClub", 2, CSocket);
Link("+12 BuriedBlade", 3, CSocket);
Link("Next page", 4, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
AddItem(FILLITALLOUT, CSocket);
}
else if (LinkBack == 2)
{
AddItem(FILLITALLOUT, CSocket);
}
else if (LinkBack == 3)
{
AddItem(FILLITALLOUT, CSocket);
}
else if (LinkBack == 4)
{
Text("Page 2 of #", CSocket);
Link("ITEM AND KEEP GOING", CSocket);
End(CSocket);
}
break;
}
If it is CoEmuV2 there's already been a +12 NPC release and I bet there's LOTF also...
hes not asking for a +10-+12 npc
he's asking for an npc to hyperlink to a webpage
Click a Plusing Npc And It Has the options to " +10 +11 +12 Gears
Yep, they're right it's near impossible to make a URL pop up unless you did what TQ did and when you clicked the "help" in some windows it will pop up a box with url links.
It is actually totally possible(as we can see from some binary servers).
I know it's possible in 5095 and all the latest versions of conquer, but I'm not sure if it is possible to do so in an older version of conquer, such as 5017.
I've forgotten the chat ID and to be frank I wouldn't give the id to epvp simply because it is EASILY abused in any private server, but in a simple breakdown:
The NPC option link should use a method that would send a chat packet from SYSTEM to CharacterName with the TEXT being a URL and the CHAT ID being of type OPEN_URL.
If you can figure out which type is OPEN_URL then you can do this.
[QUESTION]How do i bypass Xtrap for any private server?[QUESTION] 10/12/2009 - Cabal Online - 3 Replies Exactly what the title says.
I keep on getting an xTrap error when i try and load ANY private server that uses XTrap and it's driving me absolutely insane.
I cant figure out why it's showing me the error. If anyone has any bypasser for Helix / PaRaDoX
or any other server u know that has xTrap can u either PM me the bypass or post it here pls......this is driving me nuts
Bump.
[QUESTION]How do i bypass Xtrap for any private server?[QUESTION] 10/02/2009 - Cabal Private Server - 2 Replies Exactly what the title says.
I keep on getting an xTrap error when i try and load ANY private server that uses XTrap and it's driving me absolutely insane.
I cant figure out why it's showing me the error. If anyone has any bypasser for Helix / PaRaDoX
or any other server u know that has xTrap can u either PM me the bypass or post it here pls......this is driving me nuts