Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #21  
Old 03-20-2019, 01:26 AM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Quote:
Originally Posted by Hibbs [You must be logged in to view images. Log in or Register.]
[You must be logged in to view images. Log in or Register.]

This is all I see, so unsure where to "enter 30 for level"... am I missing something?
That means the Javascript code (which is necessary since wikis don't let you add form fields) isn't working. Unfortunately I don't have access to an Internet Explorer machine, but if anyone does and can report back any error messages I can hopefully fix it.

As an aside, normally when I program I use tools to help avoid this sort of issue, but the wiki limits things in a way that makes using those tools difficult.
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
Last edited by loramin; 03-20-2019 at 01:28 AM..
  #22  
Old 03-20-2019, 01:53 AM
mizzbiscuits mizzbiscuits is offline
Aviak

mizzbiscuits's Avatar

Join Date: Nov 2018
Posts: 74
Default

I love this! The wiki is my bff.
  #23  
Old 03-20-2019, 04:15 AM
Tethler Tethler is offline
Planar Protector

Tethler's Avatar

Join Date: Apr 2015
Location: Japan
Posts: 2,312
Default

Quote:
Originally Posted by jolanar [You must be logged in to view images. Log in or Register.]
Great idea. Once it gets some more polish it would be great. I searched for level 40 mobs and a whole bunch of player magelo pages came up.
That's the red server search [You must be logged in to view images. Log in or Register.]
__________________
  #24  
Old 03-20-2019, 04:17 AM
Tethler Tethler is offline
Planar Protector

Tethler's Avatar

Join Date: Apr 2015
Location: Japan
Posts: 2,312
Default

Quote:
Originally Posted by loramin [You must be logged in to view images. Log in or Register.]
That means the Javascript code (which is necessary since wikis don't let you add form fields) isn't working. Unfortunately I don't have access to an Internet Explorer machine, but if anyone does and can report back any error messages I can hopefully fix it.

As an aside, normally when I program I use tools to help avoid this sort of issue, but the wiki limits things in a way that makes using those tools difficult.
I see that same page from my work PC (uses IE), but there are no error messages. Just loads like a usual page.
__________________
  #25  
Old 03-20-2019, 11:13 AM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Quote:
Originally Posted by Tethler [You must be logged in to view images. Log in or Register.]
I see that same page from my work PC (uses IE), but there are no error messages. Just loads like a usual page.
Thanks.

Based on that I'd guess that the people with problems are probably on IE8 (there was a big change between IE8 and IE9; basically Microsoft stopped being assholes and started playing by the same rules as everyone else) ... but that browser has such low usage now I'm kind of surprised that multiple people would have problems, so I figured maybe it was affecting all IEs.
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
Last edited by loramin; 03-20-2019 at 11:16 AM..
  #26  
Old 03-20-2019, 03:34 PM
Caldwin Caldwin is offline
Sarnak


Join Date: Mar 2010
Posts: 233
Default

Quote:
Originally Posted by loramin [You must be logged in to view images. Log in or Register.]
Thanks.

Based on that I'd guess that the people with problems are probably on IE8 (there was a big change between IE8 and IE9; basically Microsoft stopped being assholes and started playing by the same rules as everyone else) ... but that browser has such low usage now I'm kind of surprised that multiple people would have problems, so I figured maybe it was affecting all IEs.
Both my laptop and computer at work uses IE11. Neither shows the wiki page correctly. While on my laptop (and PC) I can use Firefox, at work I'm stuck with IE.
  #27  
Old 03-20-2019, 03:58 PM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Quote:
Originally Posted by Caldwin [You must be logged in to view images. Log in or Register.]
Both my laptop and computer at work uses IE11. Neither shows the wiki page correctly. While on my laptop (and PC) I can use Firefox, at work I'm stuck with IE.
Here's instructions for getting errors on IE11:

https://answers.microsoft.com/en-us/...b-13ba725cedda

I realize it's a hassle, but if anyone wants to bother and paste the error messages here I'd be happy to try and fix them. It's just that without knowing what the actual problem is it's difficult for me to fix it.
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
  #28  
Old 03-22-2019, 03:33 PM
Redlite Redlite is offline
Aviak


Join Date: Oct 2016
Location: NYC
Posts: 92
Default

This is great, thank you!

Would it be possible to add an HP range search as well?
  #29  
Old 03-22-2019, 03:59 PM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Quote:
Originally Posted by Redlite [You must be logged in to view images. Log in or Register.]
This is great, thank you!

Would it be possible to add an HP range search as well?
Short answer: no. First off, a healthy percentage of mobs don't even have HP info, but more importantly the limited Mediawiki search can't search for ranges, it can only search for exact strings. So to search for "between 100 and 200 HP" you'd have to search for "HP: 100 and HP: 101 and HP:102 and ... HP: 200".

The slightly longer answer is that it absolutely would be possible to do something like that with a custom MediaWiki (PHP) extension, much like how Rahvin created our custom item searches (the ones you see when you look at rogue arm slot items or whatever). However, unless you happen to program in PHP and feel motivated, it's unlikely this will happen, as Rahvin is retired and I hate PHP with a fiery passion [You must be logged in to view images. Log in or Register.]
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
  #30  
Old 03-23-2019, 03:33 PM
Caldwin Caldwin is offline
Sarnak


Join Date: Mar 2010
Posts: 233
Default

I don't know if this helps any (not at all familiar with debuggers), but in "load.php" the debugger in IE11 says "Object doesn't support property or method 'startsWith'" for the following statement:

$(function(){var hideDelay=0;var trigDelay=250;var hideTimer=null;var ajax=null;var currentPosition={left:'0px',top:'0px'};var container=$('<div id="itemHoverContainer">'+'<div id="itemHoverContent"></div>'+'</div>');$('body').append(container);var $mouseoverTargets=$('span.ih a');var isItemCategory=document.title.startsWith('Category:')&&document.title.includes('Equipment - Project 1999 Wiki')&&!document.title.includes('Worshiper Equipment');if(isItemCategory){$mouseoverTargets=$ mouseoverTargets.add('.mw-content-ltr a');}
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:59 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.