Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by BeWan

  1. 5 hours ago, celeron0134 said:

    good day rathena.. i tried this

    /*
    DROP TABLE IF EXISTS `pvp_ranking`;
    
    CREATE TABLE IF NOT EXISTS `pvp_ranking` (
    `Char_ID` int(11) unsigned NOT NULL DEFAULT '0',
    `PlayerName` varchar(255) NULL DEFAULT '',
    `Kills` varchar(255) NULL DEFAULT '',
    `Deaths` varchar(255) NULL DEFAULT '',
    PRIMARY KEY (`Char_ID`)
    ) ENGINE=MyISAM;
    
    DROP TABLE IF EXISTS `woe_ranking`;
    
    CREATE TABLE IF NOT EXISTS `woe_ranking` (
    `Char_ID` int(11) unsigned NOT NULL DEFAULT '0',
    `PlayerName` varchar(255) NULL DEFAULT '',
    `Kills` varchar(255) NULL DEFAULT '',
    `Deaths` varchar(255) NULL DEFAULT '',
    `EmpBreak` varchar(255) NULL DEFAULT '',
    PRIMARY KEY (`Char_ID`)
    ) ENGINE=MyISAM;
    */

    i copied and saved it as .sql, then open my phpmyadmin, clicked on ragnarok then clicked import.. i chose the file.sql then pressed go.. and i just see this

    sqlll.PNG

    this is table from ranking npc? just talk to the npc it will automatically create pvp_ranking and woe_ranking table.

  2. 16 hours ago, 3TAJIOH said:

    No emperium breaker statistics on Woe SE. How can i Fix it?

    Go to: npc / guild2 / agit_main_se.txt

    find:

    OnStartArena:
    	set [email protected],getcharid(2);

    replace with this:

    OnStartArena:
    	set [email protected]$, strcharinfo(0);
    	query_sql( "SELECT * FROM woe_ranking WHERE `PlayerName` = '"+strcharinfo(0)+"'", [email protected], [email protected]$, [email protected], [email protected], [email protected]);
    	set .WoeBreakPoints, 1;
    	set ToTalB , [email protected] + .WoeBreakPoints;
    	set [email protected],getcharid(2);
    	
    	if([email protected]$ == strcharinfo(0)){
    	query_sql("UPDATE `woe_ranking` SET `EmpBreak` = '"+ToTalB+"' WHERE `PlayerName` = '"+strcharinfo(0)+"'");
    	}else{
    	query_sql("INSERT INTO `woe_ranking` (`Char_ID`,`PlayerName`,`Kills`,`Deaths`,`EmpBreak`) VALUES ('"+getcharid(0)+"', '"+strcharinfo(0)+"', '"[email protected]+"', '"[email protected]+"', '"+ToTalB+"')"); 
    	}

    untested.

     

    15 hours ago, 3TAJIOH said:

    Also bug with nicknames. 2180 - another char on account of KeeperSura, but I killed KeeperSura, nickname is true.

    image.png.850de771284dd8da388da2349458c1bf.png

    npc script get or save the name of the character not the nickname.

  3. 1 hour ago, Hale said:

    Hello rAthena!

    I don't know why but only accounts with group ID of 99 can use the @gstorage, other groups cannot especially for normal players. I already placed @gstorage at conf/groups.conf and still not working. Kindly please help me, Thanks!

     

    groups: (
    {
    	id: 0 /* group 0 is the default group for every new account */
    	name: "Player"
    	level: 0
    	inherit: ( /*empty list*/ )
    	commands: {
    		
    		refresh: true
    		alootid: true
    		autoloot: true
    		autoloottype: true
    		request: true
    		go: true
    		warp: true
    		mobinfo: true
    		iteminfo: true
    		whodrops: true
    		time: true
    		jailtime: true
    		allskill: true
    		commands: true
    		storage: true
    		hominfo: true
    		homstats: true
    		whereis: true
    		who: true
    		homlevel: true
    		duel: true
    		glvl: true
    		gstorage: true
    		changegm: true
    
    }
    	permissions: {
    		/* without this basic permissions regular players could not 
    		trade or party */
    		can_trade: true
    		can_party: true
    		attendance: true
    	}
    },

     

    Guildmaster need to allow in ALT + G guild storage of the member

  4. SoloPack Command with Gepard Function (UniqueID)



    Report all error/bugs in the forum post not in the PM for faster fix, Thanks!

    By downloading this file, you agree with my Terms of Service:

    • You are not allowed remove my signature from any of the included files.
    • You are not allowed claim my work as yours.

     

    If you like it, give me a 💟


    • Submitter
    • Submitted
      03/10/2020
    • Category
    • Video
    • Content Author
      BeWan

     

    • Love 1
  5. GuildPack NPC with Gepard Function (UniqueID)



    Report all error/bugs in the forum post not in the PM for faster fix, Thanks!

    By downloading this file, you agree with my Terms of Service:

    • You are not allowed remove my signature from any of the included files.
    • You are not allowed claim my work as yours.


    If you like it, give me a 💟


    • Submitter
    • Submitted
      03/06/2020
    • Category
    • Video
    • Content Author
      BeWan

     

    • Like 1
  6. 6 hours ago, JinYuichi said:

     

    hi @BeWan First of all, thanks for the script, but I think it should be modified a little more. and add other functions if you can.
    well, first when I test the scrip, all tops give the same information, murders, dead and emp. I think that part should be separated.
    and I also noticed that the murders and deaths take it for the same data,
    and already taking advantage, it will be possible to add the prize function per month, for example, the first places, receive a prize every 30 days.
    Upon receiving your prize they are announced by the entire server, if it is not too much to ask.

    pdt if something is not understood is why I am using the google translator

    yes same information but different rank list when you choose on the 3 option(kills, deaths, emp break).

  7. Woe Ranking List ( GvG, Emp Break, Guild Rank ) with Points and Shop


     

    In response to this post : 

    https://rathena.org/board/topic/122667-woe-ranking-script/

    https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249

    https://rathena.org/board/topic/96397-woe-ranking/

    https://rathena.org/board/topic/109488-ranking-woe/
     

    By downloading this file, you agree with my Terms of Service:

    • You are not allowed remove my signature from any of the included files.
    • You are not allowed claim my work as yours.

     

    If you like it, give me a 💟


     

    • Upvote 1
    • Love 6
    • Like 1
  8. On 2/26/2020 at 6:41 AM, Kinkykids said:

    I need the npc to check the Novice Skill "Basic Skill" if it is Level 9 to allow job changing.

    it will work. anyway here
     

    if (getskilllv("NV_BASIC") == 9) {
    		mes "message";
    		close;
    	}else{
    		mes "message";
    		close;
    	}

    try this.

    if (.SkillPointCheck && SkillPoint) {
    		mes "Please use all your skill points before proceeding.";
    		close;
    	}

     

    • Upvote 1
×
×
  • Create New...

Important Information

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