View Single Post
  #23  
Unread 03-12-2005, 04:17 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Actually, the level range in the player search window works.

Attached example

Changes:

Added SelfLevel text object with dynamicdata /GameData.Self.Level. Placed in Community.Community.page Tabs.page Finder.pageSearch.pageLevel. Gave object LocalTooltip of 5. Change this value to change level range search.

Added following OnEnable script to Community.Community.page Tabs.page Finder.pageSearch.pageLevel:

textLevelFrom.LocalText=((SelfLevel.Localtext)-(SelfLevel.LocalTooltip))
textLevelTo.LocalText=((SelfLevel.Localtext)+(SelfLevel.LocalTooltip))
Attached Files
File Type: xml eq2ui_community.xml (27.4 KB, 638 views)
__________________
If it ain't broke, it needs more features!
Reply With Quote