- 0
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Activity
-
2
I can't compile my src because of this:
Why do u want to compile on vps? I think, its not worth it. Better if you prepare a vdi on your pc. If your files in beta phase, i dont think so its worth to rent a vps. Money wasting in my oppinion. -
1
how to put effect in the armor/weapon
Hi, you can use Sanii Shaning System. It's pretty easy to use: Read Here: -
2
-
2
I can't compile my src because of this:
Hey devs. I got a problem on VPS OS i386 system (FreeBSD 13.0) on compiling my server src. I can do anything for fix this, the server does not want to compile, and I get this error every single time; "gmake: *** No rule to make target '/usr/include/c++/4.2/cstdlib', needed by 'OBJDIR/BattleArena.o'. Stop." Can somebody help me fix this? I'd appriciate it. -
3
Repaired version of Scorpion for assassin male
I think no, we need to change the map because our players did not like this beautiful map. We changed the map because the players did not like it. -
6
-
6
Problem uimessenger.py
Search if not uiGameOption.MOBILE: width = self.GetWidth() height = self.GetHeight() self.addFriendButton.SetPosition(-60, 30) self.whisperButton.SetPosition(-20, 30) self.removeButton.SetPosition(20, 30) self.guildButton.SetPosition(60, 30) Change with width = self.GetWidth() height = self.GetHeight() self.addFriendButton.SetPosition(-60, 30) self.whisperButton.SetPosition(-20, 30) self.removeButton.SetPosition(20, 30) self.guildButton.SetPosition(60, 30) Care to tabs -
6
Problem uimessenger.py
0818 15:59:16482 :: Traceback (most recent call last): 0818 15:59:16482 :: File "ui.py", line 1409, in CallEvent 0818 15:59:16482 :: File "ui.py", line 90, in __call__ 0818 15:59:16483 :: File "ui.py", line 72, in __call__ 0818 15:59:16483 :: File "interfaceModule.py", line 1266, in ToggleMessenger 0818 15:59:16483 :: File "uiMessenger.py", line 349, in Show 0818 15:59:16483 :: File "uiMessenger.py", line 378, in __LoadWindow 0818 15:59:16483 :: AttributeError 0818 15:59:16483 :: : 0818 15:59:16483 :: 'module' object has no attribute 'MOBILE' 0818 15:59:16483 :: -
6
-
Question
Riner 0
hello there
Can anyone explain to me what this function do? or the job of this function
d.new_jump_all(mapindex, x, y) --some on tell me that teleport all player in the core (all of them? like all player in map a1 and map a2)
d.spawn_mob(I know its spawn but I should put it in quest kill? or login in dungeon)
d.regen_file -d.set_regen_file whats the different
I know its a lot but Im try to improve my self in quest-lua in metin 2 i try to understand from source but
Link to comment
Share on other sites
Top Posters For This Question
7
5
3
Popular Days
Jul 25
12
Jul 23
1
Jul 24
1
Jul 28
1
Top Posters For This Question
Riner 7 posts
Den 5 posts
Speachless 3 posts
Popular Days
Jul 25 2017
12 posts
Jul 23 2017
1 post
Jul 24 2017
1 post
Jul 28 2017
1 post
Popular Posts
Den
I've edited the post above with the explanation of the functions. Do you want teleport them to the private dungeon map (10000+) or global map?
Den
So use d.new_jump_all(), it will create a new private map and teleport everyone like deviltower dungeon.
Den
The function will return virtual ID of npc. You can use this in some function that takes vid as an argument. d.regen_file() will spawn mobs only once, d.set_regen_file() will loop regen (mobs w
14 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now