|
You last visited: Today at 21:07
Advertisement
[RELEASE] Questfunctions (40k-Source - C++)
Discussion on [RELEASE] Questfunctions (40k-Source - C++) within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
03/30/2014, 19:33
|
#16
|
elite*gold: 2
Join Date: Jan 2010
Posts: 422
Received Thanks: 1,160
|
Quote:
nice
könntest du eine funktion schreiben um skillpunkte per quest zu vergeben ? Also so, dass der Spieler die dann selbst setzen kann ?
|
NOT TESTED
PHP Code:
int pc_add_status_points(lua_State* L) { if (lua_isnumber(L, 1)) { int increaseBy = static_cast<int>(lua_tonumber(L, 1)); if (increaseBy >= 0) { LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr();
ch->PointChange(POINT_STAT, ch->GetRealPoint(POINT_STAT)+increaseBy); ch->ComputePoints(); ch->PointsPacket();
lua_pushboolean(L, true); return 1; } } sys_err("argument must be a number >= 0");
lua_pushboolean(L, false); return 1; }
|
|
|
04/01/2014, 15:45
|
#17
|
elite*gold: 222
Join Date: Oct 2012
Posts: 2,369
Received Thanks: 3,390
|
Quote:
Originally Posted by HighWave
Der Typ ist 14, ohne Scheiß
Coole Sache 
|
Auf das Alter kommt es nie an.. 
Dennoch danke
|
|
|
04/01/2014, 16:28
|
#18
|
elite*gold: 0
Join Date: Mar 2014
Posts: 53
Received Thanks: 39
|
I think it is very useful.
TY
|
|
|
04/01/2014, 16:53
|
#19
|
elite*gold: 25
Join Date: Sep 2011
Posts: 5,536
Received Thanks: 1,266
|
Quote:
Originally Posted by .Risan.
Entferne dies bitte. Code oder veränderter code aus src ist verboten zu veröffentlichen.
Mfg
|
Weil Ymir hat auch ein Copyright auf den Definitionen...
|
|
|
04/01/2014, 16:54
|
#20
|
elite*gold: 405
Join Date: Dec 2007
Posts: 6,615
Received Thanks: 6,358
|
Quote:
Originally Posted by .Risan.
LP Charakter Definiation ist ausm src..
|
Code:
int main(int argc, char *argv[]) {
}
:O HIGHLY ILLEGAL COPYRIGHTED MATERIAL
Das hat nichts mit YMIR zu tun, ich kann mir auch ne Klasse schreiben die ich als LPCHARACTER definiere und da kann YMIR nichts gegen tun.
|
|
|
04/02/2014, 13:07
|
#21
|
elite*gold: 135
Join Date: Oct 2007
Posts: 1,088
Received Thanks: 210
|
Quote:
Originally Posted by Mr. 'Avenue™
Großes Dankeschön an Sanchez,InyaProduction,Metin2 Team, Xunil , etc. @ *********
|
Hab dir gerne geholfen
mfg lolor2/xunil
|
|
|
04/07/2014, 13:12
|
#22
|
elite*gold: 0
Join Date: Mar 2013
Posts: 2,449
Received Thanks: 6,446
|
Quote:
Originally Posted by .Risan.
Entferne dies bitte. Code oder veränderter code aus src ist verboten zu veröffentlichen.
Mfg
|
Warum releast du dann Quests?
Die benutzen genau so die YMIR Funktionen, wie die C++ Funktionen hier.
Zudem verkaufst du einen Großteil der Arbeit von YMIR auch noch  (verkaufst Quests)
MfG
|
|
|
10/25/2015, 15:57
|
#23
|
elite*gold: 222
Join Date: Oct 2012
Posts: 2,369
Received Thanks: 3,390
|
Updated.
npc.get_ip & npc.get_name gefixt (pushnumber > pushstring)
& wer probleme hat mit errors bzgl. desc blabla -> questlua_npc.cpp >> #include "desc.h"
|
|
|
10/25/2015, 22:47
|
#24
|
elite*gold: 0
Join Date: Jan 2011
Posts: 54
Received Thanks: 2
|
Hallo
How to make :
/give_item Player_Name ID_Item Quantity
Anybody please?
|
|
|
 |
|
Similar Threads
|
[RELEASE] [OPEN SOURCE] CE 5.5 Pointer to AutoIt Source-Code
02/13/2011 - AutoIt - 6 Replies
Habe heute erst gemerkt, dass es hier eine AutoIt Sektion gibt xD also poste ich mal mein Programm mit rein.
Funktionsweise:
1. in CE Rechtsklick auf den Pointer und auf "Copy" klicken
2. in meinem Programm auf "Code generieren" klicken
3. In euer Scite gehen und einfügen
Hier ist der Source Code vom Programm:
|
[Release]How To Make Tq Source Work + Working Source + Server ByBass + Commands
12/08/2008 - CO2 PServer Guides & Releases - 15 Replies
1: How To Make The Server Work
In fact, before other people did not just let ACC now with hi EACC Columbia landing on the settlement of the issue, and the rest is our own how to improve the content of those interested can improve the next. MY MY set and the same. INI MAP INI files and MAP with the client-to-date coverage of the account. server.dat ! And then as long as the client will be able to modify server.dat!
127.0.0.1 192.168.0.1 192.168.1.1 IP。 Please do generally use...
|
All times are GMT +1. The time now is 21:07.
|
|