Quest Function 03/08/2012 - CO2 Private Server - 5 Replies I have a question for the following code posted below. I managed to add albetro's Quest functions/actions on a source based on Impulse/Hybrids work. It was a success, however there seems to be an issue when attempting to run the packet properly. When logging in I can see the quest list but they all say (Completed) as in I can't take the quests nor use a pathfinder for them.
A simple solution would be helpful as I feel this works yet it doesn't.
{
...
[Quest]Banking-Function Extended 09/21/2011 - Metin2 PServer Guides & Strategies - 26 Replies Hi,
hier mal eine Banking-Funktion, mit der jeder Spieler bis zu 4.611.686.016.279.904.256 Yang speichern kann (nicht nur 2.147.483.647), und das mithilfe von nur 2 Quest-Flags.
function bankdialog()
say_title("Lagerverwalter:")
say("Ich biete dir die Möglichkeit, dein Yang")
say("Zinsenfrei aufzubewahren.")
say("Du kannst jedoch maximal einen Betrag")
say("von 4.611.686.016.279.904.256 Yang")
[SEARCH] Quest function 09/15/2011 - Metin2 Private Server - 2 Replies Hello e*pvp community!
I'am writing a arena pvp quest, and I need a function, which will give me the result of my opponent's name...
I got my name with function: pc.get_name()
But I need to get name of the character which I killed...
Please, any help with quest function/method was be respected! :)
Mfg bull
Fatal error: Call to undefined function mysql_connect() 02/16/2010 - Metin2 Private Server - 3 Replies hi elitepvpers
da ich bei einem problem einfach nicht weiterkomme, hoffe ich hier hilfe zu finden.
Ich habe auf FreeBsd Apache Mysql und Php installiert
nun möchte ich eine page damit online stellen, die z.b. ein registrierungsformular besitzt und diese daten dann in ne mysql datenbank eingibt. ist zum accounts machen für ein game.
wenn ich nun jedoch auf absenden gehe kommt folgender error:
[HELP-CO2] runtime error R6025 - pure virtual function call 05/31/2009 - CO2 Programming - 2 Replies Hey guys,
I know whats going wrong w/ my code, its described on a M$ website which follows.
Description of the R6025 run-time error in Visual C++
And its all well and good to fix that problem in C++... but i'm not using c++ for that function call, i'm using assembly language.
Namely the following...