Jump to content

  •  

msevera

Member Since 24 Oct 2013
Offline Last Active Nov 06 2013 07:37 PM
-----

Posts I've Made

In Topic: Login interface unknown area

31 October 2013 - 07:49 PM

Fixed. The problem was that on my remote server were not installed all tables. After recreating Database everything works fine.


In Topic: /help command problem

31 October 2013 - 07:29 PM

I mean do not show comand list when user logged in. Only when he enters /h or /help.


In Topic: /help command problem

31 October 2013 - 08:19 AM

Do you know hot to disable showing this messages when you logged in? Cause i tried to looking for usages of this variable(HelpMsgStr). Found function in common.lub file which use this variable. Also tried to search usages of this function, but with no result((.

 

function getHelpMsg(idx)
  if HelpMsgStr == nil then
    return ""
  end
  if HelpMsgStr[idx] == nil then
    return ""
  end
  return HelpMsgStr[idx]
end
 

In Topic: Client Translation Project

25 October 2013 - 09:02 AM

 


To follow-up it can be found in any unpacked ragexeRE/ragexe that supports this new quest window. Just search for shortcut_1 and mostly everything after that you can replace up to a certain point

Is there anyway you could provide us any information about whats written in bifrost quest window?

Spoiler

Google Translate(Correctedsome grammatical error though):

Huge Cracks, Forest and labyrinth of unknown origin .. This marks are indicator to a Opening of New World!.Guardian, such as the lyrics to the temptation was gradually losing the soul. In Thousands of Years, Struggling alone with himself writes that what the jikyeonaen, sealed trapped a long time it was not from a rather confused himself was feeling.Lyrics of temptation when the peak is reached, the end of the earth Alf H. Splendide is a bridge between the continent and the rich,Bifrost huge cracks woke born, As a result, traffic between the two worlds as the breaking people was put to great inconvenience.Bifrost forest labyrinth of passages, but now you can not even know where to source. Safely until now there was no one who has passed.Swallowed countless adventurers to put a hell of confusion, wandering in the forest labyrinth of nowhere, like the heart of a woman was being extend deeper confusion 

 

 

 

Can you tell me please in what file this text should be?


In Topic: Login interface unknown area

25 October 2013 - 08:12 AM

Patch that mapnametable.txt to your grf. or maybe you are using a custom map that is not listed there.

 

I've already done this. I think that issue in not on the client side, because as i said when i connect to my local server then on the char selection window i see correct name of the city (in my case something like "Prontera ....." ), but if i connect to the server which is on another machine (server) then instead of "Prontera.." there is Unknown Area. 

I think that porbably some configs on remote server is different from configs which is on my local server. Hm, will try to merge my local server with remote, maybe it will help.