Jump to content

douglas128

Members
  • Posts

    3
  • Joined

  • Last visited

About douglas128

  • Birthday 08/29/1967

Profile Information

  • Gender
    Male
  • Location
    Malaysia
  • Server
    DGZone
  • Github: douglas128
  • Interests
    Games Development, Music synthesis, Arduino, R/C Car racing, Drones.....

Contact Methods

douglas128's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi all, There was this recurring variable in the old Easter_2010 script called oversea_event2, oversea_event3, etc. if (oversea_event2 < 520 || oversea_event3 < 270 || oversea_event6 < 245 || oversea_event9 < 197) { if (oversea_event2 == 520) playbgm "13.mp3"; // Theme of Geffen else if (oversea_event3 == 270) playbgm "59.mp3"; // Theme of Lutie else if (oversea_event6 == 245) playbgm "70.mp3"; // Theme of Juno else if (oversea_event9 == 197) playbgm "94.mp3"; // Theme of Rachel else { switch(rand(1,4)) { case 1: playbgm "13.mp3"; set oversea_event2,520; break; case 2: playbgm "59.mp3"; set oversea_event3,270; break; case 3: playbgm "70.mp3"; set oversea_event6,245; break; case 4: playbgm "94.mp3"; set oversea_event9,197; break; } } } I've checked everywhere but there was no explanation as to what it was or where to set it. Can anyone help me? Thanks.
  2. Qura, I had this problem too and your OldIzlude.grf option did the trick. Thanks!
  3. I am facing this similar problem too and I am using the latest rAthena which was downloaded on 28/03/2017. I have checked the "items_db", "items_db_re", "mob_db" and "mob_db_re" tables and all the "missing" items are in there. What could be the cause?
×
×
  • Create New...