Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Darkshot

Members
  • Posts

    115
  • Joined

  • Last visited

    Never

Everything posted by Darkshot

  1. Hi. I was tryna make my first npc so i made a scripted tile that runs this: ``` sub Welcome(index) If GetVar("FLAGS.ini", GetPlayerName(index), "Flag5") = 0 Then Call BattleMsg(index,"Master Wercrof: Hello and welcome to the land of Resius where you shall level all the way to level 50! I am Wercrof, I live in the barn to the right.", 4, 0) Call BattleMsg(index,"Master Wercrof: You must be a certain class to use certain weapons. ", 4, 0) Call BattleMsg(index,"Master Wercrof: Knights: Swords", 4, 0) Call BattleMsg(index,"Master Wercrof: Rouges: Knifes", 4, 0) Call BattleMsg(index,"Master Wercrof: Archers: Bows", 4, 0) Call BattleMsg(index,"Master Wercrof: Druidic: Some of different", 4, 0) Call BattleMsg(index,"Master Wercrof: Magi: Staff", 4, 0) Call BattleMsg(index,"Master Wercrof: Clef: Mace", 4, 0) Call BattleMsg(index,"Master Wercrof: The controls are easy. Use the arrow keys or WASD to move. To attack, use Cntrl and to pick up things and interact with people use ENTER or Cntrl.", 4, 0) Call BattleMsg(index,"Master Wercrof: To make money defeat monsters, sell items and complete quests.", 4, 0) Call GiveItem(index, 1, 650) Call BattleMsg(index,": (You got 650 gold)", 4, 0) Call BattleMsg(index,"Master Wercrof: You can train your level in my house", 4, 0) End Sub ```So when i make a scripted tile i thought that setting it as "Flag5" would make it script 5 but when i step on the tile nothing happens…....... so i KNOW im doing something wrong but what? BTW im new and the index text is for the game so lol yeh i know its bad. PLEASE help :icon_crap:
  2. Guide for noobs please? like WHERE do i put those scripts and HOW do i impliment them?
  3. Hi i'd like to request a sprite made in the default eclipse format (12 in a straight row, each 32x32). Of any mount. Thank you much
  4. 1) Thank you for replying :azn: but how do i set it different for other maps? eg MAP 1: 20x20 MAP 2: 50x50 ????? :huh: 2) And also… my game wont run the preloaded music. for example it would say: rain.mp3 does not exist. BUT IT DOES EXIST in the correct folder.... or maybe im a SUPER noob
  5. i just wana umm…. play the game? can i? basically just send me client =P
  6. Hi. I have EE 2.7 and I was wondering how to change map sizes? And can I set different sizes for different maps? PLEASE help me. I'm a noob. :huh:
×
×
  • Create New...