Jump to content

REKT

Members
  • Content Count

    372
  • Joined

  • Days Won

    1

Posts posted by REKT


  1. 2.0

    http://upaste.me/0acf22299e09596b4

    - add pvp mapflag, don't have to /ns

    - remove the OnPCDieEvent, use queue iterator

    - add timeleft__ function

    - add deny entry in 30 mins, configurable

    - add full heal upon entering ...

    http://upaste.me/898c22300e72f6281

    - nochangeequip diff into plugin

    - fix a rare bug inside a nochangeequip map, and a GM #delitem, the item still show in the equipment window

     

    Indeed, very useful thank you for this Annie! your very awesome!


  2. Hello, i just wanna ask really clearly about setting up the Max Level for the Class. FYI i know how to set-up server (rAthena) so don't try to post some stupid post right here i just wanna clear something and i'm not newbie..

     

    First i'm using Renewal engine.

    (I'm really confuse):

     

    i found out the map.h is no longer have the '#define MAX_LEVEL 175'

    i just found out at the mmo.h some of the Wiki Info's should be UPDATE badly.

    src/common/mmo.h

    #define MAX_LEVEL 175

     

    conf/battle/client.conf

    max_lv: 175

     

    db/re/exp.txt

    //Base - 3rd Jobs, Baby 3rds
    //Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)
    175,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068 bla bla bla bla.
     
     
    Ingame:
    post-386-0-16120500-1451025430_thumb.png
    My Base Level: 99 and Job is 50 (3rd Class)


    BOOM? how come can't even go higher level supposed to be i set up for 175 (3rd Class)

    -_-  -_-  -_-  -_-  -_-  -_-  -_-  -_-

  3.  

    Maybe we will drop some a small donation to make this project fast :P i think the piggy bank needs to be feed.

    What do you think guys?

     

    Drop me a PM for donate :P

    How rude....

    If it was for money, it would have been stated in the topic....

     

     

    Sorry if i post that i'm a rude, the reason for donation is to help for the projects upcoming.

    isn't big deal for it?

     

    Alright remove post.

     

    Apology for being rude here.


  4. i would suggest to just clone the sample project and change it name :)

    pretty annoying to do all the settings over and over again and you can mistake.

     

    Uhm i'm confuse like what do you mean by clone? sorry new to this Hercules.

    still messing up all new features of this engine.

     

    Thx :D


  5. then another possibility is you didn't follow step 15

    http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC#Step_15

     

    Uhm..i don't think so, why would i success installing the plugin of Odin_Server side of Hemagx? if i don't follow the Step 15.

    Pretty confuse.

     

    Anways, let me see what can i have :P

     

    @Outoftopic

    About the dispbottomcolor 1.2

     

     

    1>------ Rebuild All started: Project: dispbottomcolor, Configuration: Release Win32 ------
    1>C:Program Files (x86)MSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
    1>  dispbottomcolor.c
    1>dispbottomcolor.c(54): warning C4013: 'GET_SYMBOL' undefined; assuming extern returning int
    1>dispbottomcolor.c(54): warning C4047: '=' : 'script_interface *' differs in levels of indirection from 'int'
    1>dispbottomcolor.c(55): error C2065: 'session' : undeclared identifier
    1>dispbottomcolor.c(56): warning C4047: '=' : 'strlib_interface *' differs in levels of indirection from 'int'
    1>dispbottomcolor.c(57): warning C4047: '=' : 'socket_interface *' differs in levels of indirection from 'int'
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
     

  6.  

    I remember I also did another poll system for rathena users

    https://rathena.org/board/topic/75157-poll-npc-enabledisable/

     

     

    I remember at the time when I test myzter one ... I don't recall having bugs

    well that was ... 3 years ago, let me see ...

     

     

    my script goes 1st,

    poll_0.3.txt

    - Fix npc id into constant, hercules script engine spam this error

    - Fix baselevel into Baselevel, hercules script engine is case-sensitive

    - Fix getbattleflag("max_lv") into MAX_LEVEL

    - add bindatcmd to OnWhisperGlobal label, now just have to type @poll

    - Fix the weird symbol in my hexed client ... yeah my hexed client sux

    - change all .@i++ into ++.@i

     

    next is myzter's ...

    http://upaste.me/01fc22264347d5bff

    - Fix npc id into constant

    - Fix "select version()" without a dummy field

    - add bindatcmd to OnWhisperGlobal label, now just have to type @poll

    - Fix the weird symbol in my hexed client ... yeah my hexed client sux

     

    next is [GM]Xeon ...

    CREATE TABLE `support_response` (`ticket_id` int(11) NOT NULL,`reply_number` int(11) NOT NULL default '1',`char_name` varchar(24) NOT NULL default '',`char_id` int(11) unsigned NOT NULL default '0',`message` varchar(80) NOT NULL default '',`status_change` decimal(10,0) NOT NULL default '-1',`date` datetime NULL) ENGINE=InnoDB;CREATE TABLE `support_ticket` (`ticket_id` int(11) NOT NULL auto_increment,`status` tinyint(1) NOT NULL default '0',`char_name` varchar(24) NOT NULL default '',`char_id` int(11) unsigned NOT NULL default '0',`title` varchar(45) NOT NULL default '',`message` varchar(80) NOT NULL default '',`date` datetime NULL,PRIMARY KEY (`ticket_id`)) ENGINE=InnoDB;
    http://upaste.me/a2d22226654d3679c

    the only thing I change is the npc ID into constant

    this script still works well

     

     

    About the Poll of your's annie? possible to have 1 Per IP?  or what is a good feature that comes with IP System.


  7. 1>------ Rebuild All started: Project: movespeed_mf, Configuration: Release Win32 ------

    1>  movespeed_mf.c

    1>movespeed_mf.c(18): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory

    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

     

    Git Version: Hercules (f975f0a)


  8. Not always, but happened here is your HPMHooking plugins is pretty old and some changes happened to the source, so now the size of some stuff are not synced anymore and need to recompile :)

    Oh i see, i'm just new to plugin system as i said. since i'm moving now to Herc.

    And also everytime i add plugin i only recompile are those?

     

    e.g manner,plugin-HPMHooking_char,HPMHooking_map and HPMHooking_log

     

    That's all?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.