Jump to content
  • 0

[Request] HELP me if you know how !!!


dqkonabg

Question

ok im working on Automatic DM event but i cant finish the code if you can help me ...

 

this is for Automatic TVT

 

import sys

from com.l2jfree.gameserver.model.entity.events import TvT

TvT.loadData()

TvT.autoEvent()

 

 

I try to make it for DM but im stucked here .

event loaded data  but i dont know comand for Join / teleport etc if you can help pls post here i think this will help to a lots of maxCheater members

 

import sys

from com.l2jfree.gameserver.model.entity.events import DM

DM.loadData()

............

...........

........

 

if you know pls help me

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

ok im working on Automatic DM event but i cant finish the code if you can help me ...

 

this is for Automatic TVT

 

import sys

from com.l2jfree.gameserver.model.entity.events import TvT

TvT.loadData()

TvT.autoEvent()

 

 

I try to make it for DM but im stucked here .

event loaded data  but i dont know comand for Join / teleport etc if you can help pls post here i think this will help to a lots of maxCheater members

 

import sys

from com.l2jfree.gameserver.model.entity.events import DM

DM.loadData()

............

...........

........

 

if you know pls help me

 

 

 

try this

 

import sys

from com.l2jfree.gameserver.model.entity.events import DM

DM.loadData()

 

DM.StartJoin(1)

 

DM.StartTeleport(1)

 

DM.StartFinish(1)

im not 100% shure i forgot how i made before very long time ago

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...