#38 Added by Fenla 6 years ago
#39 Added by Dullahan 6 years ago
I'd really like to see "dailies", short and simple quests that you have to do daily -- but vary the mission according to the player's best offensive level (fight/ele magic).
Also, make use of gamification theory, give a bigger reward for doing 7 dailies without skipping a day etc.
Special apartments would be nice as a sort of sage mission for master players :D
---
#40 Added by Laoviel 6 years ago
#41 Added by Moniq 6 years ago
Last edited by Moniq (6 years ago)
#42 Added by Arcueid 6 years ago
Hopefuly dynamic events will satisfy you.
onSeasonChange() { if (isWinter) { spawn(NPC, Quest[i]); i++; if (i > i_max) i = 0; }}onQuestComplete() { if (chance(30)) StartDialog(additionalQuest);}
Last edited by Arcueid (6 years ago)
#43 Added by Bones 6 years ago
#44 Added by Arcueid 6 years ago
onGroupDefeat() { if (Group.time_alive < time_limit) score_homin++; kitin_level++; if (kitin_level < max_kitin_level) spawnKitinGroup(kitin_level); else spawnQueen(); }onTimer() { spawnKitinGroup(random(1, 5)); // assume those are difficulty tiers}onQueenDefeat() { disableTimer(); spawnNPC(rewardGiver, score_homin);}
#45 Added by Bones 6 years ago
#46 Added by Vanixia 6 years ago
#47 Added by Jahuu 6 years ago
que on noublie se qui ne parle que francais et que se soit un peux plus traduit car sa ne l aie pas assez
#48 Added by Bones 6 years ago
#49 Added by Loved 6 years ago
#50 Added by Dullahan 6 years ago
#51 Added by Craftjenn 6 years ago
Last edited by Craftjenn (6 years ago)
https://fr.wiki.ryzom.com/wiki/Utilisatrice:Craftjenn
#52 Added by Laoviel 6 years ago
powered by ryzom-api