• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Learning Language Skills (1 Viewer)

DHMar

New member
Joined
Aug 24, 2005
RedCents
Hello,

I am new to redguides so forgive me if this is a repeat question.

How can you give yourself a tell or say so that you can teach yourself language skills? Is this a possibility or do you have to use another character?

Thank you
 
I belive that offset lets you send /tells to yourself, not group.

I would just use the Language offset myself....

Rich (BB code):
[Languages] 
Description="Read all languages" 
version="2005.08.11" 
address0=455CF2 
normal0="0F B6 84 01 08 01 00 00" 
crack0="B8 FC 00 00 00 90 90 90" 
address1=455D29 
normal1="77" 
crack1="EB"
 
This is the macro that I have always used. You have to manually change the language in the main chat window though when each one reaches 100.

Rich (BB code):
|--- Langloop.mac
|--- Autolanguage for Group Spamming
|--- Developed by BlackTooth
|--- If you have two people running this macro
|--- You dont need them to be good at all in the language
|--- Just set them both on the same language and they
|--- Will increase each others skill in the language
|--- From 0 to 100 takes a few minutes
|--- More peeps you have spamming the faster she goes
#turbo

Sub Main
   /echo Language Macro Starting
   /call Dosay
/return

Sub Dosay
   
   :Langloop
   {
      /gsay "You are learning a brand new language, Feel Special eh?"
      /gsay "Well you shouldnt because you are not learning it fast enough!"
      /gsay "Do you have any idea how much my mouth is gonna hurt after this?!"
      /gsay "Study Study Study Hard"
      /gsay "Practice makes stinkin perfect"
   }
   /delay 1s
   /goto :Langloop
/return



This macro, I can not remember where I got it from, but I have never been able to get it to work right. It is supposed to cycle through the languages automatically with the hotbutton set up. I have set the buttons as per instructions, but it never worked right for me. If anyone can get it fixed, it would be much better. That way you can just turn it on and walk away. Neither one of these will teach yourself though. You must have at least one other person in the group to talk to. The person talking must know the languages.




Rich (BB code):
| Lang.mac 
| 
| /macro lang 
| Cycles through all your availible languages 
| Target yourself to end 
| 
| Written by shuttle 
| Converted by bob_the_builder 
| 4_22_04 
|  Updated by loadingpleasewait 9:11:04 
| 
| Usage:  /mac Lang 
| 
| NOTE: You must have spam text set to a social on hotbutton 1 as any other way it does not actually speak the set languages. 
| 

#turbo 
#define MY_PARTNER xxx
#event LangHelp "Type /language help for a list" 
#event dzadd "xxx tells you, 'add me' 
#event dzadd "xxx2 tells you, 'add me'
#event invited "#*#invites you to join#*#" 
#event stop #*#Stop lang#*#

Sub Main 
   |SetDeclares 
   /declare LangNum outer 
   /declare MinLangNum outer 
   /declare MaxLangNum outer 

   |SetVars 
   /varset MinLangNum 2 
   /varset MaxLangNum 25 

   :MainLoop 
   /if (${Target.ID}) /goto :end 


   |GroupChat 
/notify HotButtonWnd HB_Button1 leftmouseup 
/delay 2s 
   |IncreaseLanguage 
   /lang ${LangNum} 
   /varcalc LangNum ${LangNum}+1 
   /if (${LangNum}>${MaxLangNum}) /varset LangNum ${MinLangNum} 
   /doevents 
   /goto :MainLoop 

   :end 
/endmacro 

Sub event_LangHelp 
   /varset LangNum ${MinLangNum} 
/return 

sub event_dzadd 
 /dzadd xxx
 /dzadd xxx2
 /return 

Sub Event_Invited(heard,string who)
/if (${who.Equal[MY_PARTNER]}) {
/invite
} else {
/disband
}
/return

sub event_stop 
 /lang 1
 /end mac
 /return
 
I do not have a second account (sad i know) but the docrack offset sounds like I can give it a try. It can't hurt. Which offset would that be if you know? Thanks
 
If you downloaded the macros and such from one of the compiled sets available here, command is /docrack languages on

I made hot keys for my enchanter for all of the commands and then went to eq directory. opened my character file name_druzzil.ini and did save as and copied the file with each other character name for the same server. it copied all of the hot keys etc for me. then I had to go in and get rid of the few hot buttons on those characters that said attempting to mez and kei at main bank etc :) all my characters have assist and incoming calls set up so that didnt have to be redone.
This way when I go in I hit first key that says /plugin mq2docrack
and then the hot keys for all of the /docrack list
 
Learning Language Skills

Users who are viewing this thread

Back
Top