LUA concerned :
scripts/globals/missions.lua
scripts/zones/Northern_San_dOria/npcs/_6fc.lua
scripts\zones\West_Ronfaure\npcs\qm4.lua
scripts/zones/West_Ronfaure/mobs/Marauder_Dvogzog.lua
SQL concerned
sql/mob_groups.sql
sql/mob_spawn_points.sql
mission San d'Oria 7-1
mission San d'Oria 7-1
- Attachments
-
- mission_San_dOria_7-1.patch
- (14.49 KiB) Downloaded 278 times
Re: mission San d'Oria 7-1
r2730
MISSION: add San d'Oria mission 7-1 (thanx Blackwild)
Thank you
MISSION: add San d'Oria mission 7-1 (thanx Blackwild)
Thank you
New Gilgamesh Server --> http://gilgamesh.servegame.com
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: mission San d'Oria 7-1
Your script introduced a bug that makes people jump from Rank 4 to Rank 7. Please check your code more carefully before offering it in the future.
Edit:
player:getCurrentMission(0,17)
That is not how that function works. You feed it a nation (or nation value) and it returns a number. For example:
player:getCurrentMission(SANDORIA) == RANPERRE_S_FINAL_REST
That is the equivalent of:
player:getCurrentMission(0) == 17
Please use the text aliases, as this makes it easier to fix scripts if those values change in the future.
Edit:
player:getCurrentMission(0,17)
That is not how that function works. You feed it a nation (or nation value) and it returns a number. For example:
player:getCurrentMission(SANDORIA) == RANPERRE_S_FINAL_REST
That is the equivalent of:
player:getCurrentMission(0) == 17
Please use the text aliases, as this makes it easier to fix scripts if those values change in the future.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.