antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
PAUDESELFIE

Quest De Level

Question

Existe alguma quest que da level 105 inicial ?? umas que eu testei só da até 99

Share this post


Link to post
Share on other sites

12 answers to this question

antiblock
Elveron
  • 0

:facepalm:  :facepalm:

Pegas na quest que viste e alterars o 99 para 105 -.-

Share this post


Link to post
Share on other sites
  • 0

Já fiz isso ai quando coloco o sv cai e maximo level da minha files é 120

Share this post


Link to post
Share on other sites
  • 0

Existe alguma quest que da level 105 inicial ?? umas que eu testei só da até 99

 

Tens que ser tu a modificar a quest conforme a quantidade de exp necessária por nível nas tuas files.

Share this post


Link to post
Share on other sites
  • 0
quest lvl_90 begin
state start begin
when login with pc.get_level() <= 105 begin
local lvl = 105
if pc.get_level() <= 105 then
while pc.get_level() < lvl do
pc.give_exp2(pc.get_next_exp())
end
end
end
end
end

Share this post


Link to post
Share on other sites
  • 0

server cai como assim? tira foto/video do erro.

Share this post


Link to post
Share on other sites
  • 0

 

quest lvl_90 begin
state start begin
when login with pc.get_level() <= 105 begin
local lvl = 105
if pc.get_level() <= 105 then
while pc.get_level() < lvl do
pc.give_exp2(pc.get_next_exp())
end
end
end
end
end

 

 

 

quest lvl_90 begin
state start begin
when login with pc.get_level() <= 105 begin
local lvl = 105
if pc.get_level() <= 105 then
while pc.get_level() < lvl do
pc.give_exp2(pc.get_next_exp())
end
end
end
end
end

 

Coloco isso ai ele cai ai eu mudo para 99 ele fica deboa

Share this post


Link to post
Share on other sites
  • 0

o que é ele cair?

Cai como?

No fim de selecionar char?

Quando começas a evoluir?

O que está no syserr?

 

____

Isto considerando que já editas-te o nivel máximo no ficheiro config para algo do género:

 

MAX_LEVEL: 105    (ou maior)

Share this post


Link to post
Share on other sites
  • 0

Ja editei nas config da files, ele loga tudo aparece o personagem ai o sv cai puf

Share this post


Link to post
Share on other sites
  • 0
 
SYSERR: Feb 21 02:35:27 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Feb 21 02:35:27 :: ChildLoop: AsyncSQL: query failed: Duplicate entry '2015' for key 'PRIMARY' (query: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), 'auth', 1) errno: 1062)
SYSERR: Feb 21 02:35:30 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Feb 21 02:36:11 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Feb 21 02:36:12 :: pid_deinit: 
End of pid

Share this post


Link to post
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
Sign in to follow this