Tutto Client/Server (lua/python/c++)

Stato
Discussione chiusa ad ulteriori risposte.

Mr.MonteNegrO

Utente Jade
2 Dicembre 2010
2,116
25
1,007
683
Ultima modifica:
Offresi qualsiasi tipo di servizio (non sessuale), a pagamento e non (in base alla richiesta).
  • [New] Pet System
28u04tt.jpg
  • [New] Stole
29vz50x.jpg
  • [New] IntroSelect/Create
o7kg0z.jpg

r76mc3.jpg
  • IntroLogin Personalizzato (no parte grafica)
sxhhyw.jpg
  • [New] Costume Weapon
x25mo6.jpg
  • [New] 7/8 Skill
  • Autopatcher
  • Client [all rev]
  • Protezioni client (m2bob incluso)
  • [NEW] Multilinguaggio Quest
  • Varie ed eventuali
 
U.U non sono il tipo che consiglia o sconsiglia facilmente ma Consiglio è uno dei pochi rimasti che fa le cose senza che escano sui forum stranieri e rivenderli in italia :D
 
### UPDATE MULTILUNGUAGGIO QUEST
  1. nuovo compiler quest (qc)
  2. nessuna modifica file game
  3. gestione linguaggi trammite translate.lua


esempio quest

Codice:
quest blacksmith begin
    state start begin
        when blacksmith.chat.gameforge.blacksmith._10_npcChat begin
            say_title(gameforge.blacksmith._20_sayTitle)
            say(gameforge.blacksmith._30_say)
            say_title(gameforge.blacksmith._40_sayTitle)
            say_reward(gameforge.blacksmith._50_sayReward)
        end
    end
end

esempio translate

Codice:
gameforge[0] = {}
gameforge[0].blacksmith = {}
gameforge[0].blacksmith._10_npcChat = "Voglio migliorare qualcosa"
gameforge[0].blacksmith._20_sayTitle = "Fabbro: "
gameforge[0].blacksmith._30_say = "[ENTER]Ciao, io sono responsabile del[ENTER]miglioramento degli oggetti.[ENTER]Se vuoi migliorare il tuo equipaggiamento,[ENTER]basta che lo porti da me.[ENTER]"
gameforge[0].blacksmith._40_sayTitle = "Informazione: "
gameforge[0].blacksmith._50_sayReward = "Trascinare l'oggetto e rilasciarlo sul fabbro.[ENTER]"

gameforge[1] = {}
gameforge[1].blacksmith = {}
gameforge[1].blacksmith._10_npcChat = "I want to leave something better. "
gameforge[1].blacksmith._20_sayTitle = "Blacksmith: "
gameforge[1].blacksmith._30_say = "[ENTER]Hey!I can upgrade your equipments.[ENTER]If you want[ENTER]to improve your equipment just bring him to[ENTER]me. "
gameforge[1].blacksmith._40_sayTitle = "Information: "
gameforge[1].blacksmith._50_sayReward = "Dragging equipment[ENTER]for blacksmith. "
 
  • Mi piace
Reazioni: AkaRuppe
Stato
Discussione chiusa ad ulteriori risposte.