Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 04-16-2006, 11:39 PM   #1 (permalink)
 
Join Date: Mar 2006
Age: 26
Posts: 103
Send a message via AIM to princess Send a message via MSN to princess Send a message via Yahoo to princess
Question So confused about Account Tags

Ok, there is an issue I have run into. Some of the accounts on my shard have 1 tag on their account. Others have 2, some 3. First, I guess my question is, where do the tags come from? If they are only done by admins and I have not tagged any accounts, how does it get there? Second, what do they mean? Like one says BanDealer = 0x8B8 "Bella". This account was never banned...The next one, is numEQ1 = 2....why is this? How do they get a tag with ChatName = "name" but yet their chat name is different from their account name. Maybe someone can help me on this.
__________________
:p Lady Bella view my website at http://bellsite.servegame.com

:o I can use as many helpful hints for making my shard grow!!:rolleyes:
princess is offline   Reply With Quote
Old 04-16-2006, 11:54 PM   #2 (permalink)
Forum Expert
 
Shadow1980's Avatar
 
Join Date: Mar 2005
Location: York, UK
Age: 28
Posts: 708
Default

Tags can be set by scripts as well. (Such as my Referral Reward System)

The ChatName Tag is set when a player opens the ingame chat, rarely used by anybody. The name they chose to display in this chat is saved as an account tag. Other tags can be related to quests and other scripts you have installed.
__________________
Shadow1980
Game Reviews, Jokes and Rants from real People
Shadow1980 is offline   Reply With Quote
Old 04-17-2006, 12:25 AM   #3 (permalink)
Forum Expert
 
Join Date: Oct 2002
Posts: 1,126
Default

As far as the BanDealer tag - if there are no other Ban related tags, such as BanDuration, then it means that Bella unbanned the account.
Aenima is offline   Reply With Quote
Old 04-17-2006, 11:25 AM   #4 (permalink)
 
Join Date: Mar 2006
Age: 26
Posts: 103
Send a message via AIM to princess Send a message via MSN to princess Send a message via Yahoo to princess
Question sorry for all the questions guys

ok, i don't have any reward thing for referals, only id like to...great im getting myself more confused..lol but like how does almost every single account have at least one tag? do i have to basically go thru my script to see what quests are one time only to see if i have one like that? not sure if i want to do that one....seems very time consuming. and stressful. now when i went into that chat thing, i was not able to get it to change my name...how do you do that? and lets see....(forgive me i just woke up) oh i have one, cuz i had a quest (the baby quest) and to make sure it wasnt buggy i did it on my admin char and it says "BabyRecieved = True" so would all quests that tag your acct show up as something similar or would some be in like a code thing? sorry for all the questions. i had a player who kinda put me on edge because he was acting like he saw the staff when they were hidden. how would i deal with that? are there cheats out to show staff? are there any 3rd party programs that might do this? if so, is there a way to make it so they can't log into my shard unless it is a cheat free type thing?
__________________
:p Lady Bella view my website at http://bellsite.servegame.com

:o I can use as many helpful hints for making my shard grow!!:rolleyes:
princess is offline   Reply With Quote
Old 04-17-2006, 12:41 PM   #5 (permalink)
Forum Expert
 
Shadow1980's Avatar
 
Join Date: Mar 2005
Location: York, UK
Age: 28
Posts: 708
Default

As far as I know you can't see staff as a player regardless of what program you are using. If there is such an exploit then this would be the first time I heard of it.
As for the reward for referrals, check this thread.

As for the account tags, you shouldn't worry about them. They are there for a reason and you can ignore them unless you have created a script to specifically use them.
"BabyRecieved = True" is set by the quest you mentioned to make sure it is tracked who has done the quest. Most likely to prevent them from doing it again. In this case they use the tag as a bool.
You can use anything you wish for an account tag as long as you convert it accordingly to int, string, bool etc when getting the value in your code.

If you look at my referral system, you will get a fairly good idea of how you can use account tags both as a bool and as a string.
__________________
Shadow1980
Game Reviews, Jokes and Rants from real People
Shadow1980 is offline   Reply With Quote
Old 04-17-2006, 01:15 PM   #6 (permalink)
 
Join Date: Mar 2006
Age: 26
Posts: 103
Send a message via AIM to princess Send a message via MSN to princess Send a message via Yahoo to princess
Default

lol that was funny because i was just looking at that referral thing! and then you posted it hehe. i like it, and i posted a question about it LOL. me and my durn questions!
__________________
:p Lady Bella view my website at http://bellsite.servegame.com

:o I can use as many helpful hints for making my shard grow!!:rolleyes:
princess is offline   Reply With Quote
Old 04-17-2006, 01:27 PM   #7 (permalink)
Forum Expert
 
Shadow1980's Avatar
 
Join Date: Mar 2005
Location: York, UK
Age: 28
Posts: 708
Default

That's ok
__________________
Shadow1980
Game Reviews, Jokes and Rants from real People
Shadow1980 is offline   Reply With Quote
Old 04-18-2006, 12:55 AM   #8 (permalink)
Moderate
 
David's Avatar
 
Join Date: Nov 2002
Location: USA
Posts: 6,598
Default

You can get a good search program like AgentRansack, and use it to search your scripts directory for numEQ to find which script generates that tag.
__________________
David Forum Moderator
The RunUO.com Forum Moderator Team

Forum Rules and Guidelines
RunUO Forum Search Engine
Download RunUO 2.0 RC2
David is offline   Reply With Quote
Old 04-18-2006, 06:07 AM   #9 (permalink)
Forum Expert
 
jaynigs's Avatar
 
Join Date: Mar 2003
Location: England
Age: 35
Posts: 986
Default

You can also use this attached fix for XP file searches, it will allow you to search through and find any string in your scripts.. using the built in windows file search engine, which would do the same job as david suggested but without the need for additional programs
Attached Files
File Type: zip XP_FileFilter.zip (9.7 KB, 5 views)

Last edited by jaynigs; 04-18-2006 at 06:10 AM.
jaynigs is offline   Reply With Quote
Old 04-18-2006, 09:08 AM   #10 (permalink)
Forum Expert
 
Shadow1980's Avatar
 
Join Date: Mar 2005
Location: York, UK
Age: 28
Posts: 708
Default

Quote:
Originally Posted by David
You can get a good search program like AgentRansack, and use it to search your scripts directory for numEQ to find which script generates that tag.
That's a good suggestion indeed, if you want to know exactly where each individual tag is coming from.
AgentRansack is an absolutely fantastic program.
__________________
Shadow1980
Game Reviews, Jokes and Rants from real People
Shadow1980 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5