[SHARE] FULL GS SOURCE - No More Selling

Page 75 of 93 FirstFirst ... 2565676869707172737475767778798081828385 ... LastLast
Results 1,111 to 1,125 of 1384
  1. #1111
    Account Upgraded | Title Enabled! geprielle is online now
    MemberRank
    Sep 2011 Join Date
    PhilippineLocation
    408Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    @calibur17 even clicking DaeHo npc, field server crash, i already copied the quest folder from other client that's compatible to my client, but still getting field server crash. i already check mobs/npc's i do have on my client.

  2. #1112
    Enthusiast rizjohn10 is online now
    MemberRank
    Mar 2020 Join Date
    37Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    share your bin files thanks

  3. #1113
    Under The Sun Mr`Virus--- is offline
    MemberRank
    Oct 2009 Join Date
    Beside You!!Location
    444Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    @TS Thanks to this file bro.

  4. #1114
    Proficient Member calibur17 is offline
    MemberRank
    Mar 2011 Join Date
    179Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by geprielle View Post
    @calibur17 even clicking DaeHo npc, field server crash, i already copied the quest folder from other client that's compatible to my client, but still getting field server crash. i already check mobs/npc's i do have on my client.
    If it crashes with the npc then the quest file or the item/reward items is not compatible. If you're having problem with the NPC, just can re-create the quests like i did using NPCAction. Just use npctalkstrtable.xml to compare and copy it identically. Just look for: npc_pve_daeho

  5. #1115
    Valued Member Bounto is offline
    MemberRank
    Aug 2017 Join Date
    101Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    How to add channel on client? Thanks

  6. #1116
    Account Upgraded | Title Enabled! geprielle is online now
    MemberRank
    Sep 2011 Join Date
    PhilippineLocation
    408Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by calibur17 View Post
    If it crashes with the npc then the quest file or the item/reward items is not compatible. If you're having problem with the NPC, just can re-create the quests like i did using NPCAction. Just use npctalkstrtable.xml to compare and copy it identically. Just look for: npc_pve_daeho
    yes thank you sir, thats what i'm doing right now.

  7. #1117
    Account Upgraded | Title Enabled! thewinner3 is offline
    MemberRank
    Jul 2015 Join Date
    Tokyo.JapanLocation
    490Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    how get shaper skill sir

  8. #1118
    Account Upgraded | Title Enabled! geprielle is online now
    MemberRank
    Sep 2011 Join Date
    PhilippineLocation
    408Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by calibur17 View Post
    If it crashes with the npc then the quest file or the item/reward items is not compatible. If you're having problem with the NPC, just can re-create the quests like i did using NPCAction. Just use npctalkstrtable.xml to compare and copy it identically. Just look for: npc_pve_daeho
    everything is fine, no more bugtraps when clicking NPC but the problem now is i cant proceed to the map, i doubled check the mapslist, the map is there. what is the other cause of this trouble? do i still need to create a script? or if you have it sir? can you share it to me? thanks

  9. #1119
    Member mateo13 is offline
    MemberRank
    Mar 2020 Join Date
    64Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by geprielle View Post
    everything is fine, no more bugtraps when clicking NPC but the problem now is i cant proceed to the map, i doubled check the mapslist, the map is there. what is the other cause of this trouble? do i still need to create a script? or if you have it sir? can you share it to me? thanks
    data\glogic\mapslist.luc
    Any map that is "nInstantMap = 2" uses a script so yes, you need one.
    But if you want to just access the map, just change the value from 2 to 0

    ---

  10. #1120
    Proficient Member calibur17 is offline
    MemberRank
    Mar 2011 Join Date
    179Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by geprielle View Post
    everything is fine, no more bugtraps when clicking NPC but the problem now is i cant proceed to the map, i doubled check the mapslist, the map is there. what is the other cause of this trouble? do i still need to create a script? or if you have it sir? can you share it to me? thanks
    Like mateo13 said, there are 3 types of map (nInstantMap), 0 = regular map (not dungeon), 1 = regular dungeon (no script dungeon) 2 = script dungeon (requires script). If you just want to access that map for testing purposes, you can set nInstantMap to 0. But if you want it to work like the official one, you definitely have to make a script for it.

  11. #1121
    Account Upgraded | Title Enabled! geprielle is online now
    MemberRank
    Sep 2011 Join Date
    PhilippineLocation
    408Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by mateo13 View Post
    data\glogic\mapslist.luc
    Any map that is "nInstantMap = 2" uses a script so yes, you need one.
    But if you want to just access the map, just change the value from 2 to 0

    ---
    thank you sir, hmm regarding on making its own script, what file can i copy or use as a guide to make a script for evil spirit and crypt laboratory?

  12. #1122
    Proficient Member calibur17 is offline
    MemberRank
    Mar 2011 Join Date
    179Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by geprielle View Post
    thank you sir, hmm regarding on making its own script, what file can i copy or use as a guide to make a script for evil spirit and crypt laboratory?
    You can't just copy and paste an entire script and use it for different dungeons but you can check Dimension Laboratory's script to help you make your own script for any kind of dungeon you needed. It has almost everything you needed from spawning mobs, authentications, etc. You can also check other scripts that is in the Instance folder. They are all really helpful.
    Last edited by calibur17; 24-06-21 at 02:30 PM.

  13. #1123
    Member mateo13 is offline
    MemberRank
    Mar 2020 Join Date
    64Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by geprielle View Post
    thank you sir, hmm regarding on making its own script, what file can i copy or use as a guide to make a script for evil spirit and crypt laboratory?
    Try to ask @teza123 about this one, he actually made them scripts for daeho's dungeons.

  14. #1124
    Account Upgraded | Title Enabled! geprielle is online now
    MemberRank
    Sep 2011 Join Date
    PhilippineLocation
    408Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by calibur17 View Post
    You can't just copy and paste an entire script and use it for different dungeons but you can check Dimension Laboratory's script to help you make your own script for any kind of dungeon you needed. It has almost everything you needed from spawning mobs, authentications, etc. You can also check other scripts that is in the Instance folder. They are all really helpful.
    yes sir, i know, that's why i asked if there is any scripts that can guide me on creating scripts for daeho's dungeon, btw thanks!

    - - - Updated - - -

    Quote Originally Posted by mateo13 View Post
    Try to ask @teza123 about this one, he actually made them scripts for daeho's dungeons.
    thank you sir, i'll try to ask him. thanks a lot

  15. #1125
    Ainsworth Quiirex is offline
    MemberRank
    Dec 2011 Join Date
    127.0.0.1Location
    485Posts

    Re: [SHARE] FULL GS SOURCE - No More Selling

    Quote Originally Posted by Bounto View Post
    How to add channel on client? Thanks
    Add channels by using CFGs. :)
    Please do explore the source code for guidelines.



Advertisement