Jump to content

Shako

Community
  • Content Count

    312
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by Shako


  1. On 12/25/2016 at 5:06 AM, Vasil said:

    Hello,i seen this function on several servers & it's really good so magics doesn't be weak in farming or stuff.If someone got it,can u share it please?thanks :)


    @Vasil there is a russian guide somewhere! I forgot it.

     

    Basically, all you have to do.

     

    SkillInfo.txt

    0036	Short Staff	1	-1,10	1,-1	1,9	1,-1	-1	0	0	0	-1	-1	1	1	3	100	4	1	0	0	0	0	0	0	0	0	0	0	Skill_Melee_End	0	0	0	atk=atk(0)+5	0	0	0	0	0	0	0	0	0	0	0	1	1	7,8,9	0	-1	-1	0	0	-1	0,0	0,0	-1	-1	-1	0	0	132	2	131	0	0	0	0	1	0	0	0	0	0


    change it to
     

    0036	Short Staff	1	-1,10	1,-1	1,9	1,-1	-1	0	0	0	-1	-1	1	1	3	500	4	1	0	0	0	0	0	0	0	0	0	0	Skill_Range_End	0	0	0	atk=atk(0)+5	0	0	0	0	0	0	0	0	0	0	0	1	1	7,8,9	0	-1	-1	0	0	-1	0,0	0,0	-1	-1	-1	0	0	132	2	131	0	0	0	0	1	0	0	0	0	0																																		


    Basically that is it. =)
     


  2. 1 hour ago, Keuvyn T. said:

    Good night guys from PKO DEV,:ok:

     

    I am trying to add this function to my resource: Hook:AddPostHook("GetExp_PKM",Instance.PKM)

     

    However it is giving error:

    ./resource/InfernalAbyss/Instance_functions.lua:38: attempt to index global "Hook" <a nil value>

     

    How can I fix it?
    Note: I'm trying to add this map https://pkodev.net/index.php?/topic/1050-infernal-abyss/#comment-6676

     

     

    Common problem if you load your extension before loading Hook.lua

    try to load Hook.lua before it in ur files


  3. On 12/12/2016 at 1:43 AM, Rinor said:

    Was wondering if anyone have the Fishing System, which allows you to fish with Fishing Pole, like some servers has in Dark Map
    if anyone has it, can you share it here? it was at serverdev but since its closed i can't find it anywhere

     

    Like, fishing on land -> sea with a fishing pole


    or fishing on sea (boat) but requires a fishing pole on character inventory?

     

    I don't understand it too well.


  4. 1 hour ago, OldHero said:

    Bro i fixed it work but when i enter with stealth it wont off it will be still in stealth hmm?

     

    1 hour ago, Onioni said:

    one way to add in portal function that you can't entry if you are stealted.


    check state of player, if state = stealth then return 0


  5. 3 hours ago, jeeva said:

    Hello guys,

             I am aspiring to be a programmer and i know the basic stuff in programming ( read as noob :P ), currently i am learning lua basics. And i wish to program for top. The reason i'm doing this is for solely on learning purpose. Can anyone ( read as everyone :)) help me to start me with basics ( what is the purpose of each folder and the script written and so on...). I'll fully co-operate on any guides. ( you can also provide specific link for any guide so that i can fully understand and learn the concepts for a specific topic without the topic and link being omni)

     

    Note : I've programmed some on swift playgrounds ( Apple iPad app )

    P.S. : I am a certified Noob on lua programming:P

     

    well, if you want to read the documentation: https://www.lua.org/

     

    if not then better to try to work with the files and ask questions that come up to narrow the explaining scope =)

    • Like 1

  6. 6 hours ago, jyumai said:

    First of all, I do not mean to offend anyone on this forum. I'm a new member here, but I am not new to PKO. I think its absolutely amazing you guys managed to acquire the source code and I really hope in the coming years we see some brilliant modifications to a great game.

     

    I just want to fully understand how legal it is to modify the source code provided here and release the modified game (even without making a profit).

     

    Again I do not wish to offend anyone but I'm pretty sure some people here are wondering, especially if you guys have big plans for completely revamped servers.

     

    Well, since seems like the original game is gone i dont think legality is an issue anymore. what was done before i dont have anything to say about it

×
×
  • Create New...