Jump to content

Recommended Posts

Posted

Ragnarok Guild Package NPC


Guild package Redeemer NPC

[NPC Information]

Includes:

1.Package Code Generator

2.Package Code ( for Guild with Players of the same IP )

3.Different Package set for Guild Master.

4.Different Package set for Guild Member.

To Redeem the guild package:

1.Should be a Guild Master

2.Required Minimum Guild Member. (8 default)

3.All Guild Members should be Online

4.Non Duplicate IP Check ( to avoid multiple login of single player )

5.Duplicate IP Check ( Use the code to bypass IP check )

6.Online Status Check

7.First time to Redeem GPack (IP Based)


  • Submitter
  • Submitted
    12/05/2015
  • Category
  • Video
  • Content Author
    benching

 

  • Upvote 1
  • MVP 1
  • 3 months later...
Posted (edited)

yes, just give them a package code that you can generate via same npc,
that code will allow them to claim gpack on same ip's, but all members should be online.

Edited by benching
  • 6 months later...
  • 8 months later...
Posted

hello i have some error on your script

 

[SQL]: DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`SELECT `name` FROM `guild` WHERE `guild_id` = '10'' at line 1
[Debug]: at script.c:16506 - `SELECT `name` FROM `guild` WHERE `guild_id` = '10'
[Debug]: Source (NPC): Guild Master at morocc (155,91)

NPC is working but everytime i check the code that will show up on console

thnx for  the help

  • 2 weeks later...
  • 2 months later...
Posted
On 7/20/2017 at 11:52 AM, whodhell said:

hello i have some error on your script

 


[SQL]: DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`SELECT `name` FROM `guild` WHERE `guild_id` = '10'' at line 1
[Debug]: at script.c:16506 - `SELECT `name` FROM `guild` WHERE `guild_id` = '10'
[Debug]: Source (NPC): Guild Master at morocc (155,91)

NPC is working but everytime i check the code that will show up on console

thnx for  the help

Is there a fix for this issues yet?

 

Thank you in advance

Posted
query_sql("`SELECT `name` FROM `guild` WHERE `guild_id` = '"+.@glist[@ei]+"'",.@gn$);

to

query_sql("SELECT `name` FROM `guild` WHERE `guild_id` = '"+.@glist[@ei]+"'",.@gn$);

 

Join the conversation

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

Guest
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...