- 0
-
Activity
-
17
Dynamic Weather
Does the weather change when the player teleports? -
11
-
870
-
0
GameCompile Error
Have a nice day! What could be the problem with translating the game? Sorry for the bad English. linking ../game.... ld: error: unable to find library -lIL ld: error: unable to find library -lpng ld: error: unable to find library -ltiff ld: error: unable to find library -lmng ld: error: unable to find library -llcms ld: error: unable to find library -ljpeg clang-15: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game] Error 1 -
0
-
1
-
0
-
0
Auto hunt System
Hey there! Im looking for autohunt system I know there are some already public, but im looking for a good Version, which is nearly bugfree and (if possible maybe reversed - that means with offical Python, but it can be also some small changes here too) It should be have nearly the same functions like the offical system I dont like custom stuff. Thank you! Best regards! -
0
Problem with userinterface
Hi, in last few days i'm tesing something on my pserver for testing, and i tried to implement some systems through source files, but in winscp, in the folder src, i don't find the folder "userinterface" and i can't modify my source files. Thank you for the answer.
-
-
Recently Browsing
- No registered users viewing this page.
Question
stein20 14
hello bro's:
I have a failure I could not solve.
when kill with npc.is_pc() and npc.empire != pc.empire and pc.get_map_index() == 103 and game.get_event_flag("war") == 1 begin
game.set_event_flag("empire_"..pc.get_empire(),game.get_event_flag("empire_"..pc.get_empire())+1)
notice_all(" Emp 1"..game.get_event_flag("empire_1").." Emp 2 "..game.get_event_flag("empire_2").." Emp 3 "..game.get_event_flag("empire_3").." ")
The problem
when kill emp_1 + 1 is good.
notice_all(" emp_1 1 emp_2 0 emp_3 0 ") so good, but after
when kill emp_2 + 1 is bad
notice_all(" emp_1 2 emp_2 0 emp_3 0 ") so bad, but after
when kill emp_2 + 1 is good
notice_all(" emp_1 2 emp_2 1 emp_3 0 ")
I do not find a solution
Link to comment
Share on other sites
Top Posters For This Question
2
Popular Days
Dec 23
1
Dec 29
1
Top Posters For This Question
stein20 2 posts
Popular Days
Dec 23 2015
1 post
Dec 29 2015
1 post
1 answer 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