Jump to content
  • 0

How to Enable KOE Point shop


DEsMOn

Question


  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

Hellow Everyone...!! 

Can any one guide me how to enable KOE point shop

According to this its not working Can some 1 guide here?

 

-    script    KoE Shop    590,{
    mes "[ KOE POINTS ]";
    mes "You can spend your KOE Points here";
    mes "^FFFFFF_^000000";
    set #KOEPOINTS,(#KOEPOINTS+@KOEPOINTS);
    set @KOEPOINTS,0;
    mes "You current points: ^0000FF"+#KOEPOINTS+"^000000";
    callshop "KOEPOINTS",1;
    end;

}
//ADD YOUR ITEMS HERE
-    pointshop    KOEPOINTS    -1,#KOEPOINTS,501:1
// Flags
-    script    ::koe_flag    GUILD_FLAG,{
    if (!getd("$koe_"+strnpcinfo(2))) end;
    mes "[King of Emperium Hill]";
    mes "The Current King of Emperium Hill at ^0055FF"+strnpcinfo(1)+"^000000 is the [ ^0055FF"+ getguildname(getd("$koe_"+strnpcinfo(2))) +"^000000 ] guild.";
    close;
OnAgitInit: //Uncomment this line to make the emblem stay after @reloadscript
OnRevKoE:
    if(getd("$koe_"+strnpcinfo(2)))
        flagemblem getd("$koe_"+strnpcinfo(2));
    end;
}

 

Edited by Emistry
codebox
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

https://rathena.org/board/topic/90173-item-and-point-shop/

just add your item list

//ADD YOUR ITEMS HERE
-    pointshop    KOEPOINTS    -1,#KOEPOINTS,501:1

and please use codebox to wrap your code next time.

 

Edited by Emistry
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

10 hours ago, Emistry said:

https://rathena.org/board/topic/90173-item-and-point-shop/

just add your item list

//ADD YOUR ITEMS HERE
-    pointshop    KOEPOINTS    -1,#KOEPOINTS,501:1

and please use codebox to wrap your code next time.

 

Dear sir I've added item list but can't see any shop

//ADD YOUR ITEMS HERE
-    pointshop    KOEPOINTS    -1,#KOEPOINTS,501:1,13259:50,13258:50,13257:50,7521:150,7522:150,7523:150,7524:250

I'm Sorry I'm not aware of Code BOX.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

add the coordinate to your npc or your shop npc.

 

  • Love 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...