Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/25/13 in Posts

  1. I made a folder for the directory of Soul Linker weapon based from this: Reference_Sheet and this: http://ratemyserver.net/riot_bible/riot_bible.txt data\sprite\Àΰ£Á·\¼Ò¿ï¸µÄ¿ and placed 4 filenames there: ¼Ò¿ï¸µÄ¿_¿©_1600.act ¼Ò¿ï¸µÄ¿_¿©_1600.spr ¼Ò¿ï¸µÄ¿_³²_1600.act ¼Ò¿ï¸µÄ¿_³²_1600.spr for a custom rod. My sprite is not showing whereas I am inside the range of the rod and I have made 6 other customs aside from this and they are all working. My only question is: ¼Ò¿ï¸µÄ¿_ = Soul Linker Weapon folder? Any help will be appreciated.
    1 point
  2. File Name: Quest NPC with shop window 1.3 File Submitter: Cold File Submitted: 12 Apr 2013 File Category: Games, Events, Quests Content Author: I am Cold A very useful quest npc that open a window with a store off all your quests itens. When you select to buy onde of them, the quest info is initialized. The script show how many itens you have and how many you need: ex. "NAME OF THE ITEM - (30/100)" the first number is how much you have and the second how much you need. Its a very simple and functional system. Click here to download this file
    1 point
  3. install git If you're using CentOS x = yum -y install git If you're using Debian/Ubuntu = apt-get install git
    1 point
  4. It doesn't bind to maps individually but it i the best method to track deaths, in comparison to other methods such as seeing if anyone dropped to 0 HP in a continuous every second. Just add a map check with the OnPCDieEvent to compare it to it's instanced version. OnPCDieEvent: if( instance_mapname(strcharinfo(3)) == instance_mapname("prontera") ){end;} dispbottom "A shame. Maybe next time. Come back when your stronger kid."; instance_destroy; end; I don't know why it is like this, but from my tests, the if(statement) needs to be == instead of != to actually end. Otherwise people outside of an instance would trigger the event. But it could just be that my revision is outdated. At any rate, you should be able to properly run a similar check to fit your needs, so that you can perform script functions without interference from other scripts.
    1 point
  5. make custom items first then make the grf with those custom items.
    1 point
  6. I love this... I love everything you do... <3
    1 point
  7. just put it on item_combo_db
    1 point
×
×
  • Create New...