What's new

Ivesta rekrutuje - W?asna mapa!

Status
Not open for further replies.

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Witajcie postanowi?em og?osi? rekrutacj? do projektu Ivesta.
Rekrutacja jest skutkiem, ch?ci jak najszybszego ale i dok?adnego uko?czenia mapy, aby m?c zacz?? oskryptowywa? tak ?eby uda?o si? nam ruszy? na pocz?tku listopada.

Oryginalny temat o projekcie: http://tibia.net.pl/zapowiedzi/438400-ivesta-wlasna-mapa-nowe-przygody.html

Kogo szukamy:

  • Mappera 3/5
  • Skryptera 0/2

Podania sk?adamy w tym temacie, wed?ug schematu:

Wiek:
Do?wiadczenie:
Czy uczestniczy?e? w jaki? projektach?
Prace przyk?adowe:
Kontakt gg:

Kontakt ze mn?: 2497869

Notka moderatorska:
Usuwam reklam? do konkurencyjnego forum.


@UP
B??dy zrobi?e?, poprawi?em.:)
 

kiler012

User
Joined
Jul 15, 2009
Messages
41
Reaction score
1
Odp: Ivesta rekrutuje - W?asna mapa!

Wiek: 15
Do?wiadczenie: Z rok.
Czy uczestniczy?e? w jaki? projektach? Nie
Prace przyk?adowe: Nie potrzeba, nie chc? zobaczy? tutaj plagiatu mojego kodu...
Kontakt gg: 8477541
 

Xayan

Senior User
Joined
Jul 4, 2009
Messages
2,608
Reaction score
390
Age
28
Odp: Ivesta rekrutuje - W?asna mapa!

Wiek: 15
Do?wiadczenie: chodzi o czas czy stopie? zaawansowania? Jakie? p?? roku, zaawansowany poziom
Czy uczestniczy?e? w jaki? projektach? kilka tego by?o, ale nazw nie kojarz?
Prace przyk?adowe:
NPC daj?cy misje:
Code:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
local talkState = {}

function onCreatureAppear(cid)                npcHandler:onCreatureAppear(cid)            end
function onCreatureDisappear(cid)            npcHandler:onCreatureDisappear(cid)            end
function onCreatureSay(cid, type, msg)            npcHandler:onCreatureSay(cid, type, msg)        end
function onThink()                    npcHandler:onThink()                    end

function creatureSayCallback(cid, type, msg)
    if(not npcHandler:isFocused(cid)) then
        return false
    end

    local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid

    if msgcontains(msg, 'task') or msgcontains(msg, 'quest') then
        -- Task #1 start
        if(getPlayerStorageValue(cid, 3500) == -1) then
            selfSay('My friend is missing. Recently he said that he was going to kill a few trolls. Can you find him?', cid)
            talkState[talkUser] = 1
        -- Task #1 completed
        elseif(getPlayerStorageValue(cid, 3500) == 1) then
            if(getPlayerStorageValue(cid, 3501) == 2) then
                selfSay('My friend is dead? It\'s terrible! Here you are, this is your reward. But don\'t worry, I have more {task}s for you.', cid)
                setPlayerStorageValue(cid, 3501, 3)
                setPlayerStorageValue(cid, 3500, 2)
                doPlayerAddItem(cid, 2152, 5)
                doPlayerAddExp(cid, 250)
                doSendAnimatedText(getCreaturePosition(cid), "250", TEXTCOLOR_WHITE)
                doSendMagicEffect(getCreaturePosition(cid), CONST_ME_FIREWORK_BLUE)
            else
                selfSay('Please try to save my friend.', cid)
            end            
        -- Task #2 start
        elseif(getPlayerStorageValue(cid, 3500) == 2) then
            selfSay('A very important document was stolen during the last raid on the city by orcs. Can you get it back?', cid)
            talkState[talkUser] = 2
        -- Task #2 completed
        elseif(getPlayerStorageValue(cid, 3500) == 3) then
            if(getPlayerStorageValue(cid, 3502) == 2) then
                if(doPlayerRemoveItem(cid, 7702, 1) == true) then
                    selfSay('You found this document? Great! Here you are, this is your reward. But don\'t worry, I have one more {taks} for you.', cid)
                    setPlayerStorageValue(cid, 3502, 3)
                    setPlayerStorageValue(cid, 3500, 4)
                    doPlayerAddItem(cid, 2152, 10)
                    doPlayerAddExp(cid, 500)
                    doSendAnimatedText(getCreaturePosition(cid), "500", TEXTCOLOR_WHITE)
                    doSendMagicEffect(getCreaturePosition(cid), CONST_ME_FIREWORK_BLUE)
                else
                    selfSay('Please try to find this document.', cid)
                end
            else
                selfSay('Please try to find this document.', cid)
            end
        -- Task #3 start
        elseif(getPlayerStorageValue(cid, 3500) == 4) then
            selfSay('I hate witches and I love cookies. Can you kill 15 of them and get for me 10 cookies?', cid)
            talkState[talkUser] = 3
        -- Task #3 completed
        elseif(getPlayerStorageValue(cid, 3500) == 5) then
            if(getPlayerStorageValue(cid, 3503) == 16) then
                if(doPlayerRemoveItem(cid, 2687, 10) == true) then
                    selfSay('Oh... you killed witches? And... yes, cookies for me! Thank you! Here you are, this is your reward.', cid)
                    setPlayerStorageValue(cid, 3503, 17)
                    setPlayerStorageValue(cid, 3500, 6)
                    doPlayerAddItem(cid, 2152, 15)
                    doPlayerAddItem(cid, 2167, 1)
                    doPlayerAddExp(cid, 750)
                    doSendAnimatedText(getCreaturePosition(cid), "750", TEXTCOLOR_WHITE)
                    doSendMagicEffect(getCreaturePosition(cid), CONST_ME_FIREWORK_BLUE)
                else
                    selfSay('Okay... you killed witches but where are my cookies?', cid)
                end
            else
                selfSay('Go and kill these witches. Don\'t forget about cookies for me!', cid)
            end
        -- All task completed
        elseif(getPlayerStorageValue(cid, 3500) == 6) then
            selfSay('Yes, I remember you. Thank you for all the help. Right now, I don\'t need more help.', cid)
        end
        
    elseif talkState[talkUser] == 1 then
        if msgcontains(msg, 'yes') then
            selfSay('Thank you! Please, this potion you probably want to fight with trolls. Sorry, I can\'t give you more.', cid)
            doPlayerAddItem(cid, 7618, 1)
            setPlayerStorageValue(cid, 3500, 1)
            setPlayerStorageValue(cid, 3501, 1)
            talkState[talkUser] = {}
        else
            selfSay('Then not.', cid)
            talkState[talkUser] = {}
        end

    elseif talkState[talkUser] == 2 then
        if msgcontains(msg, 'yes') then
            selfSay('Thank you! Please, this potion you probably want to fight with orcs. Sorry, I can\'t give you more.', cid)
            doPlayerAddItem(cid, 7618, 1)
            setPlayerStorageValue(cid, 3500, 3)
            setPlayerStorageValue(cid, 3502, 1)
            talkState[talkUser] = {}
        else
            selfSay('Then not.', cid)
            talkState[talkUser] = {}
        end

    elseif talkState[talkUser] == 3 then
        if msgcontains(msg, 'yes') then
            selfSay('Thank you! Please, this potion you probably want to fight with witches. Sorry, I can\'t give you more.', cid)
            doPlayerAddItem(cid, 7618, 1)
            setPlayerStorageValue(cid, 3500, 5)
            setPlayerStorageValue(cid, 3503, 1)
            talkState[talkUser] = {}
        else
            selfSay('Then not.', cid)
            talkState[talkUser] = {}
        end
    end
end

npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback)
npcHandler:addModule(FocusModule:new())
Kontakt gg: 442125
 

Gohans

Advanced User
Joined
May 16, 2008
Messages
198
Reaction score
15
Odp: Ivesta rekrutuje - W?asna mapa!

Nie wiem czy potrzebujesz webmastera/Grafika jak tak to ja jestem ch?tny mam du?e do?wiadczenie w te klocki moje prace
i ostatnio strona ots Grafika wsz?dzie by me jak co? to kontakt gg8151158 b?d? tutaj na forum
 

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Odp: Ivesta rekrutuje - W?asna mapa!

~~Od?wie?am~~
Xayan oraz Gohans przyj?ty.

Gohans napisz do mnie na gg.
 

Gohans

Advanced User
Joined
May 16, 2008
Messages
198
Reaction score
15
Odp: Ivesta rekrutuje - W?asna mapa!

nie ma cie na gg
Notka moderatorska:
Ma?owarto?ciowy post.
 
Last edited by a moderator:

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Odp: Ivesta rekrutuje - W?asna mapa!

~~Od?wie?am~~
Szukamy 2x mappera oraz 1x skryptera.
 

Vergil93

Advanced User
Joined
Jun 19, 2010
Messages
263
Reaction score
6
Odp: Ivesta rekrutuje - W?asna mapa!

Wiek: 20
Do?wiadczenie: P?? roku
Czy uczestniczy?e? w jaki? projektach? Tak
Prace przyk?adowe:



I wiele, wiele innych.
Kontakt gg: 9988363
 

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Odp: Ivesta rekrutuje - W?asna mapa!

~~Od?wie?am~~
Szukamy 2x mappera.

Vergil93 Przyj?ty!
 

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Odp: Ivesta rekrutuje - W?asna mapa!

~~Od?wie?am~~
Szukamy 3x mappera.
 

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Odp: Ivesta rekrutuje - W?asna mapa!

~~Od?wie?am~~
Szukamy 3x mappera.
 

lolej66

Advanced User
Joined
Aug 3, 2008
Messages
320
Reaction score
17
Odp: Ivesta rekrutuje - W?asna mapa!

~~Od?wie?am~~
Notka moderatorska:
Brak odczekania tygodnia od 2-go z rz?du od?wie?enia.
 
Last edited by a moderator:

Zielony Pixel

Senior User
Joined
Feb 8, 2010
Messages
544
Reaction score
39
Odp: Ivesta rekrutuje - W?asna mapa!

Imie:patryk
Wiek:12
Do?wiadczenie:?rednie
Czy uczestniczy?e? w jaki? projektach?w otsach 7.6 (dla zabawy)
Prace przyk?adowe:Brak (Vista ReInstall)
Kontakt gg:28669782
<< Demotywatory 4 EvEr
Mapper
 
Last edited:

Tutti Frutti

Advanced User
Joined
Jun 29, 2009
Messages
381
Reaction score
10
Age
28
Odp: Ivesta rekrutuje - W?asna mapa!

Wiek:15
Do?wiadczenie:prawie 2 lata z przerwami.
Czy uczestniczy?e? w jaki? projektach? Tak c17.pl i wiele innych!
Prace przyk?adowe:



Kontakt gg:8673168
Mia?em przerw? w mappowaniu wi?c da?em stare prace;]
 

HulaHops

Advanced User
Joined
May 1, 2009
Messages
186
Reaction score
2
Odp: Ivesta rekrutuje - W?asna mapa!

Wiek: 17
Do?wiadczenie: 3 lata
Czym Si? Zajmuje?: Mapper,Grafik,Skrypter....
Czy uczestniczy?e? w jaki? projektach?: Tak w 15 albo i wi?cej...
Prace przyk?adowe: Na gg
Kontakt gg: 7360439
 
Status
Not open for further replies.
Top