mrlongshen 22 Posted October 7, 2015 Hi. I want to know how to do that ? a popup web browser with a specific size. Thanks alot. Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted October 8, 2015 (edited) @@mrlongshen If you have access to the website you link to, put in a javascript to auto set the width of the window on loading. Something like: window.onload = function() { window.resizeTo(300,300);} Edited October 8, 2015 by Winterfox Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted October 7, 2015 @@mrlongshen Javascript? http://www.w3schools.com/jsref/met_win_open.asp var myWindow = window.open("URLTOYOURPAGE", "WINDOWTITLE", "width=XPIXELS, height=YPIXELS"); Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted October 8, 2015 He probably meant with the itemlink command in Hercules @@Winterfox, like a parameter to set width x height Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted October 8, 2015 (edited) @@Aeromesi He is confusing.. why does he talk about a webbrowser? For items it would work like that though: mes "Bring me 1 x <ITEMLINK>Valyrie Shield<INFO>2115</INFO></ITEMLINK>."; There is also a link way to link to a page inside of the game like that: mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything."; But i don't know if there is a option to pick the size of the window it opens in. I think there isn't. Edited October 8, 2015 by Winterfox Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted October 8, 2015 (edited) I'll test and theorize the idea of <ITEMLINK WIDTH ="x" HEIGHT="y">Dunno if that'll work xD, kinda' like a hyper link in html Update: With further testing no errors showed up with this code: <ITEMLINK WIDTH= 50 HEIGHT = 50><INFO>2115</INFO></ITEMLINK> If I put a " " in between one of the values it says I need a ; at the end of the script, now time to test in-game. @@mrlongshen after many attempts, sorry man but it's not possible Edited October 8, 2015 by Aeromesi Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 8, 2015 @@Aeromesi @@Winterfox I need a fix size because here is screenshot from my test server. Only small popup show. hahaha Funny. Fyi I Need to drag to resize the size. Please help me to auto specific some size instead of dragging. Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted October 8, 2015 I don't think you can @@mrlongshen :l Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 8, 2015 @@Aeromesi aw help me sir Quote Share this post Link to post Share on other sites
0 nameit 0 Posted October 8, 2015 (edited) @@mrlongshen are you referring to the client width and height when opening your ro? if yes, this might help (32-bit)HKEY_LOCAL_MACHINESOFTWAREGravity SoftRagnarok(64-bit)HKEY_LOCAL_MACHINESOFTWAREWow6432NodeGravity SoftRagnarokjust add it your self. Right click > New > DWORD type > HEIGHT > Enter values with double click. source: http://forum.ratemyserver.net/ro-client-support/my-resolution-is-too-small-anyone-can-help-me-please/ Edited October 8, 2015 by nameit Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted October 8, 2015 @@nameit no. the size of itemlink web browser Quote Share this post Link to post Share on other sites
0 nameit 0 Posted October 8, 2015 @@mrlongshen oh my bad sorry Quote Share this post Link to post Share on other sites
Hi.
I want to know how to do that ? a popup web browser with a specific size. Thanks alot.
Share this post
Link to post
Share on other sites