Jump to content

Hanns

Inactive Member
  • Posts

    34
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Hanns

  1. Where i can find the Error Log ? P.S Thx for teaching
  2. Thank you plechito and ricky92 !
  3. server timer needs an argument like map_index you can use time Please write to me correct? timer("auto_boss_timer", 1)
  4. Make a quest for teleport , like this: Or, just add the teleportation part (choose == 1 then) into your arena quest. First of all .. sorry for my bad english, i know, i have to practice on it. quest teleport begin state start begin when your_npcID.chat."Let's go into arena" begin say_title("Arena Manager: ") say("") say("Hi ! I can teleport you into arena !") say("Do you want that ? ") say("") local choose = select("Yes, teleport me!" , "No, i stay here.") if choose == 2 then say_title("Arena Manager:") say("") say("Ok , see you later") return elseif choose == 1 then say_title("Arena Manager: ") say("") say("Ok , prepare yourself !") pc.warp( x , y ) // There you need to put arena's X Y end end end end
  5. I think you compiled binary client file, with some errors that affect CSoundManager ...
  6. Yeah ... i'm waiting for confirmation mail from 4:00 AM ....... (CET)
  7. But i can't download ! You have insufficient privileges to reply here. ; And i can't reply on any topic ... Omg .... Edit: I'm start thinking that is a fake post. Also thinking that we need to pay for this "privilleges" !
  8. Yes, MDE i want, do you have that tool ? (martysama0134) I don't know why nobody wants to release this script , people are so rude ...
  9. Hello guys , i want to find a .MDE Import and Exporter for 3Ds max, i will pay you good for this. PM ME if you have that MS Script
  10. I think that your server is in Stand-By Contact your host support team
  11. I think you didn't attach property.eix & .epk properly
  12. Hello metin2dev ! Today , i tryed to open & edit a MDE Model, from "D:/Ymir Work/effect/background/guild_war_flag" but i can't do it. How i can open this "MDEData002" model ? I want to edit / create new models using 3Ds Max 2010 Can someone help me please? P.S: I will share all my 3D Models with the person who gives me the script P.S2: Sorry for my bad english.
  13. Please check if your DB port is: 15010 Or try to configure your server on hamachi adpter, with hamachi IP.
  14. Hi metin2dev ! Can anyone give me a binary compatible with a r40k server and also say_title and say_reward functions fixed please ? Thank you verry mutch !
  15. I have this problem too bro ... do you fixed it ?
  16. Anyone can give me the last binary file with say_title and say_reward functions fixed please ?
  17. Jus try it , don't judge it ! BUT , if you don't trust me you can resolve it yourself.
  18. Try like this: when letter begin local v = find_npc_by_vnum(20084) if v != 0 then target.vid("__TARGET__", v, "Die Forschung des Biologen") end send_letter("Die Forschung des Biologen") end when button or info begin say_title("Die Forschung des Biologen") say("") say("Der Biologe sucht dich.") say("Er braucht Hilfe bei seiner aktuellen Forschung") say("und sucht einige Personen, die ihm helfen") say("können. Er hat auch eine Belohnung versprochen.") say("Vielleicht meldest du dich mal bei ihm.") say("") say_reward("Sprich mit dem Biologen.") end I hope its work. (On my server it works)
×
×
  • 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.