Jump to content

Acelerar o texto das quests


F-Caneiras
 Share

Recommended Posts

Boas 

Toturial de como acelerar o texto das quests

Não testei

Vamos lá.

Abra UserInterface \ PythonEventManager.cpp; Nas primeiras linhas você terá isso:

const long c_lNormal_Waiting_Time = 10;

Basta alterar o valor para de 10 para 0

Depois compilar e testar xD

Tenho também um pequeno fix 

Para aqueles que não conseguem compilar ou não tem 40k

basta adicionar um "setdelay (0)" logo acima do "say_title".

Tipo isto

say_title = function(name, width, height)
    setdelay(0);
    [...]
end

fonte: funky-emu

Edited by Caneiras
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...