Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Elsword
You last visited: Today at 18:55

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

Advertisement



Virtuos Tool [Sammelthread] Monster ID´s

Discussion on Virtuos Tool [Sammelthread] Monster ID´s within the Elsword forum part of the MMORPGs category.

Closed Thread
 
Old 04/21/2013, 18:38   #31
 
dark94werwolf's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 129
Received Thanks: 25
ok found out that for hell you use NUI_ELSWORD_PARASITE_HELL
i assume its the same for the other secret dungs
NUI_NASOD_INSPECTOR_HELL etc.
dark94werwolf is offline  
Old 04/21/2013, 18:40   #32
 
skipe987654321's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 612
Received Thanks: 82
Wenn Virtuos es erlaubt... vielleicht... nö xD. Scherz mal sehen.
skipe987654321 is offline  
Old 04/21/2013, 18:59   #33
 
dark94werwolf's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 129
Received Thanks: 25
Quote:
Originally Posted by skipe987654321 View Post
Wenn Virtuos es erlaubt... vielleicht... nö xD. Scherz mal sehen.
kapire nicht was du meinst, engrish plox
dark94werwolf is offline  
Old 04/21/2013, 19:03   #34
 
skipe987654321's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 612
Received Thanks: 82
It's nothing important.
skipe987654321 is offline  
Old 04/21/2013, 19:35   #35
 
Deatz's Avatar
 
elite*gold: 0
The Black Market: 104/0/0
Join Date: Jul 2010
Posts: 1,804
Received Thanks: 158
Wozu einen Sammelthread?
Wer begriffen hat wie man die Lua Dateien auslesen kann der braucht das hier nicht ö.ö

Naja viel Spaß noch.


mfG
Deatz is offline  
Old 04/21/2013, 19:48   #36
 
elite*gold: LOCKED
Join Date: Sep 2012
Posts: 1,599
Received Thanks: 256
Quote:
Wozu einen Sammelthread?
Wer begriffen hat wie man die Lua Dateien auslesen kann der braucht das hier nicht ö.ö
Die betohnung liegt darauf "Wer begriffen hat"...
*-Elsword_Hacker-* is offline  
Old 04/21/2013, 19:49   #37
 
Deatz's Avatar
 
elite*gold: 0
The Black Market: 104/0/0
Join Date: Jul 2010
Posts: 1,804
Received Thanks: 158
Leute so schwer ist das nicht wers wissen will kann mir auch ne PN schreiben und fragen <.<


mfG
Deatz is offline  
Old 04/21/2013, 19:52   #38
 
elite*gold: 2
Join Date: May 2011
Posts: 881
Received Thanks: 1,467
Quote:
Originally Posted by *-Elsword_Hacker-* View Post
skipe, da der lua editor bei dir nicht geht, könnteste per teamviewer es bei mir machen ,
.kom extractor +packer vorhanden , lua editor vorhanden ..

kannst ja mal pn schreiben ^^
Quote:
Originally Posted by *-Elsword_Hacker-* View Post
so und nun als fertige datei pls
Quote:
Originally Posted by *-Elsword_Hacker-* View Post
Die betohnung liegt darauf "Wer begriffen hat"...
Wie wär's wen du dich selber mal ran machst an die Dinge?
Mich schlecht reden konntest du auch immer, aber selber nichtmal das einfachste auf die Reihe bekommen.
*~Virtuos~* is offline  
Thanks
2 Users
Old 04/21/2013, 20:15   #39

 
Dosatron01's Avatar
 
elite*gold: 240
Join Date: Jan 2010
Posts: 1,199
Received Thanks: 385
Quote:
Originally Posted by *~Virtuos~* View Post
Wie wär's wen du dich selber mal ran machst an die Dinge?
Mich schlecht reden konntest du auch immer, aber selber nichtmal das einfachste auf die Reihe bekommen.
Sogar ich habs geschafft... Mit Anweisung von jemanden.(Lieber nachfragen als scheiße bauen)
Aber bei 100 Benders die Sekunde verreckt Elsword.
Dosatron01 is offline  
Old 04/21/2013, 20:34   #40
 
dark94werwolf's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 129
Received Thanks: 25
Quote:
Originally Posted by Dosatron01 View Post
Sogar ich habs geschafft... Mit Anweisung von jemanden.(Lieber nachfragen als scheiße bauen)
Aber bei 100 Benders die Sekunde verreckt Elsword.
dan mach es eben 1 Bender pro sekunde
Change this:
for cnt = 1, 100, 1 do
to this:
for cnt = 1, 1, 1 do
dark94werwolf is offline  
Old 04/21/2013, 20:48   #41
 
elite*gold: LOCKED
Join Date: Sep 2012
Posts: 1,599
Received Thanks: 256
Quote:
Wie wär's wen du dich selber mal ran machst an die Dinge?
Mich schlecht reden konntest du auch immer, aber selber nichtmal das einfachste auf die Reihe bekommen.
Wenn man nicht weis wie man so etwas schreibt man man sich die lua´s usw so viel anschauen wie man möchte und kommt zu keinen ergebnis . die sachen raus suchen würde ich eventuel noch hin griegen aber die in so ne datei zu packen da geht nix mehr .
*-Elsword_Hacker-* is offline  
Old 04/21/2013, 20:48   #42
 
omieqqe's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 47
Received Thanks: 0
hum......i still confuse with this espescially Dragon bone which didnt move a inch and drop item. (Yes, i'm new for modding)
omieqqe is offline  
Old 04/22/2013, 21:16   #43
 
elite*gold: 0
Join Date: Jun 2011
Posts: 109
Received Thanks: 64
Quote:
function CF_CUSTOM_TRIGGER0(pKTDXApp, pX2DungeonGame, pX2DungeonSubStage)
return true
end
function RF_CUSTOM_TRIGGER0(pKTDXApp, pX2DungeonGame, pX2DungeonSubStage)
local msgStr = ""
local myMsgBox
if pX2DungeonGame ~= nil then
do
local npcEnumID = "NUI_ELSWORD_PARASITE"
if NPC_UNIT_ID[npcEnumID] ~= nil then
do
local npcCount = pX2DungeonGame:LiveNPCNumType_LUA(NPC_UNIT_ID[npcEnumID])
if npcCount > 0 then
pX2DungeonGame:KillNPC(NPC_UNIT_ID[npcEnumID], npcCount)
end
local lpMyUnit = pX2DungeonGame:GetMyUnit()
local pos = lpMyUnit:GetPos()
pos.x = pos.y - 480
local bRight = false
local cnt = 0
for cnt = 1, 5 do
pX2DungeonGame:CreateNPCReq_LUA(NPC_UNIT_ID[npcEnumID], 60, false, pos, bRight, 0, false)
end
end
else
msgStr = "NPC_UNIT_ID not found"
end
end
else
msgStr = "pX2DungeonGame uninitialized"
end
if msgStr ~= "" then
myMsgBox = g_pMain:KTDGUIOKMsgBox(D3DXVECTOR2(250, 300), msgStr, g_pStage)
myMsgBox:SetModal(true)
myMsgBox:SetFront(true)
myMsgBox:SetLayer(X2_DIALOG_LAYER.XDL_MESSENGER)
myMsgBox:SetEnableMoveByDrag(true)
end
end
This is my piece of code to make the Alterasia type H spawn and kill itself, but it doesn't work.
Please help
ProTheJoker is offline  
Old 04/22/2013, 21:34   #44

 
Dosatron01's Avatar
 
elite*gold: 240
Join Date: Jan 2010
Posts: 1,199
Received Thanks: 385
Quote:
Originally Posted by ProTheJoker View Post
This is my piece of code to make the Alterasia type H spawn and kill itself, but it doesn't work.
Please help
Learn the programming language and don't post such shi*.
Dosatron01 is offline  
Old 04/22/2013, 21:52   #45
 
sona10's Avatar
 
elite*gold: 275
Join Date: Apr 2013
Posts: 142
Received Thanks: 4
gibt es statt henir hack , einen sd hack z.b mk2,hallu?
sona10 is offline  
Closed Thread


Similar Threads Similar Threads
[Virtuos] 1. Neues Tool
05/01/2013 - Elsword - 1967 Replies
Der Beginn des Untergangs Wie jeder mitbekommen hat, geht mir ElSword nun vollständig am Arsch vorbei. Von nun an gibt es keine Ziele mehr, kein Verständnis, keine Zurückhaltung. Mein Team und ich werden euch nichts mehr vorenthalten. ElSword war nur ein Zeitvertreib da ich derweil bei 4 Privaten Servern angestellt bin (Studium muss finanziert werden + Auto), das wird sich im laufe der Zeit ändern. Das neue Tool Ob der Hackshield geupdatet wird, eine Absicherung, ein...
[HELP] - Virtuos' Neues Tool (English Only)
04/24/2013 - Elsword - 30 Replies
I've seen the thread about the new hack, but since I don't speak German, and Google translation sucks I don't know how to use this tool. Please if anyone knows how to use this hack, please use English, and everything I have to do to use the hack.
[Virtuos Tool] Virustotal test
04/18/2013 - Elsword - 3 Replies
Clean. Tool: https://www.virustotal.com/de/file/689a241870a77b febd115b189621e48f1011112dd4e494d4334c8ccfcdb8a517 /analysis/ RZK_Hack.rar https://www.virustotal.com/de/file/bab9bfa75840f5 ea198f7e7e3f1c15356c6b59541d57f2add5aed2156860a157 /analysis/1366290432/ EXP_Hack.rar https://www.virustotal.com/de/file/36546369a146aa c9868c2295134ef5cff4c6d007465bd6a264c752e67804ffbc /analysis/
My own plugin's for Virtuos Tool!
04/18/2013 - Elsword - 26 Replies
Hi guys! I developed quite plugins for the tool. It's very easy, probably i will post a tut for make it c: ------------------Plugins------------------ 1. Critic Url: https://mega.co.nz/#!cNVkWK4D Key: el4UNz3fNyu4267mCoQcERutAWEULrviwvTCkhNFZlY VT: https://www.virustotal.com/file/553fb257e23e2cdce1 ced4dc9159d41a612d2d3e684443d53a76b9509f2fa1c9/ana lysis/1358709378/ Mega go slow... When it up another i update the post xD



All times are GMT +2. The time now is 18:55.


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.