Offi files | Events, Webpage(register), Shops

    • Offi files | Events, Webpage(register), Shops

      Hello godlikerz,
      The offical files are really good but there are not enought things that help you to make the server better.. I am perer to use caali!

      There are no guides or what ever to make events, webpages, shop edit and more..

      If somone can help me with this I will really thank him and I will be able to give a reward as what he want.. design.. program.. or whatever you want

      contact me on P.M or TheUnrealz@gmail.com
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • You are not that kind of guy, who i expected, when i started to read your post. I thought you are just leecher, who opened a thread like " Help me, please gimme this link" . Firstly, of course there are not much guides of Fly for fun official files, because they arent released very long yet. You have the right to request things, but if you gain/receive something, you should give too (receive and give principe). And you do. Finally a dude, who isnt just selfsh.
    • TwiLight;34403 schrieb:

      Event.lua ...

      Arent you able to read or just stupid ? EVENT(<- Yeah, EVENT).lua <- Lua Script


      I have tried more then one time..

      Quellcode

      1. [[ SAMPLE
      2. AddEvent( "EVENT TEST 01" )
      3. {
      4. SetTime( "2009-01-10 14:23", "2010-06-08 16:11" )
      5. SetItem( "II_SYS_SYS_EVE_HAPPYMONEY01", 30000, 5, 15 )
      6. SetItem( "II_SYS_SYS_EVE_PUMPKIN01", 2000, 3, 15 )
      7. SetExpFactor( 2 )
      8. SetItemDropRate( 2 )
      9. SetPieceItemDropRate( 2 )
      10. SetGoldDropFactor( 2 )
      11. SetAttackPower( 150 )
      12. SetDefensePower( 100 )
      13. SetCouponEvent( MIN(120) )
      14. SetLevelUpGift( 15, "__bu", "II_SYS_SYS_SCR_BX_PET_LAWOLF7", 1 )
      15. }
      16. ]]
      Alles anzeigen


      This is what the content there and nothing happen..
    • This is SAMPLE CONTENT and gets jumped...

      Read at the beginning, where "Begin Script" is written down.
      Add a Event like this (Omg, such stupid...cant make events...oh my gosh...)

      Quellcode

      1. AddEvent( "[COLOR="RoyalBlue"]NAME OF THE EVENT[/COLOR]" )
      2. --{
      3. SetTime( "[COLOR="SeaGreen"]2009-10-02 00:00[/COLOR]", "[COLOR="Red"]2009-10-04 23:59[/COLOR]" ) // "[COLOR="SeaGreen"]Starttime[/COLOR]" - "[COLOR="Red"]Endtime[/COLOR]"
      4. [COLOR="DarkOrange"]SetExpFactor[/COLOR]( [COLOR="Yellow"]2[/COLOR] ) // [COLOR="DarkOrange"]EventType[/COLOR] ( [COLOR="Yellow"]Value[/COLOR] )
      5. [COLOR="DarkOrange"]SetItemDropRate[/COLOR]( [COLOR="Yellow"]2[/COLOR] ) // [COLOR="DarkOrange"]EventType[/COLOR] ( [COLOR="Yellow"]Value[/COLOR] )
      6. --}
    • TwiLight;34412 schrieb:

      This is SAMPLE CONTENT and gets jumped...

      Read at the beginning, where "Begin Script" is written down.
      Add a Event like this (Omg, such stupid...cant make events...oh my gosh...)

      Quellcode

      1. AddEvent( "[COLOR="RoyalBlue"]NAME OF THE EVENT[/COLOR]" )
      2. --{
      3. SetTime( "[COLOR="SeaGreen"]2009-10-02 00:00[/COLOR]", "[COLOR="Red"]2009-10-04 23:59[/COLOR]" ) // "[COLOR="SeaGreen"]Starttime[/COLOR]" - "[COLOR="Red"]Endtime[/COLOR]"
      4. [COLOR="DarkOrange"]SetExpFactor[/COLOR]( [COLOR="Yellow"]2[/COLOR] ) // [COLOR="DarkOrange"]EventType[/COLOR] ( [COLOR="Yellow"]Value[/COLOR] )
      5. [COLOR="DarkOrange"]SetItemDropRate[/COLOR]( [COLOR="Yellow"]2[/COLOR] ) // [COLOR="DarkOrange"]EventType[/COLOR] ( [COLOR="Yellow"]Value[/COLOR] )
      6. --}


      wh0t now i understand anythig.......... thank you.
      but what is it:
      SetPieceItemDropRate
    • TwiLight;34416 schrieb:

      ItemPIECES....Can be Collecting Stuff....


      kk thanks...
      here I added an event to the file and still nothing changed..

      I restarted the server too

      AddEvent( "server event" )
      {
      SetTime( "2009-01-2 14:23", "2009-01-08 16:11" )

      SetItem( "II_SYS_SYS_EVE_HAPPYMONEY01", 30000, 5, 15 )
      SetItem( "II_SYS_SYS_EVE_PUMPKIN01", 2000, 3, 15 )
      SetExpFactor( 1 )
      SetItemDropRate( 1 )
      SetPieceItemDropRate( 1 )
      SetGoldDropFactor( 2 )
      SetAttackPower( 100 )
      SetDefensePower( 150 )
      SetCouponEvent( MIN(120) )
      SetLevelUpGift( 80, "__bu", "II_SYS_SYS_SCR_BX_PET_LAWOLF7", 1 )
      }
    • TwiLight;34423 schrieb:

      Your Date is wrong. Its "YYYY-MM-DD HH-MM"

      And if its 9th october, 11:59pm, it has to be "2009-10-09 23:59"


      thank you!

      damn its still not working:

      AddEvent( "server event" )
      {
      SetTime( "2009-10-02 14:23", "2009-10-09 16:11" )

      SetItem( "II_SYS_SYS_EVE_HAPPYMONEY01", 30000, 5, 15 )
      SetItem( "II_SYS_SYS_EVE_PUMPKIN01", 2000, 3, 15 )
      SetExpFactor( 1 )
      SetItemDropRate( 1 )
      SetPieceItemDropRate( 1 )
      SetGoldDropFactor( 2 )
      SetAttackPower( 100 )
      SetDefensePower( 150 )
      SetCouponEvent( MIN(120) )
      SetLevelUpGift( 80, "__bu", "II_SYS_SYS_SCR_BX_PET_LAWOLF7", 1 )
      }
    • TwiLight;34423 schrieb:

      Your Date is wrong. Its "YYYY-MM-DD HH-MM"

      And if its 9th october, 11:59pm, it has to be "2009-10-09 23:59"



      for me all the events working fine i do it 2 days ago and its worked good if you can help me only with that:
      SetLevelUpGift( 1, "__bu", "II_SYS_SYS_EVE_BXCOMEBACK01", 1 )
      and when i open level 1 character its not give me that item
      with all the others its worked perfect
    • TwiLight;34439 schrieb:

      You have to reach a level, so if you make level 2, you would get the box.
      But you have to change another thing, but i wont give more tips anymore :)


      Good job! don't give him.. he's leecher :(

      but what is the problem with this event:

      Quellcode

      1. AddEvent( "IsraFlyFF event sukot" )
      2. {
      3. SetTime( "2009-10-02 14:23", "2009-10-09 16:11" )
      4. SetItem( "II_SYS_SYS_EVE_HAPPYMONEY01", 30000, 5, 15 )
      5. SetItem( "II_SYS_SYS_EVE_PUMPKIN01", 2000, 3, 15 )
      6. SetExpFactor( 1 )
      7. SetItemDropRate( 1 )
      8. SetPieceItemDropRate( 1 )
      9. SetGoldDropFactor( 2 )
      10. SetAttackPower( 100 )
      11. SetDefensePower( 150 )
      12. SetCouponEvent( MIN(120) )
      13. SetLevelUpGift( 80, "__bu", "II_SYS_SYS_SCR_BX_PET_LAWOLF7", 1 )
      14. }
      Alles anzeigen
    • TheUnreal;34442 schrieb:

      Good job! don't give him.. he's leecher :(

      but what is the problem with this event:

      Quellcode

      1. AddEvent( "IsraFlyFF event sukot" )
      2. {
      3. SetTime( "2009-10-02 14:23", "2009-10-09 16:11" )
      4. SetItem( "II_SYS_SYS_EVE_HAPPYMONEY01", 30000, 5, 15 )
      5. SetItem( "II_SYS_SYS_EVE_PUMPKIN01", 2000, 3, 15 )
      6. SetExpFactor( 1 )
      7. SetItemDropRate( 1 )
      8. SetPieceItemDropRate( 1 )
      9. SetGoldDropFactor( 2 )
      10. SetAttackPower( 100 )
      11. SetDefensePower( 150 )
      12. SetCouponEvent( MIN(120) )
      13. SetLevelUpGift( 80, "__bu", "II_SYS_SYS_SCR_BX_PET_LAWOLF7", 1 )
      14. }
      Alles anzeigen


      And you aren't ?
      Sorry, that was poor.

      Try something out, np support today anymore.
    • German:
      Ich habe auch mal versucht nen event zu machen aber irgendwie klappt es nicht
      Kann mir jemand sagen woran es liegt oder ob ich noch verändern muss ausser das in der Event.lua und wenn ja dann was?
      English:
      I tried to make an Event too but it dont worked. Could some1 say me why and do I have to change sth else than the event.lua??? if yes what and where please answer

      Event.lua :

      Brainfuck-Quellcode

      1. ---------------------------------------------------
      2. ---- À̺¥Æ® °ü·Ã ·ç¾Æ ÇÔ¼ö ·Îµù -------------------
      3. ---------------------------------------------------
      4. dofile(".\\LuaFunc\\EventFunc.lua")
      5. ---------------------------------------------------
      6. ---------------------------------------------------
      7. ---- ÃʱâÈ* ---------------------------------------
      8. tHour = { 505, 409, 324, 280, 220, 203, 202, 212,
      9. 227, 261, 302, 349, 571, 701, 764, 803,
      10. 790, 789, 754, 849, 936, 940, 919, 720 }
      11. ---------------------------------------------------
      12. ----------------------------------------------------------------------------------------------------------------
      13. ---- 1. AddEvent( strDesc ) -- À̺¥Æ® Ãß°¡ ¹× ¼³¸í µî·Ï
      14. ---- 2. SetTime( strStartTime, strEndTime ) -- ÇØ´ç À̺¥Æ®ÀÇ ½ÃÀÛ ½Ã°£, Á¾·á ½Ã°£ µî·Ï(¿©·¯°³ ¼³Á¤ °¡´É)
      15. ---- ( ½Ã°£ Çü½Ä -- "2007-05-03 17:53" )
      16. ---- 3. SetItem( ItemId, nMax, nNum, nLevel ) -- À̺¥Æ®¿ë µå·Ó ¾ÆÀÌÅÛ, ÀÏÀÏ ÃÖ´ë·®, µå·Ó °¹¼ö(·£´ý),
      17. ---- ¾ÆÀÌÅÛÀ» µå·ÓÇÒ ¸ó½ºÅÍÀÇ ÃÖ¼Ò ·¹º§ - ¿©·¯°³ °¡´É
      18. ---- 4. SetExpFactor( fFactor ) -- °æÇèÁö Áõ°¡ ¹è¼ö
      19. ---- 5. SetItemDropRate( fFactor ) -- ¾ÆÀÌÅÛ µå·Ó·ü Áõ°¡ ¹è¼ö
      20. ---- 6. SetPieceItemDropRate( fFactor ) -- ¸ó½ºÅͰ¡ °¡Áö°í ÀÖ´Â ³¹°³ ¾ÆÀÌÅÛÀÇ µå¶ø·ü Áõ°¡ ¹è¼ö
      21. ---- 7. SetGoldDropFactor( fFactor ) -- Æä³Ä µå·Ó ¹è¼ö
      22. ---- 8. SetAttackPower( nAttackPower ) -- °ø°Ý·Â Áõ°¡
      23. ---- 9. SetDefensePower( nDefensePower ) -- ¹æ¾î·Â Áõ°¡
      24. ---- 10. SetCouponEvent( SEC(n) ) -- ÄíÆù À̺¥Æ®( Á¢¼Ó½Ã°£ - SEC(n) ¶Ç´Â MIN(n) )
      25. ---- 11. SetLevelUpGift( nLevel, "all", ItemId, nNum ) -- ·¹º§¾÷ ¼±¹°( nLevel´Þ¼º½Ã ¾ÆÀÌÅÛ Áö±Þ, "all" ºÎºÐ¿¡ ƯÁ¤ °èÁ¤ ÁöÁ¤ °¡´É(¿¹. "__bu" - ¹öµð, "__an" - ¿£Á© )
      26. ---- *** À̺¥Æ® Ãß°¡ µî·Ï½Ã 1¹øºÎÅÍ ¹Ýº¹Çϰí 3~11¹øÀº Çʿ信 µû¶ó »ý·«°¡´ÉÇÏ´Ù.
      27. ----------------------------------------------------------------------------------------------------------------
      28. --[[ SAMPLE
      29. AddEvent( "EVENT TEST 01" )
      30. --{
      31. SetTime( "2007-06-08 14:23", "2007-06-08 16:11" )
      32. SetTime( "2007-06-09 14:23", "2007-06-10 00:00" )
      33. SetItem( "II_SYS_SYS_EVE_HAPPYMONEY01", 30000, 5, 15 )
      34. SetItem( "II_SYS_SYS_EVE_PUMPKIN01", 2000, 3, 15 )
      35. SetExpFactor( 2 )
      36. SetItemDropRate( 2 )
      37. SetPieceItemDropRate( 2 )
      38. SetGoldDropFactor( 2 )
      39. SetAttackPower( 150 )
      40. SetDefensePower( 100 )
      41. SetCouponEvent( MIN(120) )
      42. SetLevelUpGift( 15, "__bu", "II_SYS_SYS_SCR_BX_PET_LAWOLF7", 1 )
      43. --}
      44. --]]
      45. ------------------------------------------------------
      46. ---- Begin Script ------------------------------------
      47. ------------------------------------------------------
      48. AddEvent( "Event" )
      49. --{
      50. SetTime( "2009-10-01 14:23", "2009-10-09 16:11" )
      51. SetTime( "2009-11-10 07:00", "2009-11-11 00:00" )
      52. SetItem( "II_SYS_SYS_EVE_BALLOON", 30000, 5, 15 )
      53. SetItem( "II_ARM_S_CLO_TAEGUK", 2000, 3, 15 )
      54. SetExpFactor( 2 )
      55. SetItemDropRate( 2 )
      56. SetPieceItemDropRate( 2 )
      57. SetGoldDropFactor( 2 )
      58. SetLevelUpGift( 2, "__bu", "II_SYS_SYS_EVE_BALLOON01", 5 )
      59. --}
      Alles anzeigen