Jump to content

Pantheon

Members
  • Posts

    23
  • Joined

  • Last visited

About Pantheon

  • Birthday 11/01/1990

Profile Information

  • Gender
    Male
  • Location
    Philippines
  • Server
    Unknown
  • Github: Unknown

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Pantheon's Achievements

Poring

Poring (1/15)

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

Recent Badges

0

Reputation

  1. I see some directory have import folder and others dont have, do I need to create import folder and make a txt file that consists of my configuration? So that if I update my emulator it wont affected the other files that I config (the one without import folders). And what is this IMPORT-TMPL for? thankssssss ?
  2. In the DLL NAME field in grf editor, I renamed the cps.dll to 123.dll. Do I also need to diff my client to read renamed .dll? Or theres nothing to do with diffing? Im using NEMO. Thanks
  3. @Emistry, @Technoken, @sader1992, @TheDerpySupport, @AnnieRuru Thanks for the help guys, I trying all the tut you tell me and it is really amazing and some works fine and other hmmm let say it works fine as well but don't fit to what I expecting. I'm try to explore til now to make my brother's server unique from others (I don't think so, maybe some had this feature), and I ended up to this final decision to the wings. So, I remade Dragon Wings and I want it to be Armor Type (Headgear, Armor, etc params in item_db.txt) and the location is Lower Headgear. I want it to appear in the back of the character like the ROBE behavior (appears behind the char sprite), I try the Archangel Wings (2573) to change his location in item_db.txt to 1 (lower headgear) and it appears GOGGLES (VIEWID 1 in accname and accesoryid). That's why I request or asking for help in script in previous Phoenix Wings and I said it works fine but the problem is, the item don't appear in EQUIPMENT WINDOW (Alt+Q) and it still the Orange Phoenix Wings and all jobs. BUT NVM guys, if you can teach how to do it better or simple maybe hard way but its behavior will change to ROBE behavior, that when you open the equipment window it appears also and that's fine. Thanks in advance. Offtopic: how to post a Jpeg file from my computer. Thanks :)
  4. What if sir if you put gender, like paladin male = spriteid 1 then female paladin = spriteid 2 thanks ?
  5. @TheDerpySupport @sader1992 THANKS FOR YOUR HELP GUYS, I READ THE SCRIPT_COMMAND.TXT AND I FOUND SOME ANSWERS TO MY PROBLEM AND NOW IM TESTING IT IN THE OFFLINE SERVER I HAVE, ONE MORE THING IS IT NATURAL THAT IT WILL NOT APPEAR IN THE EQUIPMENT WINDOW? I JUST USE VH AS A SAMPLE. 1.bmp
  6. Thanks sir @TheDerpySupport I will try it now, I know how to put the item script but base on @Technoken just stated just below the item script, the "script", is that sa txt file like "SCRIPT_ZXCASDQWE.txt" and what folder will put that if that is the case?
  7. Thank you so sir @Technoken for the script I will try this later, btw sir what if what id sir I add gender like champion girl VIEWID 3000 and champion boy 3001, paladin girl 3003 and paladin boy 3004 thanks again sirrrrrrr ???
  8. I want to make the specific wing to be unique in each job, example if the paladin equip the wing, it will view as red wing, if lord knight equip will view as blue wing and if the champion equip it will view as green wing. But the item will stay in the same ID not different item, so sir what should I put in OnEquip changelook script with different job and on UnEquip. accessoryid.lua ACCESSORY_RED_WING = 3000, ACCESSORY_BLUE_WING = 3001, ACCESSORY_GREEN_WING = 3002 accname.lua [ACCESSORY_IDs.ACCESSORY_RED_WING] = “_RED_WING”, [ACCESSORY_IDs.ACCESSORY_BLUE_WING] = “_BLUE_WING”, [ACCESSORY_IDs.ACCESSORY_GREEN_WING] = “_GREEN_WING” item_db.txt { Script },{ OnEquip_Script },{ OnUnequip_Script } Please help me with thia guys, thanks ?
  9. {},{ changelook 1,3000 {char_id}; changelook 1,3001 {char_id}; },{ changelook 1,0; } WING 1 = 3000 WING 2 = 3001 Is that what you mean @sader1992?
  10. Ok sir thanks for the info I will try it later. @sader1992 Do you understand what @TheDerpySupport just quoted? I mean I just followed the the steps but still it doesnt work. Do I have to create mutliple VIEWID? If that is the case I will make also a multiple item id?
  11. Do I have to put the script OnEquip in iteminfo?
  12. Thanks @sader1992 for the guide, but I want the WINGS to place in lower headgear. Btw sir, does PRE-RE server support ROBE sprites?
  13. Sorry @TheDerpySupport that I repost my old topic, but I already tried the changelook OnEquip but it only shows same sprite when I @job to different classes. Can you give me a sample item script for that? Sorry NOOB here that wants to help my brothers private server. ???
  14. Is that possible? That if you have the same PARTICULAR EQUIPMENT, but different SPRITES in different JOBS. Example: I'm a pally and if I equip my PHOENIX WINGS it will show that the PHOENIX WINGS is ORANGE, but then if I equip it on the other JOBS like LORD KNIGHT it will show the PHOENIX WINGS but different color like GREEN maybe. The PHOENIX WINGS is just in one item ID and I want it to change in color when a specific JOB wear it. I already have the sprites, the problem is how to make it work. *Thanks in advance guys, I would greatly appreciate any help you can give me in working with this problem.*
×
×
  • Create New...