Jump to content

DeYaN.

P-Server Owner
  • Posts

    349
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DeYaN.

  1. Hi there, without thix fix what happen ?
  2. I try but didn`t work .. this is all command from cmd / i try the "shop_yang id" but nothing happens.
  3. Hello there, i install the offlineshop by great from turkish forum and i think someone here can help me .. I have the "last version / master" who was posted there the system it`s work very well on my server with 1400+ online / 24 hours but sometimes he lost some data .. and that data is "yang", When somebody buy an items the seller see that yang is in the gift-box but when he try to withdraw he don`t receive. I have no syserr , no game core .. or I don't know
  4. As the title says, here is someone who improve the clasic quest for stackable books ? If we have the stackable books the player can trade with the soon more piece of books but he receive back a single special books. here is the basic quest .. quest eveniment_carti begin state start begin when login begin if game.get_event_flag("eveniment_carti") == 1 then chat("[EVENIMENT]: Ziua Cartilor - Dute la Soon si vezi despre ce e vorba! ") end end when 20023.chat."Administrare eveniment" with pc.is_gm() begin if game.get_event_flag("eveniment_carti") == 1 then say_title("Soon:") say(" ") say("Doresti sa inchizi acest eveniment? ") say(" ") local confirma = select ("Da", "Nu acum") if 1 == confirma then notice_all("[EVENIMENT]: Ziua Cartilor - TERMINAT.") game.set_event_flag("eveniment_carti", 0) return end end if game.get_event_flag("eveniment_carti") == 0 then say_title("Soon:") say(" ") say("Doresti sa deschizi acest eveniment? ") say(" ") local confirma = select ("Da", "Nu acum") if 1 == confirma then notice_all("[EVENIMENT]: Ziua Cartilor - ACTIVAT.") game.set_event_flag("eveniment_carti", 1) return end end end when 20023.chat."Ziua Cartilor" with game.get_event_flag("eveniment_carti") == 1 begin say_title("Soon:") say("") say("E o zi frumoasa!") say(" ") say("Dami o carte a competentei si o sa primesti in") say("schimbul ei cartea mea favorita ... ") say("") say_reward("Trage cartea ce vrei sa o schimbi") say_reward("pe Soon - viermele de carte.") return end when 20023.take with item.vnum == 50300 and game.get_event_flag("eveniment_carti") == 1 begin local num = number(1,44) local tomes = {50401,50402,50403,50404,50405,50416,50417,50418,50419,50420,50431,50432,50433,50434,50435,50446,50447,50448,50449,50450,50461,50462,50463,50464,50465,50466,50476,50477,50478,50479,50480,50481,50496,50495,50494,50493,50492,50491,50506,50507,50508,50509,50510,50511} item.remove(50300,1) pc.give_item2(tonumber(tomes[num]),1) end end end if i replace the item.remove(50300,1) with pc.remove_item(50300,1) the quest remove the first book from inventory not the selected book ...
  5. Yes it`s a good ideea but I have no knowledge to do this in src server...
  6. Hmm, thx you @Reverse but probably this is not the best solution . Because the mount/unmount very fast is useful in PVM.. @WeedHex you have any ideea ?
  7. The title says all . I need a timer for mount/unmount because many people use the Delay BUG mounts to catch the opponent in pvp , on my server the mount is used to get close him and immediately give a skill and the opponent don`t see that , he only receive the damage. See this video , seconds 20 - 25
  8. That`s the bug and that's the fix. Thx you very much ! It`s working wonderful !
  9. Hello there , this bug is working on the majority serverfiles , and i don`t find the solution .. So,let`s say that we want to do a DUEL ( 1-1) . And i have a bracelet without PV but with good bonuses and a bracelet only with pv. Before we start the duel ,we equip the bracelet with pv ,waiting for it to fill and after that we equip the bracelet without pv. And now,for this duel .. we have the good bonsues + PV , PS, sry for my language.
  10. Hello there, In 2017 i installed the Kingdom war system of Lentt in my game and now i want to install again in my new game but i don`t find the system on the google. I try to copy it from the old game in this new game and all looks good but the statistics score window does not appear.
  11. Hello there , who sell the FULL SYSTEM for sentry enter or the security client code ? Contact me on my skype : [email protected]
  12. I pay for a fix m2bob x100 damage ? Somebody ... ?
  13. Hello everybody , i use the koray function , a simple system anti-fishbot from here : This is the function , where i make a little change to ban the account. Somebody have any ideea to improve him ? i don`t know C++ ...
  14. Ok Sebastian , but where i can change the drop of claim i want to change the prob of claim from a fish and a perl from a claim ?
  15. Thx you Den for reply .. any ideea only for ch1?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.