Register for your free account! | Forgot your password?

You last visited: Today at 06:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Event Item + Quest

Discussion on [Release]Event Item + Quest within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 10/15/2011, 11:02   #46
 
elite*gold: 0
Join Date: Nov 2009
Posts: 53
Received Thanks: 5
The command "kill" can't be used by normal players, but only by GM ><
xKri is offline  
Old 10/15/2011, 11:39   #47
 
elite*gold: 0
Join Date: Sep 2011
Posts: 175
Received Thanks: 54
Quote:
Originally Posted by xKri View Post
The command "kill" can't be used by normal players, but only by GM ><
i've tryed it, it works!
DJ-AbstracT is offline  
Old 03/10/2012, 11:40   #48
 
elite*gold: 0
Join Date: Sep 2011
Posts: 175
Received Thanks: 54
#push
DJ-AbstracT is offline  
Old 03/10/2012, 12:19   #49
 
RoxaLyssa's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 304
Received Thanks: 252
Hmm, it'll be really interesting where you can see everywhere that the players die... Everybody'll play with that and they won't care that it's unfair with the others.
RoxaLyssa is offline  
Old 03/10/2012, 13:53   #50
 
elite*gold: 0
Join Date: Sep 2011
Posts: 175
Received Thanks: 54
Quote:
Originally Posted by Deathbat666 View Post
Hmm, it'll be really interesting where you can see everywhere that the players die... Everybody'll play with that and they won't care that it's unfair with the others.
Translate, in German please.
my Engllish is bad.
DJ-AbstracT is offline  
Old 03/12/2012, 01:00   #51
 
RoxaLyssa's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 304
Received Thanks: 252
Quote:
Originally Posted by DJ-AbstracT View Post
Translate, in German please.
my Engllish is bad.
My German is bad too.
If I can use web-translator, you can use it too.

RoxaLyssa is offline  
Old 03/12/2012, 12:58   #52
 
elite*gold: 0
Join Date: Nov 2011
Posts: 478
Received Thanks: 790
man könnte kill befehl zum laufen bringen:

IDA kill ändern in kall und gm level auf 0 setzen bei der if abfrage x3

Original:
PHP Code:
int __cdecl do_kill(int a1int a2)
{
  
int v2// eax@3
  
int v3// eax@4
  
int v4// edx@5
  
int v5// ecx@5
  
int result// eax@6
  
char v7// ST0C_1@9
  
char arg// [sp+1Ch] [bp-10Ch]@1
  
int v9// [sp+11Ch] [bp-Ch]@1

  
v9 = *(_DWORD *)_stack_chk_guard;
  
one_argument(a2, &arg256);
  if ( 
arg )
  {
    if ( !
singleton_DESC_MANAGER___ms_singleton )
      
__assert("instance""../../common/singleton.h"26);
    
v2 DESC_MANAGER__FindByCharacterName(singleton_DESC_MANAGER___ms_singleton, &arg);
    if ( 
v2 && (v3 = *(_DWORD *)(v2 76)) != )
      
CHARACTER__Dead(v300);
    else
      
CHARACTER__ChatPacket(a11"%s: no such a player", (unsigned int)&arg);
  }
  else
  {
    
CHARACTER__ChatPacket(a11"ex) /kill <player name>"v7);
  }
  
result = *(_DWORD *)_stack_chk_guard v9;
  if ( *(
_DWORD *)_stack_chk_guard != v9 )
    
__stack_chk_fail(v5v4);
  return 
result;

leider finde nun auf anhieb nicht die levelabfrage für die berechtigung -.-
Muss wo anders festgelegt sein.
Zymos is offline  
Old 03/12/2012, 14:23   #53
 
ShinYou's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 268
Received Thanks: 58
ist ne Schlechte Idee.
ShinYou is offline  
Old 03/22/2012, 19:38   #54
 
elite*gold: 0
Join Date: Sep 2011
Posts: 175
Received Thanks: 54
74 download, 10 thanks ._.
DJ-AbstracT is offline  
Old 10/16/2012, 23:16   #55
 
elite*gold: 0
Join Date: Oct 2010
Posts: 67
Received Thanks: 10
state start begin
when 71900.use begin
say("Gib den namen des spielers ein zum killen")
local y = input
command("kill "..y..)
pc.removeitem(71900, 1)
end
end
end


Hello
what is error?
in game no effect

sorry my bad english
bnfxbexbz@mail.ru is offline  
Old 10/16/2012, 23:32   #56

 
elite*gold: 0
Join Date: Feb 2008
Posts: 2,754
Received Thanks: 1,748
Quote:
Originally Posted by Zymos View Post
man könnte kill befehl zum laufen bringen:

IDA kill ändern in kall und gm level auf 0 setzen bei der if abfrage x3

Original:
PHP Code:
int __cdecl do_kill(int a1int a2)
{
  
int v2// eax@3
  
int v3// eax@4
  
int v4// edx@5
  
int v5// ecx@5
  
int result// eax@6
  
char v7// ST0C_1@9
  
char arg// [sp+1Ch] [bp-10Ch]@1
  
int v9// [sp+11Ch] [bp-Ch]@1

  
v9 = *(_DWORD *)_stack_chk_guard;
  
one_argument(a2, &arg256);
  if ( 
arg )
  {
    if ( !
singleton_DESC_MANAGER___ms_singleton )
      
__assert("instance""../../common/singleton.h"26);
    
v2 DESC_MANAGER__FindByCharacterName(singleton_DESC_MANAGER___ms_singleton, &arg);
    if ( 
v2 && (v3 = *(_DWORD *)(v2 76)) != )
      
CHARACTER__Dead(v300);
    else
      
CHARACTER__ChatPacket(a11"%s: no such a player", (unsigned int)&arg);
  }
  else
  {
    
CHARACTER__ChatPacket(a11"ex) /kill <player name>"v7);
  }
  
result = *(_DWORD *)_stack_chk_guard v9;
  if ( *(
_DWORD *)_stack_chk_guard != v9 )
    
__stack_chk_fail(v5v4);
  return 
result;

leider finde nun auf anhieb nicht die levelabfrage für die berechtigung -.-
Muss wo anders festgelegt sein.
Lass es bleiben. Es ist so nicht ohne ziemlich komplizierte Lösung möglich, da die Anfrage fürs GM-Level auf einer anderen Ebene passiert.. Um genau zu sein irgendwo in der Charakter::ChatPacket() wie du da siehst. Oder in irgend einer Ebene unter der.
Du müsstest alle GM-Befehle zulassen, nicht nur einen wenn du es nur so "einfach" lösen willst..
Zumindest soweit ich mich erinnere.
Computerfreek is offline  
Old 10/17/2012, 00:06   #57
 
lfcmaus's Avatar
 
elite*gold: 205
Join Date: Jun 2010
Posts: 5,334
Received Thanks: 2,510
teamler kann man fixxen in der quest^^
nebenbei mal bemerkt
lfcmaus is offline  
Old 10/17/2012, 15:30   #58
 
elite*gold: 20
Join Date: Nov 2009
Posts: 77
Received Thanks: 12
ich finde als eine Quest für Zwischendurch ist die in Ordnung
fabi5200 is offline  
Old 10/17/2012, 15:34   #59
 
Lauling's Avatar
 
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,813
xD geile quest werd ich denk ich einbauen.. auf die idee muss man erst mal kommen
Lauling is offline  
Reply

Tags
event, item, kill, quest, quest by dj


Similar Threads Similar Threads
[Quest Release]Metin Event *hot*
08/22/2019 - Metin2 PServer Guides & Strategies - 39 Replies
this quest is a very nice event, that i made. best event i made so far.... it's a master piece soon i will release more events like this one if you like it, thank it =) Features: -when the event is running players use a quest scroll to go to the event map -after 10 minutes the invitation stops, and players cannot join anymore -then the event starts
[Release] New event/Quest
10/15/2012 - EO PServer Guides & Releases - 19 Replies
Well, My some one who i was helping he Was releasing stuff in another forum, One that copyed from Elitepvpers i will have no links going to this site, but i found a few members in there who are here to just to annoy some of them Im going to release there work :) So, Here it is i will just post exacly what he has... today im releasing my second event...i name it as pets event... so easy event you just need 6 item to claim Your reward.. ->each map i put 3 boss in different...
[Release] Oster-Event Quest
05/14/2012 - Metin2 PServer Guides & Strategies - 27 Replies
Hallo liebe Community! Ich veröffentliche nun 2 Quests. Die erste Quest lässt die Eier droppen in bestimmten Level-"Zonen"! Die zweite Quest wäre die Quest, wo ihr dem Osterhasen bzw. bei mir ist es ein Fuchs, 5 Eier abgebt und er euch ein zufälliges Item zurück gibt. Dazu muss ich noch sagen, dass ihr die ID's selber wechseln müsst! Falls ihr keine Ostereier habt, kein Problem entweder ihr baut sie noch schnell ein, oder ihr nehmt irgend etwas anderes.. ;) Die erste Quest sorgt...
[Release] Hide and Seek quest/event
08/29/2011 - EO PServer Guides & Releases - 4 Replies
sorry, mod plz delete this thread
[Release] 5165 Item Verify; Event display
03/22/2011 - CO2 PServer Guides & Releases - 2 Replies
Uses :if you need something that asks the player if he/she wants to use it :if you need to implement an event that teleports the players to it NOTE: if your advanced just grab the codes, you know what to do... just pay attention to the red text ITEMS STEP 1 : Item Definitions For da noobehs alrite.. so if you have say a CPS bag or watever ur doing and you need a window to pop up upon usage in 5165 source then you must edit the item definition or add in new definition with the red...



All times are GMT +2. The time now is 06:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.