-
Content Count
29 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Rick

-
Rank
Neutral
Informations
-
Gender
Male
Skills
-
C++
Intermediate
-
LUA
Beginner
-
PHP
Advanced
-
SQL
Intermediate
-
HTML
Advanced
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Version of Files : XXX Hi all! I have some problem this quest. Problem: " sd3.quest:184:syntax error : [string "startpc . in_dungeon ( )"]:1: `then' expected near `begin' Error occured on compile sd3.quest" How to edit this quest work fine?
-
Version of Files : XXX Hi all! I have some problem with blue dragon quest. I am talk the Sura ghost and warp to blue drangon boss room,but kick the boss room. (Group kick) Problem: Map index edited,and cordinate the boss room it's ok. THX. ---------------------------------------------------- --Tempel des Drachen ---------------------------------------------------- quest Tempel_of_dragon begin state start begin when 30121.chat."Tempel des Drachen" with
-
Rick changed their profile photo
-
I am write the new quest .. problem solved..!
-
Hi all! I need the work beran setaou quest.(No time limit group,and all group run the dungeon) Or this quest how edit, no time limit and more party player group go to run one time. quest beran7_setaou begin state start begin when logout begin if pc.get_map_index() == 79 then pc.delqf("icerdesin") end end when 30121.chat."Meg akarom ölni a sárkányt!" with pc.get_map_index() == 73 begin if game.get_event_flag("ejder_kullanimda") == 2 then say_title("Sura szellem:") say("") say("Már vannak a kristály teremben!") say("Vagy nem telt le a 60
-
THX, Problem solved! ^^ Ne quest problem: How to make this quest, not only leader need the dungeon ticket , all party player need the dungeon ticket. Or how to find gf nemere quest? quest snow_dungeon begin state start begin function get_settings() local snow_dungeon_settings = {} snow_dungeon_settings.map_index = 352 --Mapindex snow_dungeon_settings.base_cord = {5120, 1536 } --Kezdő kordináta snow_dungeon_settings.outside_entry_pos = {61,4321,1667} --Mapindex, Kilépési kordináta (Sohan) snow_dungeon_settings.need_level = 100 --Minimum elé
-
Find the 40k Flame dungeon quest but not work finally. quest flame_dungeon begin state start begin when 20394.click with pc.get_level() >= 90 begin pc.count_item2(71175, 1) set_state(run) end end state run begin function setting() return { ["bossroom_entry_pos"] = {8109,6867}, ["boss_pos"] = {686,637}, ["doors_pos"] = { {320,394}, {293,359}, {333,321}, {378,320}, {400,355}, {394,401} }, ["idoors_pos"] = { {268,447}, {234,359}, {300,264}, {454,217}, {470,355}, {467,469} }, ["doors_dir"] = {135,90,210,152,90,2
-
Hi! I have some problem this quest: quest flame_dungeon begin state start begin when login with pc.get_map_index() == 351 begin syschat("Teleportálás a városba...") warp_to_village() end when 20394.chat."Vörös Sárkány erőd" begin say_title("Tűzföld-őr:") say("") say("Be szeretnél menni a Vörös Sárkány erődbe?") say("Ha te vagy a csoport vezető, és van") say("Nálad belépési engedély (P), akkor rendben.") say("") say_reward("Csak a vezetőnek kell belépő, de neki") say_reward("Lv105-nek kell lennie!") say_item_vnum(71175) pc.delqf("belepettbp
-
fix:change the totem id... and work fine.. THX for help me.. Have nice day. Happy New Year! Please close this topic. Problem Solved!
-
This quest work. The problem mob proto.. the metin stone! But the new problem is 20399(Totem) Totem is npc... and can't attack. I can't find my source the stone attack only shaman character.(20399) 6.floor fix : mob_proto txt: 8058 ??? KING STONE MELEE 100 NOMOVE 0 STUN,SLOW,CURSE,TERROR 0 0 0 0 100 0 0 0 1200000 5 1 0 0 51 100 6055 6060 0 2000 150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
-
Problem solved...
-
Hi all. I have some problem the skill book.(50300) (And all skill book) I read the book but the read the charachter level up more level. (I not edited this) How to fix this?