Jump to content

Dan

Moderators
  • Content Count

    403
  • Joined

  • Last visited

  • Days Won

    52

Everything posted by Dan

  1. SS and Crus can share an equipment together. or Voyager,Cleric,Sealmaster can share an equipment together.
  2. This is similar to class book class lock, but have never seen it done on equipmets. This is just a little bit different. Skillinfo line uses (Class ID),10;(ClassID),10 While iteminfo line uses (ClassID),(ClassID);10 My first magic shield before I used the machine currently uses this: Item is locked to Cleric/Voyager/Seal master, no Race locked, but there is no durability thus cannot perform -> Apparel fusion and allow 110% If you try to use the same thing for example: Class lock on skill book, it won't work this will happen -> It will show the first class ID + make it available for only that class even if you asked it to allow other classID to use it. with the skillinfo line provided above, results -> ClassID 1 + Class ID 2 allow to equip, -> displays first class only on equipment but will not lock out other classes that you have set to allow. This works for multiple classes up to all of em, the easy way out is to just put -1 and it will allow all class, but what if you only want certain classes using it? This is where this comes in hand to help. See Video below:
  3. Dan

    PET BUG

    Loading of serialize incorrectly, check hooks wih saeed's anti dupe.
  4. This is a thread base on common questions that are constantly being asked and lazy people not using the search bar. These have all been tested and are 100% working. Guides Section: https://pkodev.net/index.php?/forum/13-guides/ Release Section: https://pkodev.net/index.php?/forum/14-releases/ Search for Server Files/Edits/Clean Stuff/Add Ons/Websites (with back doors, use at your own risk) released to the public: https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g How to set up a server: https://pkodev.net/index.php?/topic/643-sql-2014-express-setup/ How to set up a website: https://pkodev.net/index.php?/topic/87-installing-zend-802/ How to create a glow on a set/make a vip set with stats: https://pkodev.net/index.php?/topic/419-creating-new-set-glow-effect/ How to add an Npc to a map: https://pkodev.net/index.php?/topic/545-guideadd-new-npc/ How to create a new pet upon fairy marriage https://pkodev.net/index.php?/topic/1568-add-new-pet-to-fairy-marriage How to edit Black Market - Via Exchanger + Seller: https://pkodev.net/index.php?/topic/251-black-market-npc/ How to change your Game.exe Icon: https://pkodev.net/index.php?/topic/264-guide-icon-change-gameexe/ How to make a new gem (Or edit current gems to be forged in different places): https://pkodev.net/index.php?/topic/249-create-new-gems/ How to make a instant combiner for lv4+ without losing gems if have lv4 in inventory: https://pkodev.net/index.php?/topic/1106-another-stone-combiner-npc-24/ How to make notes that do things like open bank, buff etc: https://pkodev.net/index.php?/topic/924-note-scripts-instant-110-apparel-reforge-buff-bank-repair-forge-etc/ How to make 2nd skill bar on top of current bar (1.36-1.39): https://pkodev.net/index.php?/topic/1082-fastpanel-tricks/ How to change your Server Rates (exp, pet exp etc): https://pkodev.net/index.php?/topic/24-server-rates/ How to make +27 equips in a chest: https://pkodev.net/index.php?/topic/1537-how-make-27-armor-weapon-etc-in-chest/&tab=comments#comment-10135 How to change pet max level: https://pkodev.net/index.php?/topic/2930-pet-max-lvl/&tab=comments#comment-18571 How to create new quests: https://pkodev.net/index.php?/topic/1098-create-a-quest/
  5. https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!bNEwAYjL
  6. Can you describe any details on what VPS you are using?
  7. Hi everyone, I would like to share the skin that In my opinion is my favorite among all TOP skin's that have been created/edited Please Note that there is still some stuff missing, but I will not continue to work on it. Best Wishes. Download Link Installation Instructions: Place the .rar file into your Client Folder and (Extract Here) Note that the extra bar on top requires Game.exe edited. Also scrolling temp bag requires GameServer.exe to be edited.
  8. I think you need the map file for client side of the island in map folder and also the minimap -> texture -> minimap Also need to add in your mapinfo.bin Decompile your mapinfo.bin You will receive mapinfo.txt Add in your mapinfo.txt the new map you wish to add (There is a limit I forgot how many maps) //ID File(to load from client) Name 1? Coords 2? RGB color Example: 40 chaosicicle Nightmare Icicle 1 1350,550 3,1350,550 255,255,255 Once added to mapinfo.txt - Re-compile to get a new mapinfo.bin And for server side; Resource//Script/MisScript/ScriptDefine.lua -> Add ----- AddMap( "mapname", "Map Name" ) Resource//Script/birth/birth_conf.lua -> Add -- AddBirthPoint("Map Name", "mapname", X Coords,Y Coords) -- Use Yammi Tool if you want to know location of a spawn you want to pick from Example: AddBirthPoint("Map Name","mapname", 100,100) -- Players will spawn in Map Name at 100 X, 100Y GroupServer.cfg [bird] Argent City = name of your desired map (mapname) Shaitan City = name of your desired map (mapname) Icicle Castle = name of your desired map (mapename) These should all be the same if you are using only 1 map spawn. (The file StringSet.bin cannot be decompiled, and must be edited with Notepad, when you complete just save.) You can use (Ctrl+G) to go to a certain line Now Client side -> StringSet.bin (right click and edit - choose NotePad) [39] "Argent City" [40] "Shaitan City" [41] "Icicle Castle" Should be replaced with [39] "name of your desired map" (Map Name) [40] "name of your desired map" (Map Name) [41] "name of your desired map" (Mape Name If you get an error like -> Illegal Birth Place most likely, you did Client String wrong. (Remember to restart your server, and make sure to include the new .txt files on server side, and also mapinfo.bin/StringSet.bin for client side)
  9. Dan

    Create a Quest

    DefineMission( XXXX, "Quest Name", #### ) DefineMission = the Quest script To make an NPC have that quest you can add the function it's calling which is XXXX AddNpcMission (XXXX) This will allow the NPC to have the quest available, you can also add parameters such as lvl requirement etc.
  10. Make sure to do in variable.lua also -> ChangeItemList = {} To avoid the error -> Data exchange error!
  11. Added Fruit Effects -> When a player uses EXP/Drop Rate/Party Exp Fruits An effect will be displayed above the characters head. This will -> help others know that their team used a exp/drop rate item so they won't get blamed if they didn't use exp boost or drop boost, this also will help notify players that their "Fruits" have ran out, and needs to be re-used.
  12. You can change GM level via SQL, -> in your GameDB -> Click the "-" symbol, then find tables and click the "-" and then find dbo.account -> Right click "Edit Rows" and change under "GM" column to 99 which will set it's Account level to GM rights. As for GM commands, I think your GameServer.exe is not compatible, or maybe try this in your server files. Or maybe it's your client StringSet.txt, or the Port with client. (Note might not work, as I do not know where you got your exe's from. Go to GameServer folder -> resource-> scripts -> calculate -> functions.lua and put function HandleChat(role, message) return 1 end
  13. If you are stating account creating tools, without using website
  14. Added Rear Fairys to Pet Marriage System Requirements: 10x Rear Squid Meat 10x Skeleton of Sorrow Warrior 1x Diamond Fruit of Rear 2x Mordo Junior's Lv20+/Full Stamina
  15. Re-did Detailed Info/Chaos Ranking Windows.
  16. Re-did combine/fusion window, after adjusting alignment in forms. 1st. Draft was cartoonish/2nd Draft matches skin.
  17. Added Unseal lv55 Champ Gloves/Boots
  18. Try this instead. Don't forget to compile and replace new one .bin in Client Side, and .txt in Serverside. 4015 01020018.par NewWings Sea Wave 1 0 24 -1 0 0 0 -1 4016 01020019.par NewWings Sea Wave 1 0 24 -1 0 0 0 -1
  19. Added Sealed/Unseal Lv55/65 Bows
  20. Changed Game Icon Changed Task Bar Icon Made Auto Patcher
  21. Eye of BD has been swapped from +50 max attack (also tested eye at +100 max attack) to +1 PR (Can be forged in necklace, due to Unique Gems out weighing the damage, when hitting bonus stat and receving bonus, making eye useless, raising will only cause problems when there are azrael's/great. -> SS will lose hit rate.
×
×
  • Create New...