Register for your free account! | Forgot your password?

You last visited: Today at 13:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Another Question? xD

Discussion on Another Question? xD within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
rule34onyourmom's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 127
Received Thanks: 29
Another Question? xD

This Has Probably Been Asked Be For But Is It Possible to Make a Npc Have An Option To Click And It Pop Ups A Browser Link,

Example: i Click a Plusing Npc And It Has the options to " +10 +11 +12 Gears could i add one to where if i click it Brings Up A Browser Link

And This Is For a Lotf Source 5017
rule34onyourmom is offline  
Old 07/19/2009, 15:37   #2
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
u mean a clickable hyperlink?
~Yuki~ is offline  
Old 07/19/2009, 15:41   #3
 
rule34onyourmom's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 127
Received Thanks: 29
ummm i guess w/e it is that pops up a browser with a specific link from a NPC

//Edit: Also If Anyone Knows how to make a Specific Item Stop From Being Able To Be Dropped that Is also something id Enjoy Learning How To do
rule34onyourmom is offline  
Old 07/19/2009, 16:39   #4
 
n0mansland's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 780
Received Thanks: 255
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...
n0mansland is offline  
Old 07/20/2009, 02:39   #5
 
rule34onyourmom's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 127
Received Thanks: 29
im asking could i add an option to that NPC to open a Web Browser URL??? if thats even possible in a LOTF source
rule34onyourmom is offline  
Old 07/20/2009, 02:58   #6
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
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.
Pete1990 is offline  
Old 07/20/2009, 03:12   #7
 
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
Quote:
Originally Posted by n0mansland View Post
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
Arcotemple:) is offline  
Old 07/20/2009, 03:25   #8
 
rule34onyourmom's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 127
Received Thanks: 29
@Pete1990, Thanks, kinda sad tho i was really hopeing to make it work, but thanks bro. xD


//Edit what About My other Question About Maken Specific items not able to be dropped?
rule34onyourmom is offline  
Old 07/20/2009, 04:34   #9
 
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
Yeah, just do like

if (ItemName == "GMRobea")
{
NO DROPP!
}

or edit your drops
f0am is offline  
Old 07/20/2009, 05:33   #10
 
n0mansland's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 780
Received Thanks: 255
Woops guess this part threw me off

Code:
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.
n0mansland is offline  
Old 07/20/2009, 05:49   #11
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
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.
andyd123 is offline  
Old 07/20/2009, 06:02   #12
 
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
I think its 2105
f0am is offline  
Old 07/20/2009, 14:08   #13
 
rule34onyourmom's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 127
Received Thanks: 29
Alright, I have NO idea what that means o.o but thanks
rule34onyourmom is offline  
Old 07/20/2009, 15:00   #14
 
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
I used one of the chattypes and it made anyone in my server client open XD
f0am is offline  
Reply


Similar Threads Similar Threads
[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



All times are GMT +1. The time now is 13:07.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.