Jump to content

[Guide] Buffer - Do not meet the Criteria


Recommended Posts

Λοιπόν, δεν θα πω πολλά, πιστεύω πως καταλάβατε για τι θα μιλήσω.

Το topic το έχω ήδη κάνει στο αγγλικό section, απλώς θα πρέπει να το κάνω και εδώ, διότι πολλοί Έλληνες αντιμετωπίζουν τέτοιου είδους προβλήματα.

 


 

- Εάν ο Buffer είναι στο core (java gs αρχεία), και κάποιος άλλος τον έχει δημιουργήσει, τότε θα χρειαστείτε τα πηγαία αρχεία για να τοποθετήσετε στο eclipse, και να φτιάξετε το λάθος. Εάν το pack σας είναι προκατασκευασμένο, από κάποιον άλλο χρήστη, τότε δυστυχώς δεν μπορείτε να κάνετε τίποτα.

 

- Εάν χρησιμοποιείτε κάποιο pack με έναν κανονικό buffer (όλα από μέρος Datapack, χρησιμοποιώντας τα Quests), τότε σιγουρέψτε πως τα αρχεία του buffer βρίσκονται στο "C:\server\gameserver\data\scripts\custom" για Gracia Final και στο "C:\gameserver\data\jscript\custom" για Interlude.

 

- Σιγουρέψτε πως ο Buffer σας χρησιμοποιεί τουλάχιστον ένα html αρχείο, έτσι ώστε να δίνει στους παίκτες ένα αρχικό μήνυμα, όπως για παράδειγμα "Hi, Buff Me, κτλπ."

 

- Σιγουρέψτε πως το NPC που χρησιμοποιείτε ως Buffer, είναι τύπου "L2NPCBuffer", και τίποτα άλλο όπως Merchant, L2Teleporter, κτλπ.

 

- Σιγουρέψτε πως έχετε ένα NPC για να χρησιμοποιήσετε ως Buffer.

 

- Σιγουρέψτε πως έχετε προσθέσει το quest του Buffer σας (συνήθως είναι το 9999_NPCBuffer), στο αρχείο scripts.cfg. Έπειτα θα πρέπει να μπείτε στον server σας και να γράψετε "//quest_reload και το quest name. Για παράδειγμα:

//quest_reload 9999NPC_Buffer

 

- Σιγουρέψτε πως ο server σας διαβάζει τα Quest. Για να το ελέγξετε, απλά ελέγξτε ορισμένα Quest NPCs (π.χ. Lady of the Lake) ή την κονσόλα του gameserver.

- Εάν χρησιμοποιείτε Interlude, τότε σιγουρεφτείτε πως στον φάκελο "custom" υπάρχει το αρχείο __init__.py.

Θα πρέπει να το ανοίξετε και να προσθέσετε και το Quest του Buffer σας μαζί με τα άλλα.

 

- Σιγουρεφτείτε πως τα "imports" στο αρχείο "__init__.py" στον φάκελο του buffer είναι τα σωστά. Τι εννοώ; Κάθε project έχει διαφορετικά imports.

Δείτε παρακάτω.

 

L2jArchid

 

import sys
from com.l2jarchid.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2jarchid.gameserver.datatables import SkillTable
from com.l2jarchid			       import L2DatabaseFactory
from com.l2jarchid.gameserver.model.quest import State
from com.l2jarchid.gameserver.model.quest import QuestState
from com.l2jarchid.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2j

 

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j			       import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jFree

 

import sys
from com.l2jfree.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2jfree.gameserver.datatables import SkillTable
from com.l2jfree			       import L2DatabaseFactory
from com.l2jfree.gameserver.model.quest import State
from com.l2jfree.rver.model.quest import QuestState
from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jEmu

 

import sys
from com.l2emu.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2emu.gameserver.datatables import SkillTable
from com.l2emu			       import L2DatabaseFactory
from com.l2emu.gameserver.model.quest import State
from com.l2emu.rver.model.quest import QuestState
from com.l2emu.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jOfficial

 

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j			       import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jTeon

 

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j			       import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

Αυτό ήταν!

 

Σιγουρεφτείτε πως κάνετε όλα τα παραπάνω σωστά, και δεν υπάρχει αμφιβολία πως θα βάλετε buffer στον server!

 

 

Αντίο.

Link to comment
Share on other sites

Λοιπόν, δεν θα πω πολλά, πιστεύω πως καταλάβατε για τι θα μιλήσω.

Το topic το έχω ήδη κάνει στο αγγλικό section, απλώς θα πρέπει να το κάνω και εδώ, διότι πολλοί έλληνες αντιμετωπίζουν τέτοιου είδους προβλήματα.

 


 

- Εάν ο Buffer είναι στο core (java gs αρχεία), και κάποιος άλλος τον έχει δημιουργήσει, τότε θα χρειαστείτε τα πηγαία αρχεία για να τοποθετήσετε στο eclipse, και να φτιάξετε το λάθος. Εάν το pack σας είναι προκατασκευασμένο, από κάποιον άλλο χρήστη, τότε δυστυχώς δεν μπορείτε να κάνετε τίποτα.

 

- Εάν χρησιμοποιείτε κάποιο pack με έναν κανονικό buffer (όλα από μέρος Datapack, χρησιμοποιώντας τα Quests), τότε σιγουρέψτε πως τα αρχεία του buffer βρίσκονται στο "C:\server\gameserver\data\scripts\custom" για Gracia Final και στο "C:\gameserver\data\jscript\custom" για Interlude.

 

- Σιγουρέψτε πως ο Buffer σας χρησιμοποιεί τουλάχιστον ένα html αρχείο, έτσι ώστε να δίνει στους παίκτες ένα αρχικό μήνυμα, όπως για παράδειγμα "Hi, Buff Me, κτλπ."

 

- Σιγουρέψτε πως το NPC που χρησιμοποιείτε ως Buffer, είναι τύπου "L2NPCBuffer", και τίποτα άλλο όπως Merchant, L2Teleporter, κτλπ.

 

- Σιγουρέψτε πως έχετε ένα NPC για να χρησιμοποιήσετε ως Buffer.

 

- Σιγουρέψτε πως έχετε προσθέσει το quest του Buffer σας (συνήθως είναι το 9999_NPCBuffer), στο αρχείο scripts.cfg. Έπειτα θα πρέπει να μπείτε στον server σας και να γράψετε "//quest_reload και το quest name. Για παράδειγμα:

//quest_reload 9999NPC_Buffer

 

- Σιγουρέψτε πως ο server σας διαβάζει τα Quest. Για να το ελέγξετε, απλά ελέγξτε ορισμένα Quest NPCs (π.χ. Lady of the Lake) ή την κονσόλα του gameserver.

- Εάν χρησιμοποιείτε Interlude, τότε σιγουρεφτείτε πως στον φάκελο "custom" υπάρχει το αρχείο __init__.py.

Θα πρέπει να το ανοίξετε και να προσθέσετε και το Quest του Buffer σας μαζί με τα άλλα.

 

- Σιγουρεφτείτε πως τα "imports" στο αρχείο "__init__.py" στον φάκελο του buffer είναι τα σωστά. Τι εννοώ; Κάθε project έχει διαφορετικά imports.

Δείτε παρακάτω.

 

L2jArchid

 

import sys
from com.l2jarchid.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2jarchid.gameserver.datatables import SkillTable
from com.l2jarchid			       import L2DatabaseFactory
from com.l2jarchid.gameserver.model.quest import State
from com.l2jarchid.gameserver.model.quest import QuestState
from com.l2jarchid.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2j

 

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j			       import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jFree

 

import sys
from com.l2jfree.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2jfree.gameserver.datatables import SkillTable
from com.l2jfree			       import L2DatabaseFactory
from com.l2jfree.gameserver.model.quest import State
from com.l2jfree.rver.model.quest import QuestState
from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jEmu

 

import sys
from com.l2emu.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from com.l2emu.gameserver.datatables import SkillTable
from com.l2emu			       import L2DatabaseFactory
from com.l2emu.gameserver.model.quest import State
from com.l2emu.rver.model.quest import QuestState
from com.l2emu.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jOfficial

 

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j			       import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jTeon

 

import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2jrver.datatables import SkillTable
from net.sf.l2j			       import L2DatabaseFactory
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

Αυτό ήταν!

 

Σιγουρεφτείτε πως κάνετε όλα τα παραπάνω σωστά, και δεν υπάρχει αμφιβολία πως θα βάλετε buffer στον server!

 

 

Αντίο.

wreos o odigos file m

sinexise etc.alla pleon ola xrisimopiounte mesw Db kai oxi jscript ;)

 

Link to comment
Share on other sites

wreos o odigos file m

sinexise etc.alla pleon ola xrisimopiounte mesw Db kai oxi jscript ;)

 

 

Όλα; Το 90% όσων ζητούν τέτοιου είδους help, χρησιμοποιούν packs παλιά και προκατασκευασμένα, οπότε.. xD

Thanks btw.

Link to comment
Share on other sites

wreos o odigos file m

sinexise etc.alla pleon ola xrisimopiounte mesw Db kai oxi jscript ;)

 

 

file ola 8eloun jscript  akoma kai apo tin Db..

 

poly kali douleia file mou kai analitiki..:)

Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...

Na rotiso re paides... an den fortonei to Navicat tin sql tou buffer kai tin peraso xirokinita einai to idio i allazei kati??

mporei kaneis na me voithisei me auto. pws na tin perasw xeirokinhta. sygnwmi pou postarw edw alla konteuw na trelathw.

[Err] 1136 - Column count doesn't match value count at row 1

[Err] REPLACE INTO `npc` VALUES ('955', '18544', 'Molder', '1', 'Services Manager', '1', 'LineageNpcEV.trap_ironcastle', '8.00', '24.00', '85', 'etc', 'L2Warehouse', '40', '20000', '164', '1.15', '1.21', '40', '1', '30', '21', '20', '25', '0', '0', '40000', '50000', '50000', '50000', '999', '0', '333', '0', '0', '0', '60', '125', 'NULL', '0', '0', '0', 'LAST_HIT', '0', '0', '0', 'balanced', 'false');

[Msg] Finished - Unsuccessfully

________________

exeis dikio signwmi tha to psaksw allou. euxaristw pantws :)

Link to comment
Share on other sites

mporei kaneis na me voithisei me auto. pws na tin perasw xeirokinhta. sygnwmi pou postarw edw alla konteuw na trelathw.

 

Μην βγαίνεις εκτός θέματος.

Αυτό δεν έχει σχέση με το topic.

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.
Note: Your post will require moderator approval before it will be visible.

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.




  • Posts

    • 2 Factor Authentication Code for 100% secure login. Account provided with full information (email, password, dob, gender, etc).
    • ready server for sale, also available for testing with ready and beautiful npc zone pvp with custom 2 epic core orfen lvl2 with all maps ready all quests work at 100% ready comm  board with buffer teleport gm shop service anyone interested send me a pm many more that I forget  Exp/Sp : x30 (Premium: x40)    Adena : x7 (Premium: x10)   Drop : x7 (Premium: 10)   Spoil : x7 (Premium: 10)   Seal Stones : x7 (Premium: 10)   Raid Boss EXP/SP : x10   Raid Boss Drop : x3 (Premium: x5)   Epic Boss Drop : x1 Enchants   Safe Enchant : +3   Max Enchant : +16   Normal Scroll of Enchant Chance : 55%   Blessed Scroll of Enchant Chance : 60% Game Features   GMShop (Max. B-Grade)   Mana Potions (1000 MP, 10 sec Cooldown)   NPC Buffer (Include all buffs, 2h duration)   Auto-learn skills (Except Divine Inspiration)   Global Gatekeeper   Skill Escape: 15 seconds or /unstuck   1st Class Transfer (Free)   2nd Class Transfer (Free)   3rd Class Transfer (700 halisha mark)   Subclass (Items required from Cabrio / Hallate / Kernon / Golkonda + Top B Weapon + 984 Cry B)   Subclass 5 Subclasses + Main (Previous subclasses to level 75 to add new one)   Noblesse (Full Retail Quest)   Buff Slots: 24 (28 with Divine Inspiration LVL 4)   Skill Sweeper Festival added (Scavenger level 36)   Skill Block Buff added   Maximum delevel to keep Skills: 10 Levels   Shift + Click to see Droplist   Global Shout & Trade Chat   Retail Geodata and Pathnodes   Seven Signs Retail   Merchant and Blacksmith of Mammon at towns   Dimensional Rift (Min. 3 people in party to enter - Instance)   Tyrannosaurus drop Top LS with fixed 50% chance   Fast Augmentation System (Using Life Stones from Inventory)   Chance of getting skills (Normal 1%, Mid 3%, High 5%, Top 10%)   Wedding System with 30 seconds teleport to husband/wife Olympiad & Siege   Olympiad circle 14 days. (Maximum Enchant +6)   Olympiads time 18:00 - 00:00 (GMT +3)   Non-class 5 minimum participants to begin   Class based disabled   Siege every week.   To gain the reward you need to keep the Castle 2 times. Clans, Alliances & Limits   Max Clients/PC: 2   Max Clan Members: 36   Alliances allowed (Max 1 Clans)   24H Clan Penalties   Alliance penalty reset at daily restart (3-5 AM)   To bid for a Clan Hall required Clan Level 6 Quests x3   Alliance with the Ketra Orcs   Alliance with the Varka Silenos   War with Ketra Orcs   War with the Varka Silenos   The Finest Food   A Powerful Primeval Creature   Legacy of Insolence   Exploration of Giants Cave Part 1   Exploration of Giants Cave Part 2   Seekers of the Holy Grail   Guardians of the Holy Grail   Hunt of the Golden Ram Mercenary Force   The Zero Hour   Delicious Top Choice Meat   Heart in Search of Power   Rise and Fall of the Elroki Tribe   Yoke of the Past     Renegade Boss (Monday to Friday 20:00)   All Raid Boss 18+1 hours random respawn   Core (Jewel +1 STR +1 DEX) Monday, Wednesday and Friday 20:00 - 21:00 (Maximum level allowed to enter Cruma Tower: 80)   Orfen (Jewel +1 INT +1 WIT) Monday to Friday, 20:00 - 21:00 (Maximum level allowed to enter Sea of Spores: 80)   Ant Queen Monday and Friday 21:00 - 22:00 (Maximum level allowed to enter Ant Nest: 80)   Zaken Monday,Wednesday,Friday 22:00 - 23:00 (Maximum level allowed to enter Devil's Isle: 80)   Frintezza Tuesday, Thursday and Sunday 22:00 – 23:00 (Need CC of 4 party and 7 people in each party min to join the lair, max is 8 party of 9 people each)   Baium (lvl80) Saturday 22:00 – 23:00   Antharas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Valakas) 22:00 – 23:00   Valakas Every 2 Saturdays 22:00 - 23:00 Every 2 Sundays (alternating with Antharas) 22:00 – 23:00   Subclass Raids (Cabrio, Kernon, Hallate, Golkonda) 18hours + 1 random   Noblesse Raid (Barakiel) 6 hours + 15min random   Varka’s Hero Shadith 8 hours + 30 mins random (4th lvl of alliance with Ketra)   Ketra’s Hero Hekaton 8 hours + 30 mins random (4th lvl of alliance with Varka)   Varka’s Commander Mos 8 hours + 30 mins random (5th lvl of alliance with Ketra)   Ketra’s Commander Tayr 8 hours + 30 mins random (5th lvl of alliance with Varka)
    • Have a great day! Unfortunately, we can not give you the codes at the moment, but they will be distributed as soon as trial is back online, thanks for understanding! Other users also can reply there for codes, we will send them out some time after.
    • Ok mates i would like to play a pridestyle server (interluide, gracie w/ever) Is there any such server online and worth playing?
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock