Jump to content

Quests don't loading


Recommended Posts

  • Premium
2 hours ago, Avisek said:

Hello,

I edited give_basic_weapon.quest and I put that on the server. I made /reload q but there is still old quest (old rewards etc.) I have registered it in quest_list but it still doesn't work..

Do you know, where is problem please?
Thank you!

I may be underestimating you, but did you compile it?

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium
On 3/6/2017 at 0:07 PM, Avisek said:

Why I can't make it? How should I make it??

You have to compile the quest..else it will always read the older one..you should really study how does a compiled language work.

on your quest folder There is a compiler (a translator which generates machine code from source code) and lets the game read it properly.

That compiler is called "qc"

 

To compile a quest, write on your shell (like putty or terminal)

  1. cd /path/to/your/quest/folder/../quest
  2. ./qc namequest.quest/.lua (depending on its name)
  • Love 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

Hello,
U never start as beginner?

 

On 2017. 06. 03. at 11:20 AM, Sonitex said:

AcYwc.jpg

 

I know hard to writte how to solve it?
Dear @Avisek,
in PuTTy or VBox go to quest location example:
cd /usr/game/share/locale/hungary/quest
after this
./qc give_basic_weapon.quest
In game /reload Q and enjoy
 

 

On 2017. 06. 05. at 1:19 AM, Syreldar said:

You have to compile the quest..else it will always read the older one..you should really study how does a compiled language work.

on your quest folder There is a compiler (a translator which generates machine code from source code) and lets the game read it properly.

That compiler is called "qc"

 

To compile a quest, write on your shell (like putty or terminal)

  1. cd /path/to/your/quest/folder/../quest
  2. ./qc namequest.quest/.lua (depending on its name)

oh sry^^ i don't see you comment

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1

787292068_Nvtelen.png.6faa7b0bbb3398fd29

Link to comment
Share on other sites

On 7. 6. 2017 at 11:13 PM, [007]DawisHU said:

Hello,
U never start as beginner?

 

I know hard to writte how to solve it?
Dear @Avisek,
in PuTTy or VBox go to quest location example:
cd /usr/game/share/locale/hungary/quest
after this
./qc give_basic_weapon.quest
In game /reload Q and enjoy
 

 

oh sry^^ i don't see you comment

We need more people like you in here. Most of them here is so mean. Keep it up mate.

Link to comment
Share on other sites

On 7. 6. 2017 at 11:13 PM, [007]DawisHU said:

Hello,
U never start as beginner?

 

I know hard to writte how to solve it?
Dear @Avisek,
in PuTTy or VBox go to quest location example:
cd /usr/game/share/locale/hungary/quest
after this
./qc give_basic_weapon.quest
In game /reload Q and enjoy
 

 

oh sry^^ i don't see you comment

Nice, thank you very much...
Need more people like you :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.