Thejuster Posted February 22, 2019 Posted February 22, 2019 (edited) Hello, is possible whit npc send a webrequest or navigate. for example www.mysite.com/home.php?action=hi No need response but only send an action. No need url, or user to click on a link. Just send an GET action on url. Edited February 22, 2019 by Thejuster Quote
0 Akkarin Posted February 22, 2019 Posted February 22, 2019 Your request is very ambiguous. How is the page being called? Is it through the client? Have you looked at how <url> works? From script_commands.txt URLs ---- Similarly, you can create links to websites that launch in a new window: <URL>Display Name<INFO>http://www.example.com/</INFO></URL>"; 1 Quote
0 Thejuster Posted February 23, 2019 Author Posted February 23, 2019 I need the page is called via npc without click on link or button In C# code example i call a webrequest whit WebClient string msg = "Hello"; WebClient wb = new WebClient($"http://mysite.com?message={msg}"); wb.Navigate(); //or wb.DownloadString(); // for response. i need a function like this if exist. or need to edit source code? if i need, name of the interested file? Quote
Question
Thejuster
Hello, is possible whit npc send a webrequest or navigate.
for example
www.mysite.com/home.php?action=hi
No need response but only send an action.
Edited by ThejusterNo need url, or user to click on a link.
Just send an GET action on url.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.