Jump to content

  •  

Hirist

Member Since 27 Nov 2013
Offline Last Active Jun 07 2017 02:06 AM
-----

Topics I've Started

Sprite wrong position when zoom in

14 September 2016 - 03:38 PM

Anyone know how to fix it:

Left: Zoom in.

Right: Zoom out\

29567117422_172593e968.jpg

 

ActEditor: (hmm, still ok)

29567129082_4430d2a6fb_b.jpg

 

If you need i can pay for this.


[Function] random item/variable

09 September 2016 - 05:51 PM

File Name: [Function] random item/variable
File Submitter: Hirist
File Submitted: 09 Sep 2016
File Category: Quest, Shops, Functions & Algorithms

Origanal post: http://herc.ws/board...m-itemvariable/
Author: Dastgir
Just fix some bug and reup.

Click here to download this file

Limit number guild member position

03 August 2016 - 01:48 PM

I want position "Sub-Guildmaster" limit 10 member, anyone can help me or let's me know where to edit?

I tried find but dont know where to edit.


Guildmaster can't change position member when woe actived

01 August 2016 - 02:42 AM

I tried to used mapreg->readreg( script->add_str("$abc") follow Angelmelody guide but visual alert mapreg undefined.

 

/*====================================================
 * Member changing position in guild
 *---------------------------------------------------*/
int guild_change_memberposition(int guild_id,int account_id,int char_id,short idx)
{
    if(mapreg->readreg( script->add_str("$abc"));
    return intif->guild_change_memberinfo(guild_id,account_id,char_id,GMI_POSITION,&idx,sizeof(idx));
}