[DEV] Sharun Dream's

Page 10 of 10 FirstFirst ... 2345678910
Results 136 to 145 of 145
  1. #136
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [DEV] Sharun Dream's

    Quote Originally Posted by clofriwen View Post
    Hum... What is needed to be loaded from xml client data for skills ?
    I guess it depends, on where your development is currently at, for example if your emulator takes and digests all the data sent to the server, then you must load everything in the skills xml, otherwise if your emulator loads just a portion of the skills data, then I guess you don't need the entirerity of the xml file? correct me if I'm wrong

  2. #137
    Enthusiast clofriwen is offline
    MemberRank
    Oct 2015 Join Date
    FranceLocation
    46Posts

    Re: [DEV] Sharun Dream's

    I need to know what is usefull to create struct. I know xml, i'm skilled in (i have learn it into school)

  3. #138
    Apprentice dimawebmaker is offline
    MemberRank
    Dec 2015 Join Date
    5Posts

    Re: [DEV] Sharun Dream's

    Quote Originally Posted by clofriwen View Post
    I need to know what is usefull to create struct. I know xml, i'm skilled in (i have learn it into school)
    Eeeh, it's ur own server, use what u like more.
    Database, xml, json, yaml... You even can make your own new format :).
    But prefer use xml, coz it most easy way to edit, add quests, skills, items and so on for not programmers :)

  4. #139
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [DEV] Sharun Dream's

    Quote Originally Posted by dimawebmaker View Post
    Eeeh, it's ur own server, use what u like more.
    Database, xml, json, yaml... You even can make your own new format :).
    But prefer use xml, coz it most easy way to edit, add quests, skills, items and so on for not programmers :)
    XML is easy but depends heavily on procedural parsing, meaning it will take an huge amount of time to load extensive data and information from files, and at least in my case that i'm working with xml data on-the-fly (at least on the GameServer Initialization phase) and not only a single file, it's hundreds of them, I would recommend using some XML library that performs well and increases xml parsing speeds
    Last edited by elmasmalo1; 23-09-16 at 07:21 PM.

  5. #140
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [DEV] Sharun Dream's

    I write my own xml document parser, and is extremly fast !!! :D

  6. #141
    Apprentice ashy69 is offline
    MemberRank
    Jul 2016 Join Date
    9Posts

    Re: [DEV] Sharun Dream's

    hey, @clofriwen and every1 thats wanna make tera emu, i don't wanna be rude by anyway but making "the perfect tera emu" gonna take fucking ages if u going to do it alone so srsly just gather and work together that way it will be way faster and "perfect" since u guys are rlly amazing but if u only work together would be awesome but that doesn't mean drop your own server or whatever just work together and sorry for wasting ur time good luck anyways.
    Last edited by ashy69; 23-09-16 at 08:51 PM.

  7. #142
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [DEV] Sharun Dream's

    Quote Originally Posted by narcis96 View Post
    I write my own xml document parser, and is extremly fast !!! :D
    Hmm is that parser you used on your project files on GitHub?

  8. #143
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [DEV] Sharun Dream's

    Yeah!, A recursive function that returns List of trees of XMLNodes with respective XMLNodeArguments.

  9. #144
    Arroz con Habichuelas elmasmalo1 is offline
    MemberRank
    Dec 2008 Join Date
    RING 0Location
    212Posts

    Re: [DEV] Sharun Dream's

    Quote Originally Posted by narcis96 View Post
    Yeah!, A recursive function that returns List of trees of XMLNodes with respective XMLNodeArguments.
    I see :D

  10. #145
    Valued Member narcis96 is offline
    MemberRank
    Jun 2016 Join Date
    Timisoara,RomanLocation
    129Posts

    Re: [DEV] Sharun Dream's

    And from XMLNodes i get the data i need and build Abonralities,Passivities,Skills,Items,Areas..etc



Page 10 of 10 FirstFirst ... 2345678910

Advertisement